Home
last modified time | relevance | path

Searched refs:destructor (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-2.7.6/components/pthread/
Dpthread_local_storage.c38 pthread_destructor_t destructor; member
58 int pthread_key_create(pthread_key_t *key, pthread_destructor_t destructor) in pthread_key_create() argument
69 new_key->destructor = destructor; in pthread_key_create()
135 if (key != NULL && key->destructor != NULL) { in pthread_local_storage_thread_deleted_callback()
136 key->destructor(entry->value); in pthread_local_storage_thread_deleted_callback()
/hal_espressif-2.7.6/examples/cxx/exceptions/
DREADME.md45 In destructor, m_arg=42
/hal_espressif-2.7.6/tools/ldgen/samples/
Dtemplate.ld157 /* C++ constructor and destructor tables, properly ordered: */
/hal_espressif-2.7.6/tools/ldgen/test/data/
Dlinker_script.ld158 /* C++ constructor and destructor tables, properly ordered: */
/hal_espressif-2.7.6/components/bootloader/subproject/main/ld/esp32s2/
Dbootloader.ld119 /* C++ constructor and destructor tables, properly ordered: */
/hal_espressif-2.7.6/components/bootloader/subproject/main/ld/esp32c3/
Dbootloader.ld120 /* C++ constructor and destructor tables, properly ordered: */
/hal_espressif-2.7.6/components/bootloader/subproject/main/ld/esp32s3/
Dbootloader.ld120 /* C++ constructor and destructor tables, properly ordered: */
/hal_espressif-2.7.6/components/bootloader/subproject/main/ld/esp32/
Dbootloader.ld131 /* C++ constructor and destructor tables, properly ordered: */
/hal_espressif-2.7.6/components/esp32s2/ld/
Desp32s2.project.ld.in291 /* C++ constructor and destructor tables
/hal_espressif-2.7.6/components/esp32s3/ld/
Desp32s3.project.ld.in346 /* C++ constructor and destructor tables */
/hal_espressif-2.7.6/components/esp32/ld/
Desp32.project.ld.in296 /* C++ constructor and destructor tables
/hal_espressif-2.7.6/components/esp32c3/ld/
Desp32c3.project.ld.in316 * C++ constructor and destructor tables
/hal_espressif-2.7.6/tools/kconfig/
Dzconf.y97 %destructor {
/hal_espressif-2.7.6/docs/en/contribute/
Dstyle-guide.rst250 // first constructors, then default constructor, then destructor