alloc_condition   150 opal/mca/event/libevent2022/libevent/evthread-internal.h 		(condvar) = ompi__evthread_cond_fns.alloc_condition ?	\
alloc_condition   151 opal/mca/event/libevent2022/libevent/evthread-internal.h 		    ompi__evthread_cond_fns.alloc_condition(0) : NULL;	\
alloc_condition   116 opal/mca/event/libevent2022/libevent/evthread.c 		if (target->alloc_condition)
alloc_condition   123 opal/mca/event/libevent2022/libevent/evthread.c 	if (target->alloc_condition) {
alloc_condition   126 opal/mca/event/libevent2022/libevent/evthread.c 			target->alloc_condition == cbs->alloc_condition &&
alloc_condition   137 opal/mca/event/libevent2022/libevent/evthread.c 	if (cbs->alloc_condition && cbs->free_condition &&
alloc_condition   142 opal/mca/event/libevent2022/libevent/evthread.c 		ompi__evthread_cond_fns.alloc_condition = cbs->alloc_condition;
alloc_condition   407 opal/mca/event/libevent2022/libevent/evthread.c 	return ompi__evthread_cond_fns.alloc_condition ?
alloc_condition   408 opal/mca/event/libevent2022/libevent/evthread.c 	    ompi__evthread_cond_fns.alloc_condition(condtype) : NULL;
alloc_condition   148 opal/mca/event/libevent2022/libevent/include/event2/thread.h 	void *(*alloc_condition)(unsigned condtype);