Home | Sort by: relevance | last modified time | path |
/src/tests/lib/libc/sys/ | |
t_ptrace_threads_wait.h | 699 void *tls_val = pthread_getspecific(thread_concurrent_key); local in function:thread_concurrent_sig_handler 700 DPRINTF("Before increment, LWP %d tls_val=%p\n", _lwp_self(), tls_val); 702 (void*)((uintptr_t)tls_val + 1))); 711 void *tls_val; local in function:thread_concurrent_signals_thread 718 tls_val = pthread_getspecific(thread_concurrent_key); 719 DPRINTF("After raising, LWP %d tls_val=%p\n", _lwp_self(), tls_val); 720 FORKEE_ASSERT(tls_val == (void*)1); |
t_ptrace_threads_wait.h | 699 void *tls_val = pthread_getspecific(thread_concurrent_key); local in function:thread_concurrent_sig_handler 700 DPRINTF("Before increment, LWP %d tls_val=%p\n", _lwp_self(), tls_val); 702 (void*)((uintptr_t)tls_val + 1))); 711 void *tls_val; local in function:thread_concurrent_signals_thread 718 tls_val = pthread_getspecific(thread_concurrent_key); 719 DPRINTF("After raising, LWP %d tls_val=%p\n", _lwp_self(), tls_val); 720 FORKEE_ASSERT(tls_val == (void*)1); |