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

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dwatchthreads-reorder.c42 static pthread_cond_t thread2_tid_cond = PTHREAD_COND_INITIALIZER; variable
127 i = pthread_cond_signal (&thread2_tid_cond);
345 i = pthread_cond_wait (&thread2_tid_cond, &thread2_tid_mutex);
H A Dia64-sigill.c42 static pthread_cond_t thread2_tid_cond = PTHREAD_COND_INITIALIZER; variable
106 i = pthread_cond_signal (&thread2_tid_cond);
336 i = pthread_cond_wait (&thread2_tid_cond, &thread2_tid_mutex);
H A Dsiginfo-threads.c47 static pthread_cond_t thread2_tid_cond variable
177 i = pthread_cond_signal (&thread2_tid_cond);
421 i = pthread_cond_wait (&thread2_tid_cond, &thread2_tid_mutex);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dwatchthreads-reorder.c42 static pthread_cond_t thread2_tid_cond = PTHREAD_COND_INITIALIZER; variable
127 i = pthread_cond_signal (&thread2_tid_cond);
345 i = pthread_cond_wait (&thread2_tid_cond, &thread2_tid_mutex);
H A Dia64-sigill.c42 static pthread_cond_t thread2_tid_cond = PTHREAD_COND_INITIALIZER; variable
106 i = pthread_cond_signal (&thread2_tid_cond);
336 i = pthread_cond_wait (&thread2_tid_cond, &thread2_tid_mutex);
H A Dsiginfo-threads.c47 static pthread_cond_t thread2_tid_cond variable
177 i = pthread_cond_signal (&thread2_tid_cond);
421 i = pthread_cond_wait (&thread2_tid_cond, &thread2_tid_mutex);

Completed in 83 milliseconds