HomeSort by relevance Sort by last modified time
    Searched full:ready_hand (Results 1 - 1 of 1) sorted by null

  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 692 HANDLE ready_hand; local
765 ready_hand = wait_list[wait_return - WAIT_OBJECT_0];
767 if (ready_hand == tStdin) {
774 } else if (ready_hand == tStdout) {
782 } else if (ready_hand == tStderr) {
790 } else if (ready_hand == childhand) {

Completed in 268 milliseconds