Symbol: pthread_create
crypto/openssh/auth-pam.c
829
result = pthread_create(&ctxt->pam_thread, NULL, sshpam_thread, ctxt);
include/pthread.h
192
int pthread_create(pthread_t * __restrict,
lib/libpthread/dummy.c
11
__weak_reference(dummy_pthread_create, pthread_create);
lib/librt/aio.c
63
pthread_create(&thr,
lib/libthread_xu/thread/thr_create.c
239
__strong_reference(_pthread_create, pthread_create);
lib/libusb/libusb10_hotplug.c
194
if (pthread_create(&ctx->hotplug_handler, NULL,
sbin/hammer2/cmd_debug.c
348
pthread_create(&thread, NULL, dmsg_master_service, info);
sbin/hammer2/cmd_debug.c
375
pthread_create(&thread, NULL,
sbin/hammer2/cmd_debug.c
75
pthread_create(&thread, NULL, dmsg_master_service, info);
sbin/hammer2/cmd_service.c
1015
pthread_create(&thread, NULL, func, arg);
sbin/hammer2/cmd_service.c
1071
pthread_create(&thread, NULL, func, arg);
sbin/hammer2/cmd_service.c
231
pthread_create(&thread, NULL, udev_thread, NULL);
sbin/hammer2/cmd_service.c
242
pthread_create(&thread, NULL, autoconn_thread, NULL);
sbin/hammer2/cmd_service.c
275
pthread_create(&thread, NULL, dmsg_master_service, info);
sbin/hammer2/cmd_service.c
370
pthread_create(&conf->thread, NULL,
sbin/hammer2/cmd_service.c
457
pthread_create(&conf->iocom_thread, NULL,
sbin/hammer2/cmd_service.c
655
pthread_create(&thread, NULL,
sbin/hammer2/cmd_service.c
726
pthread_create(&ac->thread, NULL, dmsg_master_service, info);
sbin/hammer2/cmd_service.c
839
pthread_create(&thread, NULL, dmsg_master_service, info);
sbin/hammer2/cmd_service.c
922
pthread_create(&thread, NULL, dmsg_master_service, info);
sbin/hammer2/cmd_service.c
980
pthread_create(&thread, NULL, dmsg_master_service, info);
sbin/svc/execute.c
229
pthread_create(&logtd, NULL, logger_thread, cmd);
sbin/svc/remote.c
225
pthread_create(&conn->td, NULL, remote_listener_thread, conn);
sbin/svc/remote.c
246
pthread_create(&conn->td, NULL, remote_accepted_thread, conn);
sbin/svc/remote.c
81
pthread_create(&conn->td, NULL, remote_connect_thread, conn);
sbin/udevd/udevd_client.c
89
pthread_create(&cli_info->tid, NULL, client_thread, (void *)cli_info);
sys/platform/vkernel64/platform/cothread.c
110
pthread_create(&cotd->pthr, &attr, (void *)cothread_thread, cotd);
sys/platform/vkernel64/x86_64/mp.c
464
pthread_create(&ap_tids[x], &attr, start_ap, NULL);
test/debug/evfilt_user.c
28
pthread_create(&td1, NULL, domaster, (void *)(intptr_t)fd);
test/debug/evfilt_user.c
30
pthread_create(&td2, NULL, doslave, (void *)(intptr_t)fd);
test/interbench/interbench.c
475
if (pthread_create(thread, attr, start_routine, arg))
test/libpthread/hello_d.c
27
error = pthread_create(&thread, NULL, entry, NULL);
test/libpthread/hello_s.c
33
error = pthread_create(&thread, NULL, entry, NULL);
test/libpthread/join_leak_d.c
66
if ((error = pthread_create(&thread, NULL, thread_entry, NULL))
test/libpthread/mutex_d.c
1497
assert (pthread_create (&states[i].tid, &pattr, waiter,
test/libpthread/mutex_d.c
789
assert (pthread_create (&state.tid, &pattr, lock_twice,
test/libpthread/sem_d.c
106
pthread_create(&threads[i], NULL, entry, (void *) &sem_a);
test/libpthread/sem_d.c
118
pthread_create(&threads[i], NULL, entry, (void *) &sem_a);
test/libpthread/sigsuspend_d.c
213
if (pthread_create (&suspender_tid, &pattr, sigsuspender, NULL) != 0) {
test/libpthread/sigwait_d.c
173
if (pthread_create (&tid, &pattr, sigwaiter, NULL) != 0) {
test/nvmm/demo/toyvirt/main.c
341
pthread_create(&thid, NULL, toyvirt_mess, NULL);
test/pthread/setname/pthread_setname.c
40
error = pthread_create(&tid1, NULL, setselfname, NULL);
test/pthread/setname/pthread_setname.c
44
error = pthread_create(&tid2, NULL, waitname, NULL);
test/pthread/setname/pthread_setname.c
49
error = pthread_create(&tid3, NULL, resetname, NULL);
test/stress/stress2/testcases/thr1/thr1.c
67
if ((r = pthread_create(&threads[i], NULL, thr_routine, 0)) != 0)
test/stress/stress2/testcases/thr2/thr2.c
76
if ((r = pthread_create(&threads[i], NULL, thr1, 0)) != 0)
test/stress/stress2/testcases/thr2/thr2.c
84
if ((r = pthread_create(&threads[i], NULL, thr2, 0)) != 0)
test/sysperf/umtx1.c
33
pthread_create(&td1, NULL, do_child, NULL);
test/sysperf/umtx1.c
34
pthread_create(&td2, NULL, do_parent, NULL);
test/testcases/mem/mmap_1/mmap_1.c
38
pthread_create(&threads[i], NULL, tester, NULL);
test/testcases/threads/umtx_errno/umtx_errno.c
74
pthread_create(&th, NULL, checker, NULL);
test/testcases/threads/umtx_errno/umtx_errno.c
80
ret = pthread_create(&threads[i], NULL, tester, NULL);
tools/tools/netrate/kq_sendrecv/kq_recvserv/kq_recvserv.c
161
error = pthread_create(&ctx->t_tid, NULL, recv_thread, ctx);
tools/tools/netrate/kq_sendrecv/kq_sendcli/kq_sendcli.c
317
error = pthread_create(&ctx->t_tid, &attr, send_thread, ctx);
usr.bin/dsynth/build.c
1070
pthread_create(&work->td, NULL, childBuilderThread, work);
usr.bin/dsynth/bulk.c
103
pthread_create(&JobsAry[i].td, NULL, bulkthread, &JobsAry[i]);
usr.bin/dsynth/subs.c
480
pthread_create(&ETid, NULL, dexec_logerr_thread, NULL);
usr.bin/sort/file.c
1568
int res = pthread_create(&pth, &attr,
usr.bin/sort/radixsort.c
622
int res = pthread_create(&pth, &attr,
usr.bin/vknet/vknet.c
189
pthread_create(&stream1.thread, NULL, vknet_stream, &stream1);
usr.bin/vknet/vknet.c
190
pthread_create(&stream2.thread, NULL, vknet_stream, &stream2);
usr.sbin/nscd/nscd.c
839
pthread_create(&threads[i], NULL, processing_thread,
usr.sbin/vknetd/vknetd.c
184
pthread_create(&dummy_td, NULL, vknet_io, tap_info);
usr.sbin/vknetd/vknetd.c
395
pthread_create(&dummy_td, NULL, vknet_io, info);