| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/rm_lnkcnt_zero_file/ |
| H A D | rm_lnkcnt_zero_file.c | 141 (void) pthread_create(&tid, NULL, mover, NULL); in main() 142 (void) pthread_create(&tid, NULL, cleaner, NULL); in main() 143 (void) pthread_create(&tid, NULL, writer, (void *) &fd); in main()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/mmapwrite/ |
| H A D | mmapwrite.c | 149 if (pthread_create(&normal_write_tid[i], NULL, normal_writer, in main() 155 if (pthread_create(&map_write_tid, NULL, map_writer, argv[2])) { in main()
|
| /f-stack/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 | process.h | 130 pthread_create(&thread, NULL, &send_pkts, NULL); in process_dup()
|
| /f-stack/app/redis-5.0.5/src/modules/ |
| H A D | helloblock.c | 125 if (pthread_create(&tid,NULL,HelloBlock_ThreadMain,targ) != 0) { in HelloBlock_RedisCommand() 195 if (pthread_create(&tid,NULL,HelloKeys_ThreadMain,bc) != 0) { in HelloKeys_RedisCommand()
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | threading.h | 101 #define ZSTD_pthread_create(a, b, c, d) pthread_create((a), (b), (c), (d)) 126 #define ZSTD_pthread_create(a, b, c, d) pthread_create((a), (b), (c), (d))
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/src/ |
| H A D | thd.c | 25 if (pthread_create(thd, NULL, proc, arg) != 0) { in thd_create()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/threadsappend/ |
| H A D | threadsappend.c | 122 ret = pthread_create(&tid, NULL, go, (void *)&i); in main()
|
| /f-stack/dpdk/lib/librte_telemetry/ |
| H A D | telemetry.c | 362 pthread_create(&th, NULL, s->fn, (void *)(uintptr_t)s_accepted); in socket_listener() 445 pthread_create(&t_old, NULL, socket_listener, &v1_socket); in telemetry_legacy_init() 474 pthread_create(&t_new, NULL, socket_listener, &v2_socket); in telemetry_v2_init()
|
| H A D | telemetry_legacy.c | 115 pthread_create(&th, NULL, &legacy_client_handler, in register_client()
|
| /f-stack/dpdk/examples/performance-thread/pthread_shim/ |
| H A D | main.c | 159 ret = pthread_create(&tid[i], &attr, in initial_lthread()
|
| H A D | pthread_shim.c | 190 get_addr_of_loaded_symbol(pthread_create); in RTE_INIT() 365 pthread_create(pthread_t *__rte_restrict tid, in pthread_create() function
|
| /f-stack/dpdk/lib/librte_eal/windows/include/ |
| H A D | pthread.h | 132 pthread_create(void *threadid, const void *threadattr, void *threadfunc, in pthread_create() function
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_dcf_parent.c | 147 pthread_create(&thread, NULL, in ice_dcf_handle_pf_event_msg() 160 pthread_create(&thread, NULL, in ice_dcf_handle_pf_event_msg()
|
| /f-stack/freebsd/contrib/zstd/examples/ |
| H A D | streaming_compression_thread_pool.c | 167 pthread_create (&threads[i], NULL, compressFile_orDie, &args[i]); in main()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | bio.c | 123 if (pthread_create(&thread,&attr,bioProcessBackgroundJobs,arg) != 0) { in bioInit()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | mutex.c | 32 pthread_create(pthread_t *__restrict thread, in pthread_create() function
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_thread.c | 216 ret = pthread_create(thread, attr, ctrl_thread_init, (void *)params); in rte_ctrl_thread_create()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/ |
| H A D | zed_disk_event.c | 375 if (pthread_create(&g_mon_tid, NULL, zed_udev_monitor, g_mon) != 0) { in zed_disk_event_init()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_agents.c | 383 if (pthread_create(&g_agents_tid, NULL, zfs_agent_consumer_thread, in zfs_agent_init()
|
| /f-stack/freebsd/contrib/libsodium/m4/ |
| H A D | ax_pthread.m4 | 364 # while pthread_create is in libc. We check for pthread_attr_init 368 # We try pthread_create on general principles. 377 pthread_create(&th, 0, start_routine, 0);
|
| /f-stack/freebsd/contrib/dev/acpica/os_specific/service_layers/ |
| H A D | osunixxf.c | 1640 ret = pthread_create (&thread, NULL, (PTHREAD_CALLBACK) Function, Context); in AcpiOsExecute()
|
| /f-stack/tools/ngctl/ |
| H A D | main.c | 343 pthread_create(&monitor, NULL, Monitor, NULL);
|
| /f-stack/freebsd/contrib/openzfs/lib/libtpool/ |
| H A D | thread_pool.c | 236 error = pthread_create(&thread, &tpool->tp_attr, tpool_worker, tpool); in create_worker()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_thread_pool.c | 157 err = pthread_create(&tid, &attr, ngx_thread_pool_cycle, tp); in ngx_thread_pool_init()
|