Home
last modified time | relevance | path

Searched defs:thread_id (Results 1 – 22 of 22) sorted by relevance

/dpdk/app/test/
H A Dtest_threads.c34 rte_thread_t thread_id; in test_thread_create_join() local
58 rte_thread_t thread_id; in test_thread_create_detach() local
82 rte_thread_t thread_id; in test_thread_priority() local
133 rte_thread_t thread_id; in test_thread_affinity() local
172 rte_thread_t thread_id; in test_thread_attributes_affinity() local
210 rte_thread_t thread_id; in test_thread_attributes_priority() local
239 rte_thread_t thread_id; in test_thread_control_create_join() local
H A Dtest_rcu_qsbr_perf.c60 uint32_t thread_id = alloc_thread_id(); in test_rcu_qsbr_reader_perf() local
294 uint32_t thread_id = alloc_thread_id(); in test_rcu_qsbr_hash_reader() local
H A Dtest_lpm_perf.c402 uint32_t thread_id = alloc_thread_id(); in test_lpm_rcu_qsbr_reader() local
/dpdk/examples/pipeline/
H A Dthread.c66 uint32_t thread_id; in thread_init() local
109 uint32_t thread_id; in pipeline_find() local
129 uint32_t thread_id; in block_find() local
163 pipeline_enable(struct rte_swx_pipeline *p, uint32_t thread_id) in pipeline_enable()
229 uint32_t thread_id, i; in pipeline_disable() local
265 block_enable(block_run_f block_func, void *block, uint32_t thread_id) in block_enable()
302 uint32_t thread_id, i; in block_disable() local
356 uint32_t thread_id; in thread_main() local
H A Dcli.c3242 uint32_t thread_id; cmd_pipeline_enable() local
3325 uint32_t thread_id; cmd_block_enable() local
[all...]
/dpdk/lib/eal/unix/
H A Drte_thread.c205 ret = pthread_create((pthread_t *)&thread_id->opaque_id, attrp, in rte_thread_join() argument
118 rte_thread_create(rte_thread_t * thread_id,const rte_thread_attr_t * thread_attr,rte_thread_func thread_func,void * args) rte_thread_create() argument
227 rte_thread_detach(rte_thread_t thread_id) rte_thread_detach() argument
243 rte_thread_t thread_id; rte_thread_self() local
251 rte_thread_get_priority(rte_thread_t thread_id,enum rte_thread_priority * priority) rte_thread_get_priority() argument
273 rte_thread_set_priority(rte_thread_t thread_id,enum rte_thread_priority priority) rte_thread_set_priority() argument
369 rte_thread_set_affinity_by_id(rte_thread_t thread_id,const rte_cpuset_t * cpuset) rte_thread_set_affinity_by_id() argument
377 rte_thread_get_affinity_by_id(rte_thread_t thread_id,rte_cpuset_t * cpuset) rte_thread_get_affinity_by_id() argument
[all...]
/dpdk/lib/eal/windows/
H A Drte_thread.c185 rte_thread_create(rte_thread_t *thread_id, in rte_thread_create()
262 rte_thread_join(rte_thread_t thread_id, uint32_t *value_ptr) in rte_thread_join()
302 rte_thread_detach(rte_thread_t thread_id) in rte_thread_detach()
319 rte_thread_t thread_id; in rte_thread_self() local
327 rte_thread_set_name(rte_thread_t thread_id, const char *thread_name) in rte_thread_set_name()
368 rte_thread_get_priority(rte_thread_t thread_id, in rte_thread_get_priority()
407 rte_thread_set_priority(rte_thread_t thread_id, in rte_thread_set_priority()
522 rte_thread_set_affinity_by_id(rte_thread_t thread_id, in rte_thread_set_affinity_by_id()
562 rte_thread_get_affinity_by_id(rte_thread_t thread_id, in rte_thread_get_affinity_by_id()
H A Deal_interrupts.c26 DWORD thread_id = GetCurrentThreadId(); in eal_intr_thread_handle_init() local
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c92 thread_is_valid(struct pmd_internals *softnic, uint32_t thread_id) in thread_is_valid()
109 thread_is_running(uint32_t thread_id) in thread_is_running()
121 thread_sc_service_up(struct pmd_internals *softnic, uint32_t thread_id) in thread_sc_service_up()
175 thread_sc_service_down(struct pmd_internals *softnic, uint32_t thread_id) in thread_sc_service_down()
193 uint32_t thread_id; in softnic_thread_pipeline_disable_all() local
255 uint32_t thread_id, in thread_msg_send_recv()
279 uint32_t thread_id, in softnic_thread_pipeline_enable()
347 uint32_t thread_id, in softnic_thread_pipeline_disable()
529 uint32_t thread_id, j; in rte_pmd_softnic_run_internal() local
H A Drte_eth_softnic_pipeline.c51 softnic_pipeline_thread_count(struct pmd_internals *p, uint32_t thread_id) in softnic_pipeline_thread_count()
H A Drte_eth_softnic_internals.h84 uint32_t thread_id; member
H A Drte_eth_softnic_cli.c2219 uint32_t thread_id; in cmd_softnic_thread_pipeline_enable() local
2268 uint32_t thread_id; in cmd_softnic_thread_pipeline_disable() local
/dpdk/lib/rcu/
H A Drte_rcu_qsbr.h50 #define __RTE_RCU_IS_LOCK_CNT_ZERO(v, thread_id, level, ...) do { \ argument
55 #define __RTE_RCU_IS_LOCK_CNT_ZERO(v, thread_id, level, ...) argument
296 rte_rcu_qsbr_thread_online(struct rte_rcu_qsbr *v, unsigned int thread_id) in rte_rcu_qsbr_thread_online() argument
349 rte_rcu_qsbr_thread_offline(struct rte_rcu_qsbr * v,unsigned int thread_id) rte_rcu_qsbr_thread_offline() argument
387 rte_rcu_qsbr_lock(__rte_unused struct rte_rcu_qsbr * v,__rte_unused unsigned int thread_id) rte_rcu_qsbr_lock() argument
420 rte_rcu_qsbr_unlock(__rte_unused struct rte_rcu_qsbr * v,__rte_unused unsigned int thread_id) rte_rcu_qsbr_unlock() argument
478 rte_rcu_qsbr_quiescent(struct rte_rcu_qsbr * v,unsigned int thread_id) rte_rcu_qsbr_quiescent() argument
[all...]
H A Drte_rcu_qsbr.c82 rte_rcu_qsbr_thread_register(struct rte_rcu_qsbr *v, unsigned int thread_id) in rte_rcu_qsbr_thread_register() argument
133 rte_rcu_qsbr_thread_unregister(struct rte_rcu_qsbr * v,unsigned int thread_id) rte_rcu_qsbr_thread_unregister() argument
186 rte_rcu_qsbr_synchronize(struct rte_rcu_qsbr * v,unsigned int thread_id) rte_rcu_qsbr_synchronize() argument
[all...]
/dpdk/lib/eal/freebsd/
H A Deal_thread.c35 void rte_thread_set_name(rte_thread_t thread_id, const char *thread_name) in rte_thread_set_name()
/dpdk/lib/eal/linux/
H A Deal_thread.c24 void rte_thread_set_name(rte_thread_t thread_id, const char *thread_name) in rte_thread_set_name()
/dpdk/examples/ip_pipeline/
H A Dparser.h49 uint32_t thread_id; member
H A Dthread.c157 thread_is_running(uint32_t thread_id) in thread_is_running() argument
232 thread_msg_send_recv(uint32_t thread_id, in thread_msg_send_recv() argument
255 thread_pipeline_enable(uint32_t thread_id, in thread_pipeline_enable() argument
344 thread_pipeline_disable(uint32_t thread_id,const char * pipeline_name) thread_pipeline_disable() argument
3085 uint32_t thread_id, i; thread_main() local
[all...]
H A Dpipeline.h178 uint32_t thread_id; member
H A Dcli.c5862 snprintf(out, out_size, MSG_ARG_INVALID, "thread_id"); in cmd_thread_pipeline_enable() local
5905 snprintf(out, out_size, MSG_ARG_INVALID, "thread_id"); in cmd_thread_pipeline_disable() local
[all...]
/dpdk/lib/eal/common/
H A Deal_private.h24 rte_thread_t thread_id; /**< thread identifier */ member
/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h1602 uint32_t thread_id; member