OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EnqueueMany
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/synchronization/
waitable_event.h
166
static size_t
EnqueueMany
(WaiterAndIndex* waitables,
waitable_event_posix.cc
246
const size_t r =
EnqueueMany
(&waitables[0], count, &sw);
249
// enqueued anywhere.
EnqueueMany
returns the count of remaining waitables
305
size_t WaitableEvent::
EnqueueMany
319
const size_t r =
EnqueueMany
(waitables + 1, count - 1, waiter);
Completed in 57 milliseconds