OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alloc_condition
(Results
1 - 3
of
3
) sorted by null
/external/libevent/
evthread.c
116
if (target->
alloc_condition
)
123
if (target->
alloc_condition
) {
126
target->
alloc_condition
== cbs->
alloc_condition
&&
137
if (cbs->
alloc_condition
&& cbs->free_condition &&
142
_evthread_cond_fns.
alloc_condition
= cbs->
alloc_condition
;
407
return _evthread_cond_fns.
alloc_condition
?
408
_evthread_cond_fns.
alloc_condition
(condtype) : NULL;
evthread-internal.h
150
(condvar) = _evthread_cond_fns.
alloc_condition
? \
151
_evthread_cond_fns.
alloc_condition
(0) : NULL; \
/external/libevent/include/event2/
thread.h
145
void *(*
alloc_condition
)(unsigned condtype);
member in struct:evthread_condition_callbacks
Completed in 112 milliseconds