Home
last modified time | relevance | path

Searched refs:pthread_join (Results 1 – 25 of 30) sorted by relevance

12

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dthreading.h102 #define ZSTD_pthread_join(a, b) pthread_join((a),(b))
127 #define ZSTD_pthread_join(a, b) pthread_join((a),(b))
/f-stack/dpdk/app/test/
H A Dtest_lcores.c113 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()
H A Dprocess.h140 pthread_join(thread, NULL); in process_dup()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/src/
H A Dthd.c32 pthread_join(thd, ret); in thd_join()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/threadsappend/
H A Dthreadsappend.c131 while (pthread_join(tid, NULL) == 0) in main()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/mmapwrite/
H A Dmmapwrite.c160 pthread_join(map_write_tid, NULL); in main()
/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dmain.c184 pthread_join(tid[i], (void *) &thread_no); in initial_lthread()
H A Dpthread_shim.c196 get_addr_of_loaded_symbol(pthread_join); in RTE_INIT()
440 int pthread_join(pthread_t tid, void **val) in pthread_join() function
/f-stack/dpdk/lib/librte_eal/windows/include/
H A Dpthread.h147 pthread_join(__rte_unused pthread_t thread, in pthread_join() function
/f-stack/freebsd/contrib/zstd/examples/
H A Dstreaming_compression_thread_pool.c171 pthread_join (threads[i], NULL); in main()
/f-stack/app/redis-5.0.5/src/
H A Dbio.c258 if ((err = pthread_join(bio_threads[j],NULL)) != 0) { in bioKillThreads()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_thread.c248 pthread_join(*thread, NULL); in rte_ctrl_thread_create()
/f-stack/freebsd/contrib/libsodium/m4/
H A Dax_pthread.m4109 AC_MSG_CHECKING([for pthread_join using $CC $PTHREAD_CFLAGS $PTHREAD_LIBS])
110 AC_LINK_IFELSE([AC_LANG_CALL([], [pthread_join])], [ax_pthread_ok=yes])
363 # We check for pthread_join because it is in -lpthread on IRIX
378 pthread_join(th, 0);
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_disk_event.c392 (void) pthread_join(g_mon_tid, NULL); in zed_disk_event_fini()
/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A Dzfs_agents.c400 (void) pthread_join(g_agents_tid, NULL); in zfs_agent_fini()
H A Dzfs_mod.c934 (void) pthread_join(g_zfs_tid, NULL); in zfs_slm_fini()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_diff.c778 (void) pthread_join(tid, NULL); in zfs_show_diffs()
789 (void) pthread_join(tid, NULL); in zfs_show_diffs()
H A Dlibzfs_sendrecv.c1127 (void) pthread_join(tid, &status); in dump_snapshot()
1486 (void) pthread_join(ptid, &status); in estimate_size()
1772 (void) pthread_join(tid, &status); in zfs_send_resume_impl()
2513 (void) pthread_join(ptid, &status); in zfs_send_one()
/f-stack/dpdk/drivers/net/kni/
H A Drte_eth_kni.c193 ret = pthread_join(internals->thread, NULL); in eth_kni_dev_stop()
/f-stack/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c518 pthread_join(internal->tid, &status); in unset_notify_relay()
821 pthread_join(internal->tid, &status); in unset_vring_relay()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h235 #define thread_join(t) pthread_join((pthread_t)(t), NULL)
/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_event.c586 pthread_join(priv->timer_tid, &status); in mlx5_vdpa_cqe_event_unset()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dbackground_thread.c340 if (pthread_join(info->thread, &ret)) {
/f-stack/dpdk/examples/kni/
H A Dmain.c1129 pthread_join(kni_link_tid, &retval); in main()
/f-stack/dpdk/drivers/raw/ifpga/
H A Difpga_rawdev.c552 ret = pthread_join(ifpga_monitor_start_thread, NULL); in ifpga_monitor_stop_func()

12