Home
last modified time | relevance | path

Searched refs:ChildExpectEQ (Results 1 - 3 of 3) sorted by relevance

/test/xts/acts/kernel_lite/futex_posix/src/
H A DPthreadMutexTest.cpp330 exitCode = ChildExpectEQ(pthread_mutex_unlock(&mtx), EPERM); in HWTEST_F()
363 exitCode = ChildExpectEQ(pthread_mutex_lock(&mtx), 0); in HWTEST_F()
407 exitCode = ChildExpectEQ(pthread_mutex_unlock(&mtx), EPERM); in HWTEST_F()
440 exitCode = ChildExpectEQ(pthread_mutex_lock(&mtx), EDEADLK); in HWTEST_F()
H A DFutexTest.cpp28 int ChildExpectEQ(int src, int des) in ChildExpectEQ() function
H A DFutexTest.h27 int ChildExpectEQ(int src, int des);

Completed in 2 milliseconds