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

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dwatchthreads-reorder.c38 static pthread_cond_t thread1_tid_cond = PTHREAD_COND_INITIALIZER; variable
99 i = pthread_cond_signal (&thread1_tid_cond);
339 i = pthread_cond_wait (&thread1_tid_cond, &thread1_tid_mutex);
H A Dia64-sigill.c38 static pthread_cond_t thread1_tid_cond = PTHREAD_COND_INITIALIZER; variable
93 i = pthread_cond_signal (&thread1_tid_cond);
330 i = pthread_cond_wait (&thread1_tid_cond, &thread1_tid_mutex);
H A Dsiginfo-threads.c39 static pthread_cond_t thread1_tid_cond variable
140 i = pthread_cond_signal (&thread1_tid_cond);
415 i = pthread_cond_wait (&thread1_tid_cond, &thread1_tid_mutex);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dwatchthreads-reorder.c38 static pthread_cond_t thread1_tid_cond = PTHREAD_COND_INITIALIZER; variable
99 i = pthread_cond_signal (&thread1_tid_cond);
339 i = pthread_cond_wait (&thread1_tid_cond, &thread1_tid_mutex);
H A Dia64-sigill.c38 static pthread_cond_t thread1_tid_cond = PTHREAD_COND_INITIALIZER; variable
93 i = pthread_cond_signal (&thread1_tid_cond);
330 i = pthread_cond_wait (&thread1_tid_cond, &thread1_tid_mutex);
H A Dsiginfo-threads.c39 static pthread_cond_t thread1_tid_cond variable
140 i = pthread_cond_signal (&thread1_tid_cond);
415 i = pthread_cond_wait (&thread1_tid_cond, &thread1_tid_mutex);

Completed in 84 milliseconds