Home | History | Annotate | Download | only in stdlib

Lines Matching refs:mutex

145        etc is surrounded with either a pthread mutex or a win32
264 pthread or WIN32 mutex lock/unlock. (If set true, this can be
2008 If USE_LOCKS is defined, the "mutex" lock is acquired and released
2038 MLOCK_T mutex; /* locate lock among fields that rarely change */
2157 #define PREACTION(M) ((GLOBALLY_INITIALIZE() || use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0)
2158 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); }
2500 INITIAL_LOCK(&gm->mutex);
4422 INITIAL_LOCK(&m->mutex);