locktype 75 opal/mca/event/libevent2022/libevent/evthread-internal.h #define EVTHREAD_ALLOC_LOCK(lockvar, locktype) \ locktype 77 opal/mca/event/libevent2022/libevent/evthread-internal.h ompi__evthread_lock_fns.alloc(locktype) : NULL) locktype 80 opal/mca/event/libevent2022/libevent/evthread-internal.h #define EVTHREAD_FREE_LOCK(lockvar, locktype) \ locktype 84 opal/mca/event/libevent2022/libevent/evthread-internal.h ompi__evthread_lock_fns.free(_lock_tmp_, (locktype)); \ locktype 184 opal/mca/event/libevent2022/libevent/evthread-internal.h void *_evthreadimpl_lock_alloc(unsigned locktype); locktype 185 opal/mca/event/libevent2022/libevent/evthread-internal.h void _evthreadimpl_lock_free(void *lock, unsigned locktype); locktype 201 opal/mca/event/libevent2022/libevent/evthread-internal.h #define EVTHREAD_ALLOC_LOCK(lockvar, locktype) \ locktype 202 opal/mca/event/libevent2022/libevent/evthread-internal.h ((lockvar) = _evthreadimpl_lock_alloc(locktype)) locktype 204 opal/mca/event/libevent2022/libevent/evthread-internal.h #define EVTHREAD_FREE_LOCK(lockvar, locktype) \ locktype 208 opal/mca/event/libevent2022/libevent/evthread-internal.h _evthreadimpl_lock_free(_lock_tmp_, (locktype)); \ locktype 295 opal/mca/event/libevent2022/libevent/evthread-internal.h #define EVTHREAD_ALLOC_LOCK(lockvar, locktype) _EVUTIL_NIL_STMT locktype 296 opal/mca/event/libevent2022/libevent/evthread-internal.h #define EVTHREAD_FREE_LOCK(lockvar, locktype) _EVUTIL_NIL_STMT locktype 359 opal/mca/event/libevent2022/libevent/evthread-internal.h void *evthread_setup_global_lock_(void *lock_, unsigned locktype, locktype 362 opal/mca/event/libevent2022/libevent/evthread-internal.h #define EVTHREAD_SETUP_GLOBAL_LOCK(lockvar, locktype) \ locktype 365 opal/mca/event/libevent2022/libevent/evthread-internal.h (locktype), enable_locks); \ locktype 150 opal/mca/event/libevent2022/libevent/evthread.c unsigned locktype; locktype 159 opal/mca/event/libevent2022/libevent/evthread.c debug_lock_alloc(unsigned locktype) locktype 166 opal/mca/event/libevent2022/libevent/evthread.c locktype|EVTHREAD_LOCKTYPE_RECURSIVE))) { locktype 173 opal/mca/event/libevent2022/libevent/evthread.c result->locktype = locktype; locktype 180 opal/mca/event/libevent2022/libevent/evthread.c debug_lock_free(void *lock_, unsigned locktype) locktype 184 opal/mca/event/libevent2022/libevent/evthread.c EVUTIL_ASSERT(locktype == lock->locktype); locktype 187 opal/mca/event/libevent2022/libevent/evthread.c lock->locktype|EVTHREAD_LOCKTYPE_RECURSIVE); locktype 198 opal/mca/event/libevent2022/libevent/evthread.c if (!(lock->locktype & EVTHREAD_LOCKTYPE_RECURSIVE)) locktype 214 opal/mca/event/libevent2022/libevent/evthread.c if (lock->locktype & EVTHREAD_LOCKTYPE_READWRITE) locktype 229 opal/mca/event/libevent2022/libevent/evthread.c if (lock->locktype & EVTHREAD_LOCKTYPE_READWRITE) locktype 315 opal/mca/event/libevent2022/libevent/evthread.c evthread_setup_global_lock_(void *lock_, unsigned locktype, int enable_locks) locktype 326 opal/mca/event/libevent2022/libevent/evthread.c return debug_lock_alloc(locktype); locktype 332 opal/mca/event/libevent2022/libevent/evthread.c if (!(locktype & EVTHREAD_LOCKTYPE_RECURSIVE)) { locktype 334 opal/mca/event/libevent2022/libevent/evthread.c _original_lock_fns.free(lock_, locktype); locktype 335 opal/mca/event/libevent2022/libevent/evthread.c return debug_lock_alloc(locktype); locktype 339 opal/mca/event/libevent2022/libevent/evthread.c _original_lock_fns.free(lock_, locktype); locktype 343 opal/mca/event/libevent2022/libevent/evthread.c lock->locktype = locktype; locktype 350 opal/mca/event/libevent2022/libevent/evthread.c return ompi__evthread_lock_fns.alloc(locktype); locktype 356 opal/mca/event/libevent2022/libevent/evthread.c EVUTIL_ASSERT(lock->locktype == locktype); locktype 359 opal/mca/event/libevent2022/libevent/evthread.c locktype|EVTHREAD_LOCKTYPE_RECURSIVE); locktype 377 opal/mca/event/libevent2022/libevent/evthread.c _evthreadimpl_lock_alloc(unsigned locktype) locktype 380 opal/mca/event/libevent2022/libevent/evthread.c ompi__evthread_lock_fns.alloc(locktype) : NULL; locktype 383 opal/mca/event/libevent2022/libevent/evthread.c _evthreadimpl_lock_free(void *lock, unsigned locktype) locktype 386 opal/mca/event/libevent2022/libevent/evthread.c ompi__evthread_lock_fns.free(lock, locktype); locktype 43 opal/mca/event/libevent2022/libevent/evthread_pthread.c evthread_posix_lock_alloc(unsigned locktype) locktype 49 opal/mca/event/libevent2022/libevent/evthread_pthread.c if (locktype & EVTHREAD_LOCKTYPE_RECURSIVE) locktype 59 opal/mca/event/libevent2022/libevent/evthread_pthread.c evthread_posix_lock_free(void *_lock, unsigned locktype) locktype 49 opal/mca/event/libevent2022/libevent/evthread_win32.c evthread_win32_lock_create(unsigned locktype) locktype 62 opal/mca/event/libevent2022/libevent/evthread_win32.c evthread_win32_lock_free(void *_lock, unsigned locktype) locktype 110 opal/mca/event/libevent2022/libevent/include/event2/thread.h void *(*alloc)(unsigned locktype); locktype 113 opal/mca/event/libevent2022/libevent/include/event2/thread.h void (*free)(void *lock, unsigned locktype);