OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ANNOTATE_CONDVAR_SIGNAL
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/third_party/dynamic_annotations/
dynamic_annotations.h
136
#define
ANNOTATE_CONDVAR_SIGNAL
(cv) \
392
#define
ANNOTATE_CONDVAR_SIGNAL
(cv) /* empty */
/external/valgrind/drd/
drd.h
137
#undef
ANNOTATE_CONDVAR_SIGNAL
176
#define
ANNOTATE_CONDVAR_SIGNAL
(cv) do { } while(0)
186
* to happen after the matching
ANNOTATE_CONDVAR_SIGNAL
(cv). Since this is the
/external/valgrind/helgrind/
helgrind.h
486
#define
ANNOTATE_CONDVAR_SIGNAL
(cv) \
487
_HG_CLIENTREQ_UNIMP("
ANNOTATE_CONDVAR_SIGNAL
")
[
all
...]
Completed in 8453 milliseconds