Searched defs:dtor (Results 1 - 16 of 16) sorted by relevance
/third_party/musl/src/thread/ |
H A D | tss_create.c | 4 int tss_create(tss_t *tss, tss_dtor_t dtor) in tss_create() argument
|
/third_party/curl/lib/ |
H A D | bufref.h | 31 void (*dtor)(void *); /* Associated destructor. */ member
|
H A D | llist.c | 39 Curl_llist_init(struct Curl_llist *l, Curl_llist_dtor dtor) in Curl_llist_init() argument
|
H A D | llist.h | 41 Curl_llist_dtor dtor; member
|
H A D | ftplistparser.h | 64 wildcard_dtor dtor; member
|
H A D | hash.h | 56 Curl_hash_dtor dtor; member
|
H A D | hash.c | 59 Curl_hash_init(struct Curl_hash *h, int slots, hash_function hfunc, comp_function comparator, Curl_hash_dtor dtor) Curl_hash_init() argument
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
H A D | thread_tss_test.cpp | 46 tss_dtor_t dtor = TssThreadFunc; in HWTEST_F() local
|
/third_party/musl/libc-test/src/regression/ |
H A D | pthread_exit-dtor.c | 17 static void dtor(void *p) in dtor() function
|
/third_party/musl/src/exit/ |
H A D | cxa_thread_atexit_impl.c | 28 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)); __cxa_thread_atexit_impl() local [all...] |
/third_party/musl/libc-test/src/functional/ |
H A D | pthread_tsd.c | 11 static void dtor(void *p) in dtor() function
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | iunknown.h | 65 void (*dtor)(void *data); /* top-level dtor */ member 78 void (*dtor)(void *data); member
|
/third_party/glfw/deps/ |
H A D | tinycthread.c | 521 int tss_create(tss_t *key, tss_dtor_t dtor) in tss_create() argument
|
/third_party/mesa3d/src/c11/impl/ |
H A D | threads_posix.c | 330 tss_create(tss_t *key, tss_dtor_t dtor) in tss_create() argument
|
H A D | threads_win32.c | 126 tss_dtor_t dtor; member 129 static int impl_tss_dtor_register(tss_t key, tss_dtor_t dtor) in impl_tss_dtor_register() argument 437 tss_create(tss_t *key, tss_dtor_t dtor) in tss_create() argument [all...] |
/third_party/toybox/toys/pending/ |
H A D | bc.c | 136 BcVecFree dtor; member 873 void bc_vec_init(BcVec *v, size_t esize, BcVecFree dtor) { in bc_vec_init() argument
|
Completed in 13 milliseconds