Home
last modified time | relevance | path

Searched refs:pthread_create (Results 1 – 25 of 44) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/rm_lnkcnt_zero_file/
H A Drm_lnkcnt_zero_file.c141 (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 Dmmapwrite.c149 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 Dtest_lcores.c80 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 Dprocess.h130 pthread_create(&thread, NULL, &send_pkts, NULL); in process_dup()
/f-stack/app/redis-5.0.5/src/modules/
H A Dhelloblock.c125 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 Dthreading.h101 #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 Dthd.c25 if (pthread_create(thd, NULL, proc, arg) != 0) { in thd_create()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/threadsappend/
H A Dthreadsappend.c122 ret = pthread_create(&tid, NULL, go, (void *)&i); in main()
/f-stack/dpdk/lib/librte_telemetry/
H A Dtelemetry.c362 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 Dtelemetry_legacy.c115 pthread_create(&th, NULL, &legacy_client_handler, in register_client()
/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dmain.c159 ret = pthread_create(&tid[i], &attr, in initial_lthread()
H A Dpthread_shim.c190 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 Dpthread.h132 pthread_create(void *threadid, const void *threadattr, void *threadfunc, in pthread_create() function
/f-stack/dpdk/drivers/net/ice/
H A Dice_dcf_parent.c147 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 Dstreaming_compression_thread_pool.c167 pthread_create (&threads[i], NULL, compressFile_orDie, &args[i]); in main()
/f-stack/app/redis-5.0.5/src/
H A Dbio.c123 if (pthread_create(&thread,&attr,bioProcessBackgroundJobs,arg) != 0) { in bioInit()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dmutex.c32 pthread_create(pthread_t *__restrict thread, in pthread_create() function
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_thread.c216 ret = pthread_create(thread, attr, ctrl_thread_init, (void *)params); in rte_ctrl_thread_create()
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_disk_event.c375 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 Dzfs_agents.c383 if (pthread_create(&g_agents_tid, NULL, zfs_agent_consumer_thread, in zfs_agent_init()
/f-stack/freebsd/contrib/libsodium/m4/
H A Dax_pthread.m4364 # 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 Dosunixxf.c1640 ret = pthread_create (&thread, NULL, (PTHREAD_CALLBACK) Function, Context); in AcpiOsExecute()
/f-stack/tools/ngctl/
H A Dmain.c343 pthread_create(&monitor, NULL, Monitor, NULL);
/f-stack/freebsd/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c236 error = pthread_create(&thread, &tpool->tp_attr, tpool_worker, tpool); in create_worker()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_thread_pool.c157 err = pthread_create(&tid, &attr, ngx_thread_pool_cycle, tp); in ngx_thread_pool_init()

12