Home
last modified time | relevance | path

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

/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
H A DIt_posix_pthread_078.c50 ret = pthread_condattr_setpshared(&attr, INVALID_PSHARED_VALUE); in Testcase()
/kernel/liteos_m/testsuites/sample/posix/pthread/
H A DIt_posix_pthread_011.c43 ret = pthread_condattr_setpshared(&attr, INVALID_PSHARED_VALUE); in Testcase()
55 * @tc.desc: Test interface pthread_condattr_setpshared
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
H A DIt_posix_pthread_078.cpp43 ret = pthread_condattr_setpshared(&attr, INVALID_PSHARED_VALUE); in Testcase()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmutex.c85 CHECK_ERR(pthread_condattr_setpshared(&attr, PTHREAD_PROCESS_SHARED)); in __cond_init()
/kernel/liteos_a/compat/posix/src/
H A Dpthread_cond.c65 int pthread_condattr_setpshared(pthread_condattr_t *attr, int shared) in pthread_condattr_setpshared() function
/kernel/liteos_m/kal/posix/src/
H A Dpthread_cond.c63 int pthread_condattr_setpshared(pthread_condattr_t *attr, int shared) in pthread_condattr_setpshared() function
/kernel/liteos_m/testsuites/sample/posix/
H A Dpthread_func_test.c899 ret = pthread_condattr_setpshared(&attr, (-100)); /* -100: Set 'pshared' to INVALID_PSHARED_VALUE. */
/kernel/liteos_m/testsuites/unittest/posix/src/pthread/
H A Dpthread_cond_func_test.c916 ret = pthread_condattr_setpshared(&attr, (-100));
/kernel/linux/linux-5.10/tools/perf/bench/
H A Dnuma.c495 pthread_condattr_setpshared(&attr, PTHREAD_PROCESS_SHARED); in init_global_cond()

Completed in 7 milliseconds