Searched refs:do_wait (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/games/cribbage/ |
| H A D | crib.c | 214 do_wait(); in game() 474 do_wait(); in peg() 524 do_wait(); in peg() 559 do_wait(); in peg() 571 do_wait(); in peg() 587 do_wait(); in peg() 593 do_wait(); in peg() 626 do_wait(); in score() 629 do_wait(); in score()
|
| H A D | cribbage.h | 79 void do_wait(void);
|
| H A D | support.c | 147 do_wait(); in plyrhand()
|
| H A D | io.c | 437 do_wait(void) in do_wait() function
|
| /openbsd-src/lib/librthread/ |
| H A D | rthread_rwlock_compat.c | 175 int do_wait; in _rthread_rwlock_wrlock() local 180 do_wait = __thrsleep(thread, CLOCK_REALTIME, abstime, in _rthread_rwlock_wrlock() 183 } while (lock->owner != thread && do_wait); in _rthread_rwlock_wrlock()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IPC-Cmd/lib/IPC/ |
| H A D | Cmd.pm | 484 my $do_wait = 1; 491 while ($do_wait) { 498 $do_wait = 0; 506 $do_wait = 0;
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | collect2.c | 239 static void do_wait (const char *, struct pex_obj *); 1517 do_wait (const char *prog, struct pex_obj *pex) in do_wait() function 1589 do_wait (prog, pex); in fork_execute() 2149 do_wait (nm_file_name, pex); in scan_prog_file() 2268 do_wait (ldd_file_name, pex); in scan_libraries()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | collect2.c | 272 static void do_wait PARAMS ((const char *)); 1542 do_wait (prog) in do_wait() function 1655 do_wait (prog); 2258 do_wait (nm_file_name); 2663 do_wait (ldd_file_name);
|
| H A D | FSFChangeLog.10 | 8123 (collect_wait): Break out for do_wait. Just return the exit status. 8124 (do_wait): Call it.
|
| H A D | ChangeLog.2 | 9275 add_prefix, prefix_from_env, prefix_from_string, do_wait,
|