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

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dwatchthreads-reorder.c39 static pthread_mutex_t thread1_tid_mutex = PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP; variable
94 timed_mutex_lock (&thread1_tid_mutex);
101 i = pthread_mutex_unlock (&thread1_tid_mutex);
283 timed_mutex_lock (&thread1_tid_mutex);
330 /* Threads are now waiting at timed_mutex_lock (thread1_tid_mutex) and so
339 i = pthread_cond_wait (&thread1_tid_cond, &thread1_tid_mutex);
H A Dia64-sigill.c39 static pthread_mutex_t thread1_tid_mutex = PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP; variable
88 timed_mutex_lock (&thread1_tid_mutex);
95 i = pthread_mutex_unlock (&thread1_tid_mutex);
274 timed_mutex_lock (&thread1_tid_mutex);
321 /* Threads are now waiting at timed_mutex_lock (thread1_tid_mutex) and so
330 i = pthread_cond_wait (&thread1_tid_cond, &thread1_tid_mutex);
H A Dsiginfo-threads.c41 static pthread_mutex_t thread1_tid_mutex variable
135 timed_mutex_lock (&thread1_tid_mutex);
142 i = pthread_mutex_unlock (&thread1_tid_mutex);
344 timed_mutex_lock (&thread1_tid_mutex);
405 /* Threads are now waiting at timed_mutex_lock (thread1_tid_mutex)
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.c39 static pthread_mutex_t thread1_tid_mutex = PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP; variable
94 timed_mutex_lock (&thread1_tid_mutex);
101 i = pthread_mutex_unlock (&thread1_tid_mutex);
283 timed_mutex_lock (&thread1_tid_mutex);
330 /* Threads are now waiting at timed_mutex_lock (thread1_tid_mutex) and so
339 i = pthread_cond_wait (&thread1_tid_cond, &thread1_tid_mutex);
H A Dia64-sigill.c39 static pthread_mutex_t thread1_tid_mutex = PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP; variable
88 timed_mutex_lock (&thread1_tid_mutex);
95 i = pthread_mutex_unlock (&thread1_tid_mutex);
274 timed_mutex_lock (&thread1_tid_mutex);
321 /* Threads are now waiting at timed_mutex_lock (thread1_tid_mutex) and so
330 i = pthread_cond_wait (&thread1_tid_cond, &thread1_tid_mutex);
H A Dsiginfo-threads.c41 static pthread_mutex_t thread1_tid_mutex variable
135 timed_mutex_lock (&thread1_tid_mutex);
142 i = pthread_mutex_unlock (&thread1_tid_mutex);
344 timed_mutex_lock (&thread1_tid_mutex);
405 /* Threads are now waiting at timed_mutex_lock (thread1_tid_mutex)
415 i = pthread_cond_wait (&thread1_tid_cond, &thread1_tid_mutex);

Completed in 142 milliseconds