Home
last modified time | relevance | path

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

/kernel/liteos_a/testsuites/kernel/sample/posix/mutex/full/
H A DIt_posix_mutex_010.c40 /* pthread_mutexattr_getprotocol 1-1.c
41 * Test that pthread_mutexattr_getprotocol()
48 * 2. Call pthread_mutexattr_getprotocol() to obtain the protocol.
61 rc = pthread_mutexattr_getprotocol(&mta, &protocol); in Testcase()
H A DIt_posix_mutex_011.c40 /* pthread_mutexattr_getprotocol 1-2.c
41 * Test that pthread_mutexattr_getprotocol()
67 rc = pthread_mutexattr_getprotocol(&mta, &protocol); in Testcase()
H A DIt_posix_mutex_085.c52 ret = pthread_mutexattr_getprotocol(NULL, NULL); in Testcase()
/kernel/liteos_a/testsuites/kernel/sample/posix/mutex/smoke/
H A DIt_posix_mutex_007.c48 * 2. In the for loop, then call pthread_mutexattr_getprotocol and ensure that the same
71 rc = pthread_mutexattr_getprotocol(&mta, &protocol); in Testcase()
/kernel/liteos_a/compat/posix/src/
H A Dpthread_mutex.c63 int pthread_mutexattr_getprotocol(const pthread_mutexattr_t *attr, int *protocol) in pthread_mutexattr_getprotocol() function

Completed in 3 milliseconds