Home
last modified time | relevance | path

Searched refs:sched_getcpu (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dmain.c32 #define sched_getcpu() rte_lcore_id() macro
80 sched_getcpu(), in helloworld_pthread()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_inlines_a.h14 return (malloc_cpuid_t)sched_getcpu(); in malloc_getcpu()
H A Djemalloc_preamble.h.in165 /* Currently percpu_arena depends on sched_getcpu. */
H A Djemalloc_internal_defs.h.in338 /* GNU specific sched_getcpu support */
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c67 #define sched_getcpu() rte_lcore_id() macro
2096 tx_conf->conf.cpu_id = sched_getcpu(); in lthread_tx()
2163 rx_conf->conf.cpu_id = sched_getcpu(); in lthread_rx()
2325 tx_conf->conf.cpu_id = sched_getcpu(); in pthread_tx()
2408 rx_conf->conf.cpu_id = sched_getcpu(); in pthread_rx()
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure.ac1634 dnl Check if the GNU-specific sched_getcpu function exists.
1635 AC_CHECK_FUNC([sched_getcpu],