Home
last modified time | relevance | path

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

/kernel/liteos_m/testsuites/sample/posix/pthread/
H A DIt_posix_pthread_009.c43 rc = pthread_condattr_destroy(&condattr); in Testcase()
50 rc = pthread_condattr_destroy(&condattr); in Testcase()
58 * @tc.desc: Test interface pthread_condattr_destroy
H A DIt_posix_pthread_011.c47 ret = pthread_condattr_destroy(&attr); in Testcase()
H A DIt_posix_pthread_010.c43 rc = pthread_condattr_destroy(condattr); in Testcase()
H A DIt_posix_pthread_014.c55 rc = pthread_condattr_destroy(&condattr); in Testcase()
H A DIt_posix_pthread_007.c53 rc = pthread_condattr_destroy(&condattr); in Testcase()
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
H A DIt_posix_pthread_078.c54 ret = pthread_condattr_destroy(&attr); in Testcase()
H A DIt_posix_pthread_074.c50 rc = pthread_condattr_destroy(&condattr); in Testcase()
H A DIt_posix_pthread_075.c50 rc = pthread_condattr_destroy(condattr); in Testcase()
H A DIt_posix_pthread_079.c56 ret = pthread_condattr_destroy(&attr); in Testcase()
H A DIt_posix_pthread_071.c60 rc = pthread_condattr_destroy(&condattr); in Testcase()
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
H A DIt_posix_pthread_079.cpp49 ret = pthread_condattr_destroy(&attr); in Testcase()
H A DIt_posix_pthread_078.cpp47 ret = pthread_condattr_destroy(&attr); in Testcase()
H A DIt_posix_pthread_074.cpp43 rc = pthread_condattr_destroy(&condattr); in Testcase()
H A DIt_posix_pthread_071.cpp53 rc = pthread_condattr_destroy(&condattr); in Testcase()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmutex.c88 CHECK_ERR(pthread_condattr_destroy(&attr)); in __cond_init()
/kernel/liteos_m/testsuites/unittest/xts/ipc/cond/
H A Dpthread_cond_test.c113 ret = pthread_condattr_destroy(&condAttr);
/kernel/liteos_a/compat/posix/src/
H A Dpthread_cond.c79 int pthread_condattr_destroy(pthread_condattr_t *attr) in pthread_condattr_destroy() function
/kernel/liteos_m/kal/posix/src/
H A Dpthread_cond.c77 int pthread_condattr_destroy(pthread_condattr_t *attr) in pthread_condattr_destroy() function
/kernel/liteos_m/testsuites/sample/posix/
H A Dpthread_func_test.c903 ret = pthread_condattr_destroy(&attr);
930 ret = pthread_condattr_destroy(&attr);
/kernel/liteos_m/testsuites/unittest/posix/src/pthread/
H A Dpthread_cond_func_test.c920 ret = pthread_condattr_destroy(&attr);
947 ret = pthread_condattr_destroy(&attr);
/kernel/linux/linux-6.6/tools/tracing/latency/
H A Dlatency-collector.c401 errno = pthread_condattr_destroy(attr); in condattr_destroy()
403 err(EXIT_FAILURE, "pthread_condattr_destroy() failed"); in condattr_destroy()

Completed in 9 milliseconds