OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:donewaiting
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/
object_watcher.cc
19
bool did_signal; //
DoneWaiting
was called
60
if (!RegisterWaitForSingleObject(&watch->wait_object, object,
DoneWaiting
,
82
// If
DoneWaiting
is in progress, we wait for it to finish. We know whether
83
//
DoneWaiting
happened or not by inspecting the did_signal flag.
98
// If
DoneWaiting
was called, then the watch would have been posted as a
118
void CALLBACK ObjectWatcher::
DoneWaiting
(void* param, BOOLEAN timed_out) {
object_watcher.h
77
static void CALLBACK
DoneWaiting
(void* param, BOOLEAN timed_out);
/external/srec/audio/AudioIn/UNIX/src/
audioin.c
180
int
doneWaiting
= 0;
215
while (!
doneWaiting
)
229
doneWaiting
= 1;
351
int
doneWaiting
= 0;
375
while (!
doneWaiting
)
389
doneWaiting
= 1;
399
doneWaiting
= 0;
558
int
doneWaiting
= 0;
581
while (!
doneWaiting
)
595
doneWaiting
= 1
[
all
...]
Completed in 717 milliseconds