Lines Matching full:mutex
9 * @file measure time for mutex lock and unlock
11 * This file contains the test that measures mutex lock and unlock times
12 * in the kernel. There is no contention on the mutex being tested.
36 /* Recursively lock take the mutex */ in start_lock_unlock()
48 /* Recursively unlock the mutex */ in start_lock_unlock()
67 * @brief Test for the multiple mutex lock/unlock time
69 * The routine performs multiple mutex locks and then multiple mutex
98 "mutex.lock.immediate.recursive.%s", in mutex_lock_unlock()
101 "%-40s - Lock a mutex", tag); in mutex_lock_unlock()
108 "mutex.unlock.immediate.recursive.%s", in mutex_lock_unlock()
111 "%-40s - Unlock a mutex", tag); in mutex_lock_unlock()