Home
last modified time | relevance | path

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

/bionic/tests/
Dpthread_test.cpp2043 static int UnlockFromAnotherThread(pthread_mutex_t* mutex) { in UnlockFromAnotherThread() function
2060 ASSERT_EQ(EPERM, UnlockFromAnotherThread(&m.lock)); in TestPthreadMutexLockNormal()
2072 ASSERT_EQ(EPERM, UnlockFromAnotherThread(&m.lock)); in TestPthreadMutexLockErrorCheck()
2089 ASSERT_EQ(EPERM, UnlockFromAnotherThread(&m.lock)); in TestPthreadMutexLockRecursive()
2091 ASSERT_EQ(EPERM, UnlockFromAnotherThread(&m.lock)); in TestPthreadMutexLockRecursive()