OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aCond
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c
260
HANDLE
aCond
[1];
265
primitives.
aCond
[0] = CreateEvent(NULL, TRUE, FALSE, 0);
266
if( primitives.
aCond
[0]==NULL ){
281
CloseHandle(primitives.
aCond
[0]);
302
ResetEvent(primitives.
aCond
[eCond]);
304
WaitForSingleObject(primitives.
aCond
[eCond], INFINITE);
309
SetEvent(primitives.
aCond
[eCond]);
327
pthread_cond_t
aCond
[1];
356
pthread_cond_wait(&primitives.
aCond
[eCond], &primitives.aMutex[eMutex]);
361
pthread_cond_signal(&primitives.
aCond
[eCond])
[
all
...]
/external/chromium_org/third_party/angle/src/compiler/
intermediate.h
294
TIntermNode *aInit, TIntermTyped*
aCond
, TIntermTyped* aExpr,
298
cond(
aCond
),
Completed in 30 milliseconds