Lines Matching full:mutex
48 struct _WsbmMutex mutex;
53 * Note: The struct _WsbmFenceMgr::Mutex should never be held
61 * Constant members. Need no mutex protection.
67 * Atomic members. No mutex protection.
73 * These members are protected by this->mutex
84 * These members are constant and need no mutex protection.
86 * mutex protection, that we don't care about.
95 * Atomic members. No mutex protection. note that
104 * These members are protected by mgr->mutex.
135 ret = WSBM_MUTEX_INIT(&fc->mutex);
140 WSBM_MUTEX_FREE(&fc->mutex);
150 WSBM_MUTEX_FREE(&tmp->classes[j].mutex);
174 WSBM_MUTEX_LOCK(&fc->mutex);
176 WSBM_MUTEX_UNLOCK(&fc->mutex);
196 WSBM_MUTEX_LOCK(&fc->mutex);
219 WSBM_MUTEX_UNLOCK(&fc->mutex);
324 WSBM_MUTEX_LOCK(&fc->mutex);
326 WSBM_MUTEX_UNLOCK(&fc->mutex);
468 WSBM_MUTEX_FREE(&mgr->classes[i].mutex);