Home
last modified time | relevance | path

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

/netbsd-src/tests/lib/libc/sys/
H A Dt_ptrace_threads_wait.h684 static pthread_key_t thread_concurrent_key; variable
700 void *tls_val = pthread_getspecific(thread_concurrent_key); in thread_concurrent_sig_handler()
702 FORKEE_ASSERT(pthread_setspecific(thread_concurrent_key, in thread_concurrent_sig_handler()
719 tls_val = pthread_getspecific(thread_concurrent_key); in thread_concurrent_signals_thread()
816 FORKEE_ASSERT(pthread_key_create(&thread_concurrent_key, NULL) in thread_concurrent_test()
844 FORKEE_ASSERT(pthread_key_delete(thread_concurrent_key) == 0); in thread_concurrent_test()