HomeSort by relevance Sort by last modified time
    Searched refs:waitid (Results 51 - 53 of 53) sorted by null

1 23

  /external/chromium_org/v8/src/
d8-posix.cc 359 // Modern Linux has the waitid call, which is like waitpid, but more useful
360 // if you want a timeout. If we don't have waitid we can't limit the time
366 // We're disabling usage of waitid in Mac OS X because it doens't work for us:
390 waitid(P_PID, pid, &child_info, WEXITED | WNOHANG | WNOWAIT);
419 #else // No waitid call.
444 #endif // No waitid call.
  /external/v8/src/
d8-posix.cc 359 // Modern Linux has the waitid call, which is like waitpid, but more useful
360 // if you want a timeout. If we don't have waitid we can't limit the time
366 // We're disabling usage of waitid in Mac OS X because it doens't work for us:
390 waitid(P_PID, pid, &child_info, WEXITED | WNOHANG | WNOWAIT);
419 #else // No waitid call.
444 #endif // No waitid call.
  /external/bison/
configure     [all...]

Completed in 1035 milliseconds

1 23