Home
last modified time | relevance | path

Searched refs:UnlockFromAnotherThread (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dpthread_test.cpp2122 static int UnlockFromAnotherThread(pthread_mutex_t* mutex) { in UnlockFromAnotherThread() function
2139 ASSERT_EQ(EPERM, UnlockFromAnotherThread(&m.lock)); in TestPthreadMutexLockNormal()
2151 ASSERT_EQ(EPERM, UnlockFromAnotherThread(&m.lock)); in TestPthreadMutexLockErrorCheck()
2168 ASSERT_EQ(EPERM, UnlockFromAnotherThread(&m.lock)); in TestPthreadMutexLockRecursive()
2170 ASSERT_EQ(EPERM, UnlockFromAnotherThread(&m.lock)); in TestPthreadMutexLockRecursive()