Home
last modified time | relevance | path

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

/kernel/liteos_a/testsuites/kernel/sample/posix/mutex/full/
H A DIt_posix_mutex_009.c40 /* pthread_mutexattr_setprotocol 3-2.c
41 * Test that pthread_mutexattr_setprotocol()
47 * 1. Call pthread_mutexattr_setprotocol with an uninitialized pthread_mutexattr_t object.
55 ret = pthread_mutexattr_setprotocol(&mta, PTHREAD_PRIO_NONE); in Testcase()
H A DIt_posix_mutex_008.c40 /* pthread_mutexattr_setprotocol 3-1.c
41 * Test that pthread_mutexattr_setprotocol()
66 ret = pthread_mutexattr_setprotocol(&mta, protocol); in Testcase()
H A DIt_posix_mutex_011.c63 rc = pthread_mutexattr_setprotocol(&mta, protcls[i]); in Testcase()
H A DIt_posix_mutex_035.c67 err = pthread_mutexattr_setprotocol(&mutexAttr, PTHREAD_PRIO_INHERIT); in Testcase()
H A DIt_posix_mutex_034.c67 err = pthread_mutexattr_setprotocol(&mutexAttr, PTHREAD_PRIO_NONE); in Testcase()
H A DIt_posix_mutex_032.c64 err = pthread_mutexattr_setprotocol(&mutexAttr, PTHREAD_PRIO_PROTECT); in Testcase()
H A DIt_posix_mutex_085.c49 ret = pthread_mutexattr_setprotocol(NULL, 1); in Testcase()
/kernel/liteos_a/testsuites/unittest/fuzz/
H A Dpthread_mutexattr_setprotocol_fuzzer.cpp45 pthread_mutexattr_setprotocol((pthread_mutexattr_t *)datainput, number); in TestPthreadMutexattrSetprotocol()
/kernel/liteos_a/testsuites/kernel/sample/posix/mutex/smoke/
H A DIt_posix_mutex_007.c40 /* pthread_mutexattr_setprotocol 1-1.c
41 * Test that pthread_mutexattr_setprotocol()
47 * 1. In a for loop, call pthread_mutexattr_setprotocol with all the valid 'protocol' values.
67 rc = pthread_mutexattr_setprotocol(&mta, protcls[i]); in Testcase()
H A DIt_posix_mutex_015.c60 ret = pthread_mutexattr_setprotocol(&ma, PTHREAD_PRIO_PROTECT); in Testcase()
/kernel/liteos_a/compat/posix/src/
H A Dpthread_mutex.c58 int pthread_mutexattr_setprotocol(pthread_mutexattr_t *attr, int protocol) in pthread_mutexattr_setprotocol() function

Completed in 5 milliseconds