Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/boringssl/src/crypto/
Dthread_pthread.c149 static void thread_key_destructor(void) __attribute__((destructor, unused));
150 static void thread_key_destructor(void) { in thread_key_destructor() function