Home
last modified time | relevance | path

Searched refs:pthread_create (Results 1 – 12 of 12) sorted by relevance

/dpdk/app/test/
H A Dtest_lcores.c80 if (pthread_create(&t->id, NULL, thread_loop, t) != 0) in test_non_eal_lcores()
99 if (pthread_create(&t->id, NULL, thread_loop, t) == 0) { in test_non_eal_lcores()
265 if (pthread_create(&t->id, NULL, thread_loop, t) != 0) in test_non_eal_lcores_callback()
288 if (pthread_create(&t->id, NULL, thread_loop, t) != 0) in test_non_eal_lcores_callback()
H A Dtest_threads.c34 RTE_TEST_ASSERT(pthread_create(&id, NULL, thread_main, &thread_id) == 0, in test_thread_affinity()
H A Dprocess.h139 rc = pthread_create(&thread, NULL, &send_pkts, NULL); in process_dup()
/dpdk/lib/eal/windows/include/
H A Dpthread.h132 pthread_create(void *threadid, const void *threadattr, void *threadfunc, in pthread_create() function
/dpdk/lib/telemetry/
H A Dtelemetry.c414 rc = pthread_create(&th, NULL, s->fn, in socket_listener()
534 rc = pthread_create(&t_old, NULL, socket_listener, &v1_socket); in telemetry_legacy_init()
588 rc = pthread_create(&t_new, NULL, socket_listener, &v2_socket); in telemetry_v2_init()
H A Dtelemetry_legacy.c116 rc = pthread_create(&th, NULL, &legacy_client_handler, in register_client()
/dpdk/lib/eal/common/
H A Deal_common_thread.c287 ret = pthread_create(thread, attr, ctrl_thread_init, (void *)params); in rte_ctrl_thread_create()
/dpdk/lib/eal/freebsd/
H A Deal.c812 ret = pthread_create(&lcore_config[i].thread_id, NULL, in rte_eal_init()
/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_event.c490 ret = pthread_create(&priv->timer_tid, &attr, mlx5_vdpa_event_handle, in mlx5_vdpa_cqe_event_setup()
/dpdk/drivers/vdpa/sfc/
H A Dsfc_vdpa_ops.c590 ret = pthread_create(&ops_data->notify_tid, NULL, in sfc_vdpa_setup_notify_ctrl()
/dpdk/lib/eal/linux/
H A Deal.c1147 ret = pthread_create(&lcore_config[i].thread_id, NULL, in rte_eal_init()
/dpdk/doc/guides/prog_guide/
H A Denv_abstraction_layer.rst55 It consist of calls to the pthread library (more specifically, pthread_self(), pthread_create(), an…