Searched refs:pthread_getaffinity_np (Results 1 - 8 of 8) sorted by relevance
/kernel/liteos_a/testsuites/unittest/process/basic/process/smp/ |
H A D | process_test_smp_007.cpp | 41 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 D | process_test_smp_005.cpp | 44 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 D | process_test_smp_008.cpp | 44 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 D | process_test_smp_004.cpp | 37 ret = pthread_getaffinity_np(pthread_self(), 0, &cpuset); in Testcase()
|
H A D | process_test_smp_002.cpp | 44 ret = pthread_getaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpuset); in PthreadTest01()
|
/kernel/liteos_a/testsuites/unittest/process/basic/process/smoke/ |
H A D | process_test_048.cpp | 62 ret = pthread_getaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpuset); in Testcase()
|
H A D | process_test_045.cpp | 40 ret = pthread_getaffinity_np(pthread_self(), 0, &cpuset); in Testcase()
|
/kernel/liteos_a/compat/posix/src/ |
H A D | pthread.c | 797 int pthread_getaffinity_np(pthread_t thread, size_t cpusetsize, cpu_set_t* cpuset) in pthread_getaffinity_np() function
|
Completed in 7 milliseconds