| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | threading.h | 102 #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 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()
|
| H A D | process.h | 140 pthread_join(thread, NULL); in process_dup()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/src/ |
| H A D | thd.c | 32 pthread_join(thd, ret); in thd_join()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/threadsappend/ |
| H A D | threadsappend.c | 131 while (pthread_join(tid, NULL) == 0) in main()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/mmapwrite/ |
| H A D | mmapwrite.c | 160 pthread_join(map_write_tid, NULL); in main()
|
| /f-stack/dpdk/examples/performance-thread/pthread_shim/ |
| H A D | main.c | 184 pthread_join(tid[i], (void *) &thread_no); in initial_lthread()
|
| H A D | pthread_shim.c | 196 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 D | pthread.h | 147 pthread_join(__rte_unused pthread_t thread, in pthread_join() function
|
| /f-stack/freebsd/contrib/zstd/examples/ |
| H A D | streaming_compression_thread_pool.c | 171 pthread_join (threads[i], NULL); in main()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | bio.c | 258 if ((err = pthread_join(bio_threads[j],NULL)) != 0) { in bioKillThreads()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_thread.c | 248 pthread_join(*thread, NULL); in rte_ctrl_thread_create()
|
| /f-stack/freebsd/contrib/libsodium/m4/ |
| H A D | ax_pthread.m4 | 109 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 D | zed_disk_event.c | 392 (void) pthread_join(g_mon_tid, NULL); in zed_disk_event_fini()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_agents.c | 400 (void) pthread_join(g_agents_tid, NULL); in zfs_agent_fini()
|
| H A D | zfs_mod.c | 934 (void) pthread_join(g_zfs_tid, NULL); in zfs_slm_fini()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_diff.c | 778 (void) pthread_join(tid, NULL); in zfs_show_diffs() 789 (void) pthread_join(tid, NULL); in zfs_show_diffs()
|
| H A D | libzfs_sendrecv.c | 1127 (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 D | rte_eth_kni.c | 193 ret = pthread_join(internals->thread, NULL); in eth_kni_dev_stop()
|
| /f-stack/dpdk/drivers/vdpa/ifc/ |
| H A D | ifcvf_vdpa.c | 518 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 D | zfs_context.h | 235 #define thread_join(t) pthread_join((pthread_t)(t), NULL)
|
| /f-stack/dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa_event.c | 586 pthread_join(priv->timer_tid, &status); in mlx5_vdpa_cqe_event_unset()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | background_thread.c | 340 if (pthread_join(info->thread, &ret)) {
|
| /f-stack/dpdk/examples/kni/ |
| H A D | main.c | 1129 pthread_join(kni_link_tid, &retval); in main()
|
| /f-stack/dpdk/drivers/raw/ifpga/ |
| H A D | ifpga_rawdev.c | 552 ret = pthread_join(ifpga_monitor_start_thread, NULL); in ifpga_monitor_stop_func()
|