cnd 63 opal/threads/threads.h #define OPAL_ACQUIRE_THREAD(lck, cnd, act) \ cnd 71 opal/threads/threads.h opal_condition_wait((cnd), (lck)); \ cnd 80 opal/threads/threads.h #define OPAL_ACQUIRE_THREAD(lck, cnd, act) \ cnd 84 opal/threads/threads.h opal_condition_wait((cnd), (lck)); \ cnd 92 opal/threads/threads.h #define OPAL_RELEASE_THREAD(lck, cnd, act) \ cnd 99 opal/threads/threads.h opal_condition_broadcast((cnd)); \ cnd 103 opal/threads/threads.h #define OPAL_RELEASE_THREAD(lck, cnd, act) \ cnd 106 opal/threads/threads.h opal_condition_broadcast((cnd)); \ cnd 112 opal/threads/threads.h #define OPAL_WAKEUP_THREAD(cnd, act) \ cnd 115 opal/threads/threads.h opal_condition_broadcast((cnd)); \