Searched refs:tell_thread (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dtls.c41 sem_t tell_main, tell_thread; variable
103 fprintf (stderr, "th %d start wait on tell_thread\n", me);
105 if (sem_wait (&tell_thread) == 0)
111 fprintf (stderr, "th %d wait tell_thread got EINTR, rewaiting\n", me);
117 fprintf (stderr, "th %d wait on sem tell_thread failed\n", me);
124 fprintf (stderr, "th %d Wait on tell_thread\n", me);
155 if (sem_init (&tell_thread, 0, 0) == -1)
157 fprintf (stderr, "tell_thread semaphore init failed\n");
204 if (sem_post (&tell_thread) == -1)
206 fprintf (stderr, "main %d post on sem tell_thread faile
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dtls.c41 sem_t tell_main, tell_thread; variable
103 fprintf (stderr, "th %d start wait on tell_thread\n", me);
105 if (sem_wait (&tell_thread) == 0)
111 fprintf (stderr, "th %d wait tell_thread got EINTR, rewaiting\n", me);
117 fprintf (stderr, "th %d wait on sem tell_thread failed\n", me);
124 fprintf (stderr, "th %d Wait on tell_thread\n", me);
155 if (sem_init (&tell_thread, 0, 0) == -1)
157 fprintf (stderr, "tell_thread semaphore init failed\n");
204 if (sem_post (&tell_thread) == -1)
206 fprintf (stderr, "main %d post on sem tell_thread faile
[all...]

Completed in 192 milliseconds