Symbol: pthread_create
lib/libisns/isns_util.c
208
error = pthread_create(cfg_p->control_thread_p,
lib/libpthread/pthread.c
137
__strong_alias(__libc_thr_create,pthread_create)
lib/libpthread/pthread.h
48
int pthread_create(pthread_t * __restrict,
lib/libpthread/thrd.c
81
switch(pthread_create(thr, NULL, __thrd_create_tramp, cookie)) {
lib/librumphijack/hijack.c
2294
pthread_create(&pt, NULL, hostpoll, &parg);
lib/librumpuser/rumpuser_bio.c
159
pthread_create(&pt, NULL, biothread, NULL);
lib/librumpuser/rumpuser_pth.c
77
rv = pthread_create(ptidp, &pattr, f, arg);
lib/librumpuser/rumpuser_sp.c
1362
if ((error = pthread_create(&pt, NULL, spserver, sarg)) != 0) {
lib/librumpuser/rumpuser_sp.c
938
if (pthread_create(&pt, &pattr_detached,
lib/libukfs/ukfs.c
590
if (pthread_create(&pt, NULL, mfs_mounter, &mi) == -1) {
regress/sys/kern/dislodgefd/dislodgefd.c
69
if (pthread_create(&pt, NULL, reader, NULL)) {
regress/sys/kern/latency1/latency1.c
104
if (pthread_create(&pt, NULL, reader, NULL)) {
regress/sys/kern/latency2/latency2.c
105
if (pthread_create(&pt, NULL, reader, NULL)) {
regress/sys/kern/nameibench/nameibench.c
178
if (pthread_create(&pt, NULL, thread, (void *)(uintptr_t)i)) {
regress/sys/kern/select/select.c
200
int error = pthread_create(&pt[i], NULL, f, NULL);
regress/sys/kern/softint1/softint1.c
62
pthread_create(&thr, NULL, thread, NULL);
sbin/iscsid/iscsid_main.c
569
ret = pthread_create(&event_thread, NULL, event_handler, handler_exit);
share/examples/rump/tipsy/tipsy.c
142
if (pthread_create(&pt, NULL, shovel, (void *)(intptr_t)com) == -1)
share/examples/rump/ttyserv/ttyserv.c
222
pthread_create(&pt, NULL, handlereq, pdr);
sys/modules/examples/readhappy_mpsafe/test_readhappy.c
78
pthread_create(&thr[i], NULL, read_happy, NULL);
sys/rump/net/lib/libvirtif/virtif_user.c
218
if ((rv = pthread_create(&viu->viu_rcvthr, NULL, rcvthread, viu)) != 0)
sys/rump/net/lib/libwg/wg_user.c
278
rv = pthread_create(&wgu->wgu_rcvthr, NULL, wg_user_rcvthread, wgu);
tests/crypto/opencrypto/h_thread.c
183
error = pthread_create(&ta, NULL, t_openclose, &a);
tests/crypto/opencrypto/h_thread.c
189
error = pthread_create(&tb, NULL, t_encrypt, &b);
tests/crypto/opencrypto/h_thread.c
194
error = pthread_create(&tc, NULL, t_encrypt, &c);
tests/dev/audio/audiotest.c
4141
pthread_create(&tid, NULL, thread_ioctl_while_write, data);
tests/dev/audio/audiotest.c
670
pthread_create(&th, NULL, consumer_thread, NULL);
tests/dev/md/h_mdserv.c
99
error = pthread_create(&pt, NULL, prober, argv[1]);
tests/fs/common/fstest_lfs.c
206
res = pthread_create(&args->ta_cleanerthread, NULL, cleaner, args);
tests/fs/common/fstest_puffs.c
227
if (pthread_create(&pt, NULL, readshovel, args) == -1)
tests/fs/common/fstest_puffs.c
231
if (pthread_create(&pt, NULL, writeshovel, args) == -1)
tests/fs/common/snapshot.c
195
RL(pthread_create(&at[i], NULL, fs_activity, prefix[i]));
tests/fs/ffs/t_fifos.c
131
pthread_create(&ptw1, NULL, w1, NULL);
tests/fs/ffs/t_fifos.c
132
pthread_create(&ptw2, NULL, w2, NULL);
tests/fs/ffs/t_fifos.c
133
pthread_create(&ptr1, NULL, r1, NULL);
tests/fs/ffs/t_fifos.c
134
pthread_create(&ptr2, NULL, r2, NULL);
tests/fs/nfs/nfsservice/rumpnfsd.c
145
if (pthread_create(&t, NULL, rpcbind_main, NULL) == -1)
tests/fs/nfs/nfsservice/rumpnfsd.c
149
if (pthread_create(&t, NULL, mountd_main, NULL) == -1)
tests/fs/nfs/t_mountd.c
98
pthread_create(&pt, NULL, wrkwrkwrk, NULL);
tests/fs/puffs/t_basic.c
172
pthread_create(&pt, NULL, dofifow, (void *)(uintptr_t)fd);
tests/fs/puffs/t_fuzz.c
226
pthread_create(&pt, NULL, respondthread, NULL);
tests/fs/tmpfs/t_renamerace.c
100
pthread_create(&pt[1], NULL, r2w2, NULL);
tests/fs/tmpfs/t_renamerace.c
99
pthread_create(&pt[0], NULL, r2w1, NULL);
tests/fs/vfs/t_renamerace.c
170
pthread_create(&pt1[i], NULL, w1, NULL);
tests/fs/vfs/t_renamerace.c
173
pthread_create(&pt2[i], NULL, w2, NULL);
tests/fs/vfs/t_renamerace.c
204
pthread_create(&pt1, NULL, w1_dirs, NULL);
tests/fs/vfs/t_renamerace.c
205
pthread_create(&pt2, NULL, w2, NULL);
tests/fs/vfs/t_renamerace.c
240
pthread_create(&pt_rmdir, NULL, w3_rmdir, NULL);
tests/fs/vfs/t_renamerace.c
241
pthread_create(&pt_rename1, NULL, w3_rename1, NULL);
tests/fs/vfs/t_renamerace.c
242
pthread_create(&pt_rename2, NULL, w3_rename2, NULL);
tests/fs/vfs/t_rmdirrace.c
83
res = pthread_create(&th1, NULL, func1, &quit);
tests/fs/vfs/t_rmdirrace.c
86
res = pthread_create(&th2, NULL, func2, &quit);
tests/kernel/kqueue/t_scan.c
96
ATF_REQUIRE(pthread_create(&t1, NULL, kevent_thread, NULL) == 0);
tests/kernel/kqueue/t_scan.c
97
ATF_REQUIRE(pthread_create(&t2, NULL, kevent_thread, NULL) == 0);
tests/kernel/t_fdrestart.c
175
RZ(pthread_create(&t, NULL, &doit, F));
tests/kernel/t_filedesc.c
92
pthread_create(&pt, NULL, wrkwrk, NULL);
tests/kernel/t_signal_and_fpu.c
138
RZ(pthread_create(&tester_thread, NULL, &start_testing, NULL));
tests/kernel/t_signal_and_fpu.c
139
RZ(pthread_create(&meddler_thread, NULL, &start_meddling,
tests/kernel/t_signal_and_sp.c
501
RZ(pthread_create(&t, NULL, &threadspfunc, NULL));
tests/kernel/t_signal_and_sp.c
516
RZ(pthread_create(&t, &attr, &threadspfunc, NULL));
tests/kernel/t_signal_and_sp.c
536
RZ(pthread_create(&t, &attr, &threadspfunc, NULL));
tests/kernel/t_timeleft.c
92
ATF_REQUIRE(pthread_create(&thr, NULL, runner, &i) == 0);
tests/lib/libc/gen/t_arc4random.c
278
RZ(pthread_create(&thread, NULL, &arc4random_global_thread, NULL));
tests/lib/libc/gen/t_nice.c
176
rv = pthread_create(&tid[i], NULL, threadfunc, &val);
tests/lib/libc/membar/t_dekker.c
138
error = pthread_create(&t[i], NULL, &thread,
tests/lib/libc/membar/t_seqlock.c
166
error = pthread_create(&t[i], NULL, start[i],
tests/lib/libc/membar/t_spinlock.c
134
error = pthread_create(&t[i], NULL, &thread,
tests/lib/libc/net/h_nsd_recurse.c
106
assert(pthread_create(&thr, NULL, thrfunc, NULL) == 0);
tests/lib/libc/stdlib/t_getenv_thread.c
158
ATF_CHECK(pthread_create(&threads[i++], NULL, thread_getenv_r,
tests/lib/libc/stdlib/t_getenv_thread.c
183
ATF_CHECK(pthread_create(&threads[i++], NULL, thread_putenv,
tests/lib/libc/stdlib/t_getenv_thread.c
208
ATF_CHECK(pthread_create(&threads[i++], NULL, thread_setenv,
tests/lib/libc/stdlib/t_getenv_thread.c
233
ATF_CHECK(pthread_create(&threads[i++], NULL, thread_unsetenv,
tests/lib/libc/sys/t_eventfd.c
181
ATF_REQUIRE(pthread_create(&helper, NULL,
tests/lib/libc/sys/t_eventfd.c
512
ATF_REQUIRE(pthread_create(&helper, NULL,
tests/lib/libc/sys/t_eventfd.c
698
ATF_REQUIRE(pthread_create(&helper, NULL,
tests/lib/libc/sys/t_getpid.c
116
rv = pthread_create(&tid, NULL, threadfunc, &tpid);
tests/lib/libc/sys/t_mmap.c
450
r = pthread_create(&thread, 0, mmap_reprotect_race_thread, 0);
tests/lib/libc/sys/t_poll.c
768
RZ(pthread_create(&t, NULL, &check_pollclosed_thread, &closefd));
tests/lib/libc/sys/t_poll.c
956
RZ(pthread_create(&t, NULL, &pollclosed_fifo_reader_thread, &p0));
tests/lib/libc/sys/t_poll.c
975
RZ(pthread_create(&t, NULL, &pollclosed_fifo_writer_thread, &p0));
tests/lib/libc/sys/t_ptrace_kill.c
106
SYSCALL(pthread_create(&thread, NULL, waitthread, &pid), 0);
tests/lib/libc/sys/t_ptrace_lwp_wait.h
111
rv = pthread_create(&t[n], NULL, lwpinfo_thread,
tests/lib/libc/sys/t_ptrace_lwp_wait.h
455
rv = pthread_create(&t[n], NULL, infinite_thread, NULL);
tests/lib/libc/sys/t_ptrace_threads_wait.h
294
FORKEE_PTHREAD(pthread_create(&t, NULL,
tests/lib/libc/sys/t_ptrace_threads_wait.h
568
FORKEE_PTHREAD(pthread_create(&t, NULL, resume_thread, NULL));
tests/lib/libc/sys/t_ptrace_threads_wait.h
818
FORKEE_PTHREAD(pthread_create(&sig_threads[i], NULL,
tests/lib/libc/sys/t_ptrace_threads_wait.h
823
FORKEE_PTHREAD(pthread_create(&bp_threads[i], NULL,
tests/lib/libc/sys/t_ptrace_threads_wait.h
827
FORKEE_PTHREAD(pthread_create(&wp_threads[i], NULL,
tests/lib/libc/sys/t_ptrace_threads_wait.h
88
rv = pthread_create(&t[n], NULL, trace_threads_cb,
tests/lib/libc/sys/t_ptrace_x86_wait.h
1656
FORKEE_ASSERT(!pthread_create(&t, NULL, x86_main_func, NULL));
tests/lib/libc/sys/t_timerfd.c
492
ATF_REQUIRE(pthread_create(&helper, NULL,
tests/lib/libc/sys/t_timerfd.c
738
ATF_REQUIRE(pthread_create(&helper, NULL,
tests/lib/libc/tls/t_tls_dlopen.c
102
pthread_create(&t, 0, testf, 0);
tests/lib/libc/tls/t_tls_dlopen.c
99
pthread_create(&t, 0, testf, 0);
tests/lib/libc/tls/t_tls_dynamic.c
93
pthread_create(&t, 0, testf, 0);
tests/lib/libc/tls/t_tls_dynamic.c
96
pthread_create(&t, 0, testf, 0);
tests/lib/libc/tls/t_tls_static.c
83
pthread_create(&t, 0, testf, 0);
tests/lib/libc/tls/t_tls_static.c
86
pthread_create(&t, 0, testf, 0);
tests/lib/libpthread/cancelpoint.h
107
RZ(pthread_create(&t, NULL, &cancelpoint_thread, cancelpoint));
tests/lib/libpthread/cancelpoint.h
86
RZ(pthread_create(&t, NULL, &thread_cancelpoint, cancelpoint));
tests/lib/libpthread/dlopen/dso/h_pthread_dlopen.c
82
ret = pthread_create(thread, attr, routine, arg);
tests/lib/libpthread/dlopen/t_main_pthread_create.c
65
ret = pthread_create(&thread, NULL, routine, arg);
tests/lib/libpthread/h_resolv.c
137
if (pthread_create(&self, NULL, resolvloop, nhosts) != 0)
tests/lib/libpthread/t_barrier.c
86
PTHREAD_REQUIRE(pthread_create(&new[i], NULL, threadfunc,
tests/lib/libpthread/t_cancellation.c
1008
RZ(pthread_create(&t, NULL, &cancelself_async, &n));
tests/lib/libpthread/t_cancellation.c
1056
RZ(pthread_create(&t, NULL, &cancelself_deferred, &n));
tests/lib/libpthread/t_cancellation.c
1099
RZ(pthread_create(&t, NULL, &defaults, NULL));
tests/lib/libpthread/t_cancellation.c
1147
RZ(pthread_create(&t, NULL, &disable_enable, &n));
tests/lib/libpthread/t_cancellation.c
1187
RZ(pthread_create(&t, NULL, &notestcancel_loop_async, NULL));
tests/lib/libpthread/t_cancellation.c
1245
RZ(pthread_create(&t, NULL, &disable_enable_async, &n));
tests/lib/libpthread/t_cancellation.c
1304
RZ(pthread_create(&t, NULL, &disable_enable_setcanceltype_async, &n));
tests/lib/libpthread/t_cancellation.c
1352
RZ(pthread_create(&t, NULL, &setcanceltype_async, &n));
tests/lib/libpthread/t_cancellation.c
1412
RZ(pthread_create(&t, NULL, &sigsafecancelstate, &n));
tests/lib/libpthread/t_cancellation.c
1454
RZ(pthread_create(&t, NULL, &testcancel_loop, NULL));
tests/lib/libpthread/t_cancellation.c
588
RZ(pthread_create(&t, NULL, &emptythread, NULL));
tests/lib/libpthread/t_cond.c
151
PTHREAD_REQUIRE(pthread_create(&new, NULL,
tests/lib/libpthread/t_cond.c
210
PTHREAD_REQUIRE(pthread_create(&new, NULL,
tests/lib/libpthread/t_cond.c
271
PTHREAD_REQUIRE(pthread_create(&new, NULL, signal_wait_race_threadfunc,
tests/lib/libpthread/t_cond.c
350
PTHREAD_REQUIRE(pthread_create(&tid[i], NULL,
tests/lib/libpthread/t_cond.c
402
PTHREAD_REQUIRE(pthread_create(&new, NULL, broadcast_threadfunc,
tests/lib/libpthread/t_cond.c
472
PTHREAD_REQUIRE(pthread_create(&new, NULL, bogus_timedwaits_threadfunc,
tests/lib/libpthread/t_cond.c
534
PTHREAD_REQUIRE(pthread_create(&thread, NULL,
tests/lib/libpthread/t_cond.c
90
PTHREAD_REQUIRE(pthread_create(&new, NULL, signal_delay_wait_threadfunc,
tests/lib/libpthread/t_condwait.c
109
ATF_REQUIRE_EQ(pthread_create(&child, NULL, run, &clck), 0);
tests/lib/libpthread/t_detach.c
69
PTHREAD_REQUIRE(pthread_create(&t, &attr, func, NULL));
tests/lib/libpthread/t_equal.c
58
ATF_REQUIRE(pthread_create(&t1, NULL, func, NULL) == 0);
tests/lib/libpthread/t_equal.c
59
ATF_REQUIRE(pthread_create(&t2, NULL, func, NULL) == 0);
tests/lib/libpthread/t_fork.c
82
PTHREAD_REQUIRE(pthread_create(&p, NULL, print_pid, NULL));
tests/lib/libpthread/t_fpu.c
121
PTHREAD_REQUIRE(pthread_create(&s2, 0, bar, 0));
tests/lib/libpthread/t_fpu.c
141
PTHREAD_REQUIRE(pthread_create(&s5, 0, stir, stirseed));
tests/lib/libpthread/t_join.c
109
rv = pthread_create(&thread[i], &attr, threadfunc2, (void *)i);
tests/lib/libpthread/t_join.c
65
PTHREAD_REQUIRE(pthread_create(&thread, NULL, threadfunc1, NULL));
tests/lib/libpthread/t_kill.c
125
PTHREAD_REQUIRE(pthread_create(&th[i].id, NULL, f, &th[i]));
tests/lib/libpthread/t_mutex.c
113
PTHREAD_REQUIRE(pthread_create(&new, NULL, mutex1_threadfunc, &x));
tests/lib/libpthread/t_mutex.c
167
PTHREAD_REQUIRE(pthread_create(&new, NULL, mutex2_threadfunc, &count2));
tests/lib/libpthread/t_mutex.c
222
PTHREAD_REQUIRE(pthread_create(&new, NULL, mutex3_threadfunc, &count2));
tests/lib/libpthread/t_mutex.c
283
PTHREAD_REQUIRE(pthread_create(&new, NULL, mutex4_threadfunc, &x));
tests/lib/libpthread/t_mutex.c
368
PTHREAD_REQUIRE(pthread_create(&child, NULL, child_func, NULL));
tests/lib/libpthread/t_mutex.c
515
PTHREAD_REQUIRE(pthread_create(&new, NULL, timedmtx_thrdfunc, NULL));
tests/lib/libpthread/t_mutex.c
543
PTHREAD_REQUIRE(pthread_create(&new, NULL, timedmtx_thrdfunc, NULL));
tests/lib/libpthread/t_name.c
92
PTHREAD_REQUIRE(pthread_create(&thr, &attr, threadfunc, NULL));
tests/lib/libpthread/t_once.c
121
PTHREAD_REQUIRE(pthread_create(&threads[i], NULL, once2_threadfunc, &id[i]));
tests/lib/libpthread/t_once.c
186
PTHREAD_REQUIRE(pthread_create(&thread, NULL, once3_threadfunc, NULL));
tests/lib/libpthread/t_once.c
254
RZ(pthread_create(&t, NULL, &fork_and_once, &bar));
tests/lib/libpthread/t_preempt.c
102
PTHREAD_REQUIRE(pthread_create(&new, NULL, threadfunc, NULL));
tests/lib/libpthread/t_rwlock.c
92
PTHREAD_REQUIRE(pthread_create(&t, NULL, do_nothing, NULL));
tests/lib/libpthread/t_sem.c
190
PTHREAD_REQUIRE(pthread_create(&threads[i], NULL,
tests/lib/libpthread/t_sem.c
268
PTHREAD_REQUIRE(pthread_create(&t, NULL, threadfunc, NULL));
tests/lib/libpthread/t_sigalarm.c
93
PTHREAD_REQUIRE(pthread_create(&self, NULL, setup, NULL));
tests/lib/libpthread/t_siglongjmp.c
83
PTHREAD_REQUIRE(pthread_create(&t, NULL, thread, NULL));
tests/lib/libpthread/t_sigmask.c
194
PTHREAD_REQUIRE(pthread_create(&thread, NULL,
tests/lib/libpthread/t_sigmask.c
237
PTHREAD_REQUIRE(pthread_create(&id, NULL, incorrect_mask_bug_sleeper,
tests/lib/libpthread/t_sleep.c
84
PTHREAD_REQUIRE(pthread_create(&thread, NULL, threadfunc, NULL));
tests/lib/libpthread/t_stack.c
408
RZ(pthread_create(&t, &attr, &checkaddraccessthread, C));
tests/lib/libpthread/t_stack.c
415
RZ(pthread_create(&t2, &attr, &checkaddraccessthread, C));
tests/lib/libpthread/t_stack.c
447
RZ(pthread_create(&t, NULL, &checkguardaccessthread, C));
tests/lib/libpthread/t_stack.c
464
RZ(pthread_create(&t2, &attr2, &checkaddraccessthread, C));
tests/lib/libpthread/t_swapcontext.c
102
PTHREAD_REQUIRE(pthread_create(&thread, NULL, threadfunc, NULL));
tests/lib/libpthread/weak/lib/h_pthread_weak.c
68
RZ(pthread_create(&t, NULL, &start, &cookie));
tests/lib/libpthread/weak/lib/h_pthread_weak.c
81
error = pthread_create(&t, NULL, &start, &cookie);
tests/lib/librumpclient/h_execthr.c
127
errno = pthread_create(&pt, NULL,
tests/lib/librumpclient/h_execthr.c
176
errno = pthread_create(&pt, NULL,
tests/lib/librumpclient/h_execthr.c
183
errno = pthread_create(&pt, NULL,
tests/lib/librumpclient/h_execthr.c
207
errno = pthread_create(&pt, NULL,
tests/lib/semaphore/sem.c
136
pthread_create(&pt, NULL, hthread, semmarit);
tests/lib/semaphore/sem.c
187
pthread_create(&pt, NULL, hthread, semmarit);
tests/libexec/ld.elf_so/h_locking.c
100
pthread_create(&t1, NULL, init_fini_helper,
tests/libexec/ld.elf_so/h_locking.c
107
pthread_create(&t2, NULL, init_fini_helper,
tests/libexec/ld.elf_so/h_locking.c
122
pthread_create(&t1, NULL, init_fini_helper,
tests/libexec/ld.elf_so/h_locking.c
128
pthread_create(&t2, NULL, init_fini_helper,
tests/libexec/ld.elf_so/h_locking.c
75
pthread_create(&t, NULL, test_dl_iterate_phdr_helper, NULL);
tests/libexec/ld.elf_so/h_thread_local_dtor.c
72
if (pthread_create(&thread, NULL, thread_helper, testfunc))
tests/libexec/ld.elf_so/t_dlclose_thread.c
78
RZ(pthread_create(&t[i], NULL, &dlclose_thread,
tests/modules/t_kcov.c
214
pthread_create(&thread, NULL,
tests/modules/t_kcov.c
431
pthread_create(&thread, NULL, thread_buffer_access_test_helper,
tests/modules/t_kcov.c
471
pthread_create(&thread, NULL, thread_test_helper, __UNVOLATILE(buf));
tests/modules/t_kcov.c
529
pthread_create(&thread[i], NULL, multiple_threads_helper, NULL);
tests/rump/rumpkern/h_client/h_reconcli.c
105
pthread_create(&pt, NULL, closer, NULL);
tests/rump/rumpkern/h_client/h_reconcli.c
106
pthread_create(&w1, NULL, worker, NULL);
tests/rump/rumpkern/h_client/h_reconcli.c
107
pthread_create(&w2, NULL, worker, NULL);
tests/rump/rumpkern/h_client/h_reconcli.c
108
pthread_create(&w3, NULL, worker, NULL);
tests/rump/rumpkern/h_client/h_reconcli.c
109
pthread_create(&w4, NULL, worker, NULL);
tests/rump/rumpkern/h_client/h_stresscli.c
171
if (pthread_create(&pt[j], NULL,
usr.sbin/mountd/mountd.c
413
pthread_create(&ptdummy, NULL, exportlist_thread, NULL);
usr.sbin/nfsd/nfsd.c
530
error = pthread_create(&workers[i], NULL, worker, NULL);
usr.sbin/puffs/rump_lfs/rump_lfs.c
123
if (pthread_create(&cleanerthread, NULL,
usr.sbin/tprof/tprof.c
489
ret = pthread_create(&pt, NULL, process_samples, NULL);
usr.sbin/tprof/tprof.c
491
ret = pthread_create(&pt, NULL, process_stat, &done);