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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp113 pthread_key_t thread_cleanup_key; member in namespace:__anon2522
138 pthread_setspecific(thread_cleanup_key, (void *)1);
162 pthread_setspecific(thread_cleanup_key, NULL);
279 pthread_key_create(&thread_cleanup_key, thread_cleanup_handler);

Completed in 228 milliseconds