Lines Matching refs:mutex
109 etc is surrounded with either a pthread mutex or a win32
228 pthread or WIN32 mutex lock/unlock. (If set true, this can be
1998 If USE_LOCKS is defined, the "mutex" lock is acquired and released
2028 MLOCK_T mutex; /* locate lock among fields that rarely change */
2147 #define PREACTION(M) ((GLOBALLY_INITIALIZE() || use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0)
2148 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); }
2490 INITIAL_LOCK(&gm->mutex);
4412 INITIAL_LOCK(&m->mutex);