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

/freebsd-10-stable/crypto/openssh/regress/
H A Dforward-control.sh9 READY=$OBJ/ready
40 rm -f $READY
44 -n host exec sh -c \'"sleep 60 & echo \$! > $READY ; wait "\' \
47 wait_for_file_to_appear $READY || \
52 kill $_sshpid `cat $READY` 2>/dev/null
70 rm -f $READY
74 -n host exec sh -c \'"sleep 60 & echo \$! > $READY ; wait "\' \
77 wait_for_file_to_appear $READY
83 kill $_sshpid `cat $READY` 2>/dev/null
/freebsd-10-stable/contrib/gcc/
H A Dhaifa-sched.c808 #define SCHED_SORT(READY, N_READY) \
810 swap_sort (READY, N_READY); \
812 qsort (READY, N_READY, sizeof (rtx), rank_for_schedule); } \
1092 /* Sort the ready list READY by ascending priority, using the SCHED_SORT
1140 waiting on INSN. READY is the ready list which contains the insns
2073 insns is insns with the best rank (the first insn in READY). To
2074 make this function tries different samples of ready insns. READY
2077 of all instructions in READY. The function stops immediately,
2079 INDEX will contain index of the best insn in READY. The following
2161 /* The following function chooses insn from READY an
[all...]

Completed in 59 milliseconds