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

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dwatchthreads-reorder.c43 static pthread_mutex_t thread2_tid_mutex = PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP; variable
122 timed_mutex_lock (&thread2_tid_mutex);
129 i = pthread_mutex_unlock (&thread2_tid_mutex);
284 timed_mutex_lock (&thread2_tid_mutex);
345 i = pthread_cond_wait (&thread2_tid_cond, &thread2_tid_mutex);
H A Dia64-sigill.c43 static pthread_mutex_t thread2_tid_mutex = PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP; variable
101 timed_mutex_lock (&thread2_tid_mutex);
108 i = pthread_mutex_unlock (&thread2_tid_mutex);
275 timed_mutex_lock (&thread2_tid_mutex);
336 i = pthread_cond_wait (&thread2_tid_cond, &thread2_tid_mutex);
H A Dsiginfo-threads.c49 static pthread_mutex_t thread2_tid_mutex variable
172 timed_mutex_lock (&thread2_tid_mutex);
179 i = pthread_mutex_unlock (&thread2_tid_mutex);
345 timed_mutex_lock (&thread2_tid_mutex);
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.c43 static pthread_mutex_t thread2_tid_mutex = PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP; variable
122 timed_mutex_lock (&thread2_tid_mutex);
129 i = pthread_mutex_unlock (&thread2_tid_mutex);
284 timed_mutex_lock (&thread2_tid_mutex);
345 i = pthread_cond_wait (&thread2_tid_cond, &thread2_tid_mutex);
H A Dia64-sigill.c43 static pthread_mutex_t thread2_tid_mutex = PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP; variable
101 timed_mutex_lock (&thread2_tid_mutex);
108 i = pthread_mutex_unlock (&thread2_tid_mutex);
275 timed_mutex_lock (&thread2_tid_mutex);
336 i = pthread_cond_wait (&thread2_tid_cond, &thread2_tid_mutex);
H A Dsiginfo-threads.c49 static pthread_mutex_t thread2_tid_mutex variable
172 timed_mutex_lock (&thread2_tid_mutex);
179 i = pthread_mutex_unlock (&thread2_tid_mutex);
345 timed_mutex_lock (&thread2_tid_mutex);
421 i = pthread_cond_wait (&thread2_tid_cond, &thread2_tid_mutex);

Completed in 88 milliseconds