HomeSort by: relevance | last modified time | path
    Searched refs:FORKEE_PTHREAD (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/sys/
t_ptrace_threads_wait.h 294 FORKEE_PTHREAD(pthread_create(&t, NULL,
568 FORKEE_PTHREAD(pthread_create(&t, NULL, resume_thread, NULL));
701 FORKEE_PTHREAD(pthread_setspecific(thread_concurrent_key,
811 FORKEE_PTHREAD(pthread_barrier_init(
814 FORKEE_PTHREAD(pthread_key_create(&thread_concurrent_key,
818 FORKEE_PTHREAD(pthread_create(&sig_threads[i], NULL,
823 FORKEE_PTHREAD(pthread_create(&bp_threads[i], NULL,
827 FORKEE_PTHREAD(pthread_create(&wp_threads[i], NULL,
833 FORKEE_PTHREAD(pthread_join(wp_threads[i], NULL));
836 FORKEE_PTHREAD(pthread_join(bp_threads[i], NULL))
    [all...]
t_ptrace_wait.h 249 #define FORKEE_PTHREAD(x) \

Completed in 12 milliseconds