Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
Dtls.c32 sem_t tell_main, tell_thread; variable
97 if (sem_wait (&tell_thread) == 0)
140 if (sem_init (&tell_thread, 0, 0) == -1) in do_pass()
189 if (sem_post (&tell_thread) == -1) in do_pass()