OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cvar
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
prcvar.h
64
NSPR_API(void) PR_DestroyCondVar(PRCondVar *
cvar
);
variable
94
NSPR_API(PRStatus) PR_WaitCondVar(PRCondVar *
cvar
, PRIntervalTime timeout);
97
** Notify ONE thread that is currently waiting on '
cvar
'. Which thread is
109
NSPR_API(PRStatus) PR_NotifyCondVar(PRCondVar *
cvar
);
variable
119
NSPR_API(PRStatus) PR_NotifyAllCondVar(PRCondVar *
cvar
);
variable
prpdce.h
79
NSPR_API(void) PRP_DestroyNakedCondVar(PRCondVar *
cvar
);
variable
84
** Wait on the condition variable '
cvar
'. It is asserted that
90
** NB: The CV ('
cvar
') must be one created using PR_NewNakedCondVar.
93
PRCondVar *
cvar
, PRLock *lock, PRIntervalTime timeout);
98
** Notify the condition specified '
cvar
'.
100
** NB: The CV ('
cvar
') must be one created using PR_NewNakedCondVar.
102
NSPR_API(PRStatus) PRP_NakedNotify(PRCondVar *
cvar
);
variable
107
** Notify the condition specified '
cvar
'.
109
** NB: The CV ('
cvar
') must be one created using PR_NewNakedCondVar.
111
NSPR_API(PRStatus) PRP_NakedBroadcast(PRCondVar *
cvar
);
variable
[
all
...]
/external/clang/test/CodeGenCXX/
debug-lambda-expressions.cpp
6
extern "C" auto
cvar
= []{};
63
//
CVAR
:
64
// CHECK: {{.*}} metadata [[CVAR_T:![0-9]*]], {{.*}} ; [ DW_TAG_variable ] [
cvar
] [line [[CVAR_LINE:[0-9]*]]]
lambda-expressions.cpp
10
// CHECK: @
cvar
= global
11
extern "C" auto
cvar
= []{};
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdfext.asm
12
common
cvar
16:32
28
mov eax,
cvar
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
rpc.py
222
cvar
= threading.Condition()
223
self.cvars[seq] =
cvar
232
cvar
= threading.Condition()
233
self.cvars[seq] =
cvar
305
cvar
= self.cvars[myseq]
306
cvar
.acquire()
308
cvar
.wait()
314
cvar
.release()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
rpc.py
222
cvar
= threading.Condition()
223
self.cvars[seq] =
cvar
232
cvar
= threading.Condition()
233
self.cvars[seq] =
cvar
305
cvar
= self.cvars[myseq]
306
cvar
.acquire()
308
cvar
.wait()
314
cvar
.release()
/hardware/libhardware/tests/hwc/
cnativewindow.c
64
pthread_cond_t
cvar
;
member in struct:CNativeWindow
138
pthread_cond_wait(&win->
cvar
, &win->lock);
246
pthread_cond_signal(&win->
cvar
);
544
pthread_cond_init(&win->
cvar
, NULL);
Completed in 1533 milliseconds