| /openbsd-src/gnu/usr.bin/perl/dist/threads/t/ |
| H A D | free2.t | 69 my %READY; 70 share(%READY); 83 lock(%READY); 95 while (! exists($READY{$tid})) { 96 cond_wait(%READY); 98 $other = delete($READY{$tid}); 127 lock(%READY); 128 $READY{$other} = $tid; 129 cond_broadcast(%READY);
|
| H A D | state.t | 54 my ($READY, $GO, $DONE) :shared = (0, 0, 0); 61 lock($READY); 62 $READY = 1; 63 cond_signal($READY); 72 lock($READY); 73 $READY = 0; 81 lock($READY); 82 while (! $READY) { 83 cond_wait($READY);
|
| /openbsd-src/games/hunt/huntd/ |
| H A D | hunt.h | 52 # define READY ('g' | 0200) macro
|
| H A D | answer.c | 145 sendcom(ALL_PLAYERS, READY, 0); in answer_next() 288 sendcom(pp, READY, 0); in stmonitor() 409 sendcom(newpp, READY, 0); in stplayer()
|
| H A D | terminal.c | 191 case READY: in sendcom()
|
| /openbsd-src/sys/dev/ata/ |
| H A D | wdvar.h | 103 #define READY 10 macro
|
| H A D | ata_wdc.c | 245 if (drvp->state < READY) { in _wdc_ata_bio_start() 463 if (drvp->state < READY) { in wdc_ata_bio_intr() 725 case READY: in wdc_ata_ctrl_intr() 727 drvp->state = READY; in wdc_ata_ctrl_intr()
|
| H A D | wd.c | 914 if (wd->drvp->state < READY) in wddump()
|
| /openbsd-src/games/hunt/hunt/ |
| H A D | playit.c | 120 case READY: in playit()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | haifa-sched.c | 830 #define SCHED_SORT(READY, N_READY) \ argument 832 swap_sort (READY, N_READY); \ 834 qsort (READY, N_READY, sizeof (rtx), rank_for_schedule); } \
|
| H A D | ChangeLog.4 | 2990 (schedule_insn): Replace args READY and N_READY with a pointer to a
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/m32r/ |
| H A D | m32r.md | 127 ;; (define_function_unit NAME MULTIPLICITY SIMULTANEITY TEST READY-DELAY 151 ;; READY-DELAY is an integer that specifies the number of cycles after which 158 ;; longer READY-DELAY value. This blocking effect is computed using the 159 ;; SIMULTANEITY, READY-DELAY, ISSUE-DELAY, and CONFLICT-LIST terms. For a 161 ;; to block for the READY-DELAY cycles of the executing insn, and smaller
|
| /openbsd-src/games/hunt/ |
| H A D | README.protocol | 250 Server ready 231 (READY)
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | haifa-sched.c | 804 #define SCHED_SORT(READY, N_READY) \ argument 806 swap_sort (READY, N_READY); \ 808 qsort (READY, N_READY, sizeof (rtx), rank_for_schedule); } \
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/d30v/ |
| H A D | d30v.md | 413 ;; (define_function_unit NAME MULTIPLICITY SIMULTANEITY TEST READY-DELAY 437 ;; READY-DELAY is an integer that specifies the number of cycles after which 444 ;; longer READY-DELAY value. This blocking effect is computed using the 445 ;; SIMULTANEITY, READY-DELAY, ISSUE-DELAY, and CONFLICT-LIST terms. For a 447 ;; to block for the READY-DELAY cycles of the executing insn, and smaller
|
| /openbsd-src/gnu/gcc/gcc/config/sh/ |
| H A D | sh.c | 8852 #define SCHED_REORDER(READY, N_READY) \ argument 8856 swap_reorder (READY, N_READY); \ 8858 qsort (READY, N_READY, sizeof (rtx), rank_for_reorder); \
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/m88k/ |
| H A D | m88k.md | 133 ; TEST READY-DELAY ISSUE-DELAY [CONFLICT-LIST])
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/c4x/ |
| H A D | c4x.md | 492 ; TEST READY-DELAY ISSUE-DELAY [CONFLICT-LIST])
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | mips.md | 207 ; TEST READY-DELAY ISSUE-DELAY [CONFLICT-LIST])
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | gccint.info | 24300 *READY, int *N_READYP, int CLOCK) 24306 by `-fsched-verbose-N'. READY is a pointer to the ready list of 24310 READY[*N_READYP-1] and going to READY[0]. CLOCK is the timer tick 24317 rtx *READY, int *N_READY, CLOCK)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| H A D | rs6000.md | 65 ; TEST READY-DELAY ISSUE-DELAY [CONFLICT-LIST])
|
| /openbsd-src/games/fortune/datfiles/ |
| H A D | fortunes2 | 31703 READY
|