OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kNoTimeout
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/synchronization/
waitable_event.h
26
static const int
kNoTimeout
= -1;
/external/chromium_org/base/synchronization/
waitable_event.h
25
static const int
kNoTimeout
= -1;
/external/chromium_org/tools/android/forwarder2/
socket.cc
24
const int
kNoTimeout
= -1;
205
if (!WaitForEvent(READ,
kNoTimeout
)) {
322
if (!WaitForEvent(READ,
kNoTimeout
)) {
345
if (!WaitForEvent(WRITE,
kNoTimeout
)) {
Completed in 70 milliseconds