Searched refs:UnlockFromAnotherThread (Results 1 – 1 of 1) sorted by relevance
2042 static int UnlockFromAnotherThread(pthread_mutex_t* mutex) { in UnlockFromAnotherThread() function2059 ASSERT_EQ(EPERM, UnlockFromAnotherThread(&m.lock)); in TestPthreadMutexLockNormal()2071 ASSERT_EQ(EPERM, UnlockFromAnotherThread(&m.lock)); in TestPthreadMutexLockErrorCheck()2088 ASSERT_EQ(EPERM, UnlockFromAnotherThread(&m.lock)); in TestPthreadMutexLockRecursive()2090 ASSERT_EQ(EPERM, UnlockFromAnotherThread(&m.lock)); in TestPthreadMutexLockRecursive()