Home
last modified time | relevance | path

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

/kernel/liteos_a/testsuites/unittest/process/basic/process/smp/
H A Dprocess_test_smp_007.cpp41 ret = pthread_getaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpuset); in PthreadTest01()
69 ret = pthread_getaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpuset); in Testcase()
88 ret = pthread_getaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpuset); in Testcase()
H A Dprocess_test_smp_005.cpp44 ret = pthread_getaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpuset); in PthreadTest01()
72 ret = pthread_getaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpuset); in Testcase()
85 ret = pthread_getaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpuset); in Testcase()
H A Dprocess_test_smp_008.cpp44 ret = pthread_getaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpuset); in PthreadTest01()
66 ret = pthread_getaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpuset); in PthreadTest01()
H A Dprocess_test_smp_004.cpp37 ret = pthread_getaffinity_np(pthread_self(), 0, &cpuset); in Testcase()
H A Dprocess_test_smp_002.cpp44 ret = pthread_getaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpuset); in PthreadTest01()
/kernel/liteos_a/testsuites/unittest/process/basic/process/smoke/
H A Dprocess_test_048.cpp62 ret = pthread_getaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpuset); in Testcase()
H A Dprocess_test_045.cpp40 ret = pthread_getaffinity_np(pthread_self(), 0, &cpuset); in Testcase()
/kernel/liteos_a/compat/posix/src/
H A Dpthread.c797 int pthread_getaffinity_np(pthread_t thread, size_t cpusetsize, cpu_set_t* cpuset) in pthread_getaffinity_np() function

Completed in 7 milliseconds