Searched refs:pthread_create (Results 1 – 12 of 12) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_lcores.c | 80 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 D | test_threads.c | 34 RTE_TEST_ASSERT(pthread_create(&id, NULL, thread_main, &thread_id) == 0, in test_thread_affinity()
|
| H A D | process.h | 139 rc = pthread_create(&thread, NULL, &send_pkts, NULL); in process_dup()
|
| /dpdk/lib/eal/windows/include/ |
| H A D | pthread.h | 132 pthread_create(void *threadid, const void *threadattr, void *threadfunc, in pthread_create() function
|
| /dpdk/lib/telemetry/ |
| H A D | telemetry.c | 414 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 D | telemetry_legacy.c | 116 rc = pthread_create(&th, NULL, &legacy_client_handler, in register_client()
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_thread.c | 287 ret = pthread_create(thread, attr, ctrl_thread_init, (void *)params); in rte_ctrl_thread_create()
|
| /dpdk/lib/eal/freebsd/ |
| H A D | eal.c | 812 ret = pthread_create(&lcore_config[i].thread_id, NULL, in rte_eal_init()
|
| /dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa_event.c | 490 ret = pthread_create(&priv->timer_tid, &attr, mlx5_vdpa_event_handle, in mlx5_vdpa_cqe_event_setup()
|
| /dpdk/drivers/vdpa/sfc/ |
| H A D | sfc_vdpa_ops.c | 590 ret = pthread_create(&ops_data->notify_tid, NULL, in sfc_vdpa_setup_notify_ctrl()
|
| /dpdk/lib/eal/linux/ |
| H A D | eal.c | 1147 ret = pthread_create(&lcore_config[i].thread_id, NULL, in rte_eal_init()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | env_abstraction_layer.rst | 55 It consist of calls to the pthread library (more specifically, pthread_self(), pthread_create(), an…
|