Home
last modified time | relevance | path

Searched defs:dtor (Results 1 – 17 of 17) sorted by relevance

/third_party/musl/src/exit/
Dcxa_thread_atexit_impl.c28 void (*dtor) (void*); member
85 struct dtor_list* dtor = __libc_malloc(sizeof(*dtor)); in __cxa_thread_atexit_impl() local
106 struct thread_local_dtor* dtor = __libc_malloc(sizeof(*dtor)); in __cxa_thread_atexit_impl() local
/third_party/musl/src/thread/
Dtss_create.c4 int tss_create(tss_t *tss, tss_dtor_t dtor) in tss_create()
Dpthread_key_create.c101 void (*dtor)(void *) = keys[i]; in __pthread_tsd_run_dtors() local
123 void (*dtor)(void *) = keys[i]; in __pthread_tsd_run_dtors_ex1() local
/third_party/mesa3d/src/gallium/frontends/nine/
Diunknown.h65 void (*dtor)(void *data); /* top-level dtor */ member
78 void (*dtor)(void *data); member
/third_party/curl/lib/
Dbufref.h31 void (*dtor)(void *); /* Associated destructor. */ member
Dllist.h41 Curl_llist_dtor dtor; member
Dllist.c39 Curl_llist_init(struct Curl_llist *l, Curl_llist_dtor dtor) in Curl_llist_init()
Dftplistparser.h64 wildcard_dtor dtor; member
Dhash.h56 Curl_hash_dtor dtor; member
Dhash.c63 Curl_hash_dtor dtor) in Curl_hash_init()
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
Dthread_tss_test.cpp46 tss_dtor_t dtor = TssThreadFunc; variable
/third_party/mesa3d/src/c11/impl/
Dthreads_win32.c126 tss_dtor_t dtor; member
129 static int impl_tss_dtor_register(tss_t key, tss_dtor_t dtor) in impl_tss_dtor_register()
437 tss_create(tss_t *key, tss_dtor_t dtor) in tss_create()
Dthreads_posix.c330 tss_create(tss_t *key, tss_dtor_t dtor) in tss_create()
/third_party/musl/libc-test/src/functional/
Dpthread_tsd.c11 static void dtor(void *p) in dtor() function
/third_party/musl/libc-test/src/regression/
Dpthread_exit-dtor.c17 static void dtor(void *p) in dtor() function
/third_party/glfw/deps/
Dtinycthread.c521 int tss_create(tss_t *key, tss_dtor_t dtor) in tss_create()
/third_party/toybox/toys/pending/
Dbc.c136 BcVecFree dtor; member
873 void bc_vec_init(BcVec *v, size_t esize, BcVecFree dtor) { in bc_vec_init()