OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cond_attr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/system_wrappers/source/
event_posix.cc
66
pthread_condattr_t
cond_attr
;
local
67
result = pthread_condattr_init(&
cond_attr
);
71
result = pthread_condattr_setclock(&
cond_attr
, CLOCK_MONOTONIC);
75
result = pthread_cond_init(&cond_, &
cond_attr
);
79
result = pthread_condattr_destroy(&
cond_attr
);