Searched refs:pthread_join (Results 1 – 16 of 16) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_lcores.c | 113 pthread_join(t->id, NULL); in test_non_eal_lcores() 312 pthread_join(t->id, NULL); in test_non_eal_lcores_callback() 333 pthread_join(t->id, NULL); in test_non_eal_lcores_callback() 372 pthread_join(t->id, NULL); in test_ctrl_thread()
|
| H A D | process.h | 154 pthread_join(thread, NULL); in process_dup()
|
| /dpdk/lib/eal/windows/include/ |
| H A D | pthread.h | 153 pthread_join(__rte_unused pthread_t thread, in pthread_join() function
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_thread.c | 314 pthread_join(*thread, NULL); in rte_ctrl_thread_create()
|
| H A D | eal_common_proc.c | 665 pthread_join(mp_handle_tid, NULL); in rte_mp_channel_cleanup()
|
| /dpdk/drivers/net/kni/ |
| H A D | rte_eth_kni.c | 193 ret = pthread_join(internals->thread, NULL); in eth_kni_dev_stop()
|
| /dpdk/drivers/vdpa/ifc/ |
| H A D | ifcvf_vdpa.c | 519 pthread_join(internal->tid, &status); in unset_notify_relay() 824 pthread_join(internal->tid, &status); in unset_vring_relay()
|
| /dpdk/drivers/dma/skeleton/ |
| H A D | skeleton_dmadev.c | 157 pthread_join(hw->thread, NULL); in skeldma_stop()
|
| /dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa_event.c | 520 pthread_join(priv->timer_tid, &status); in mlx5_vdpa_cqe_event_unset()
|
| /dpdk/drivers/vdpa/sfc/ |
| H A D | sfc_vdpa_ops.c | 685 ret = pthread_join(ops_data->notify_tid, &status); in sfc_vdpa_dev_close()
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_nix_inl_dev.c | 930 pthread_join(inl_dev->soft_exp_poll_thread, NULL); in roc_nix_inl_dev_fini()
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_mae_counter.c | 639 rc = pthread_join(counter_registry->polling.thread.id, NULL); in sfc_mae_counter_thread_stop()
|
| /dpdk/examples/kni/ |
| H A D | main.c | 1122 pthread_join(kni_link_tid, &retval); in main()
|
| /dpdk/drivers/raw/ifpga/ |
| H A D | ifpga_rawdev.c | 574 ret = pthread_join(ifpga_monitor_start_thread, NULL); in ifpga_monitor_stop_func()
|
| /dpdk/drivers/net/ipn3ke/ |
| H A D | ipn3ke_representor.c | 2611 ret = pthread_join(ipn3ke_rpst_scan_thread, NULL); in ipn3ke_rpst_scan_check()
|
| /dpdk/lib/eventdev/ |
| H A D | rte_event_eth_rx_adapter.c | 1595 err = pthread_join(rx_adapter->rx_intr_thread, NULL); in rxa_destroy_intr_thread()
|