Home
last modified time | relevance | path

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

/kernel/liteos_m/testsuites/sample/posix/
H A Dpthread_func_test.c944 int mutexType; variable
952 ret = pthread_mutexattr_gettype(&mutexAttr, &mutexType);
954 ICUNIT_ASSERT_EQUAL(mutexType, PTHREAD_MUTEX_ERRORCHECK, mutexType);
956 ret = pthread_mutexattr_gettype(NULL, &mutexType);
960 ret = pthread_mutexattr_gettype(&mutexAttr, &mutexType);

Completed in 2 milliseconds