Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/safestack/
H A Dsafestack.cpp113 pthread_key_t thread_cleanup_key; variable
138 pthread_setspecific(thread_cleanup_key, (void *)1); in thread_start()
162 pthread_setspecific(thread_cleanup_key, NULL); in thread_cleanup_handler()
279 pthread_key_create(&thread_cleanup_key, thread_cleanup_handler); in __safestack_init()