Searched refs:pthread_getaffinity_np (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/windows/include/ |
| H A D | pthread.h | 87 pthread_getaffinity_np(pthread_t threadid, size_t cpuset_size, in pthread_getaffinity_np() function
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_thread.c | 269 if (pthread_getaffinity_np(pthread_self(), sizeof(cpuset), in rte_thread_register()
|
| H A D | eal_common_options.c | 1788 if (pthread_getaffinity_np(pthread_self(), sizeof(rte_cpuset_t), in eal_auto_detect_cores() 1817 if (pthread_getaffinity_np(pthread_self(), sizeof(rte_cpuset_t), in compute_ctrl_threads_cpuset()
|
| /f-stack/dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | bman_driver.c | 40 ret = pthread_getaffinity_np(pthread_self(), sizeof(cpu_set_t), in fsl_bman_portal_init()
|
| /f-stack/dpdk/drivers/bus/fslmc/portal/ |
| H A D | dpaa2_hw_dpio.c | 95 ret = pthread_getaffinity_np(pthread_self(), sizeof(cpu_set_t), in dpaa2_get_core_id()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | jemalloc.c | 730 pthread_getaffinity_np(pthread_self(), sizeof(set), &set); in malloc_ncpus()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | server.c | 2776 pthread_getaffinity_np(thread, sizeof(cpu_set_t), &cpuset_frm); in resetCpuAffinity()
|