Searched refs:rte_thread_get_affinity (Results 1 – 5 of 5) sorted by relevance
113 void rte_thread_get_affinity(rte_cpuset_t *cpusetp);
98 rte_thread_get_affinity(rte_cpuset_t *cpusetp) in rte_thread_get_affinity() function141 rte_thread_get_affinity(&cpuset); in eal_thread_dump_current_affinity()
262 rte_thread_get_affinity;
303 * Use ``rte_thread_get_affinity`` to isolate functions running on the same
703 There are two public APIs ``rte_thread_set_affinity()`` and ``rte_thread_get_affinity()`` introduce…