HomeSort by relevance Sort by last modified time
    Searched refs:thread_local_destructor_t (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/crypto/
thread_none.c 54 thread_local_destructor_t destructor) {
thread_pthread.c 95 static thread_local_destructor_t g_destructors[NUM_OPENSSL_THREAD_LOCALS];
102 thread_local_destructor_t destructors[NUM_OPENSSL_THREAD_LOCALS];
143 thread_local_destructor_t destructor) {
thread_win.c 86 static thread_local_destructor_t g_destructors[NUM_OPENSSL_THREAD_LOCALS];
122 thread_local_destructor_t destructors[NUM_OPENSSL_THREAD_LOCALS];
207 thread_local_destructor_t destructor) {
internal.h 540 // thread_local_destructor_t is the type of a destructor function that will be
542 typedef void (*thread_local_destructor_t)(void *); typedef
564 thread_local_destructor_t destructor);

Completed in 204 milliseconds