OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wait_forever
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/process/
kill_posix.cc
298
bool
wait_forever
= wait.InMilliseconds() == base::kNoTimeout;
local
301
if (!
wait_forever
) {
309
while (
wait_forever
|| remaining_delta > base::TimeDelta()) {
312
if (
wait_forever
) {
322
if (!
wait_forever
) {
/external/libvpx/libvpx/vpx_mem/
vpx_mem_tracker.c
649
ret = sem_take(memtrack.mutex,
WAIT_FOREVER
);
Completed in 182 milliseconds