Home
last modified time | relevance | path

Searched refs:dtors_key (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/src/exit/
H A Dcxa_thread_atexit_impl.c38 static pthread_key_t dtors_key; variable
57 if (pthread_key_create(&dtors_key, run_cur_thread_dtors) != 0) { in cxa_thread_init()
79 // Bind dtors_key to current thread, so that `run_cur_thread_dtors` can be executed when thread exits. in __cxa_thread_atexit_impl()
80 if (pthread_setspecific(dtors_key, &dtors_key) != 0) { in __cxa_thread_atexit_impl()

Completed in 1 milliseconds