Symbol: pthread_create
crypto/heimdal/appl/gssmask/gssmaestro.c
681
pthread_create(&c->thr, NULL, log_function, c);
crypto/krb5/src/ccapi/test/simple_lock_test.c
64
status = pthread_create (&thread_id, NULL, (void *) other_thread, NULL);
crypto/krb5/src/util/et/t_com_err.c
129
err = pthread_create(&t, 0, run, 0);
crypto/krb5/src/util/support/threads.c
155
|| &pthread_create == 0
crypto/openssh/auth-pam.c
839
result = pthread_create(&ctxt->pam_thread, NULL, sshpam_thread, ctxt);
crypto/openssl/crypto/thread/arch/thread_posix.c
48
ret = pthread_create(handle, &attr, thread_start_thunk, thread);
crypto/openssl/test/drbgtest.c
742
return pthread_create(t, NULL, thread_run, NULL) == 0;
crypto/openssl/test/threadstest.h
74
return pthread_create(t, NULL, thread_run, *(void **)&f) == 0;
include/pthread.h
218
int pthread_create(pthread_t * __restrict,
lib/libc/tests/gen/fts_regress_test.c
140
ATF_REQUIRE_EQ(0, pthread_create(&thr, NULL, race_thrash,
lib/libc/tests/gen/fts_regress_test.c
244
ATF_REQUIRE_EQ(0, pthread_create(&thr, NULL, dir_thrash,
lib/libc/tests/gen/fts_regress_test.c
286
ATF_REQUIRE_EQ(0, pthread_create(&thr, NULL, race_thrash,
lib/libc/tests/resolv/resolv_test.c
246
rc = pthread_create(&t, NULL, resolvloop, args);
lib/libc/tests/stdlib/dynthr_mod/dynthr_mod.c
62
rc = pthread_create(&thr, NULL, mod_thread, NULL);
lib/libc/tests/stdlib/libc_exit_test.c
136
pthread_create(&thr, NULL, mythreadexit, NULL);
lib/libc/tests/stdlib/system_test.c
138
pthread_create(&thr[i], NULL, system_thread, arg));
lib/libstdthreads/thrd.c
65
if (pthread_create(thr, NULL, thrd_entry, tp) != 0) {
lib/libthr/tests/pthread_sigqueue_test.c
99
error = pthread_create(&thr[i], NULL, threadfunc, NULL);
lib/libthr/tests/pthread_tryjoin_test.c
43
error = pthread_create(&thr, NULL, thr_fun, &x);
lib/libthr/tests/umtx_op_test.c
75
pthread_create(&threads[i], NULL, batching_threadfunc,
lib/libthr/thread/thr_create.c
55
__weak_reference(_pthread_create, pthread_create);
lib/libusb/libusb10_hotplug.c
375
if (pthread_create(&ctx->hotplug_handler, NULL,
sbin/ggate/ggatec/ggatec.c
445
error = pthread_create(&recvtd, NULL, recv_thread, NULL);
sbin/ggate/ggated/ggated.c
643
error = pthread_create(&td, NULL, send_thread, conn);
sbin/ggate/ggated/ggated.c
648
error = pthread_create(&td, NULL, recv_thread, conn);
sbin/hastd/primary.c
1050
error = pthread_create(&td, NULL, guard_thread, res);
sbin/hastd/primary.c
1060
error = pthread_create(&td, NULL, ctrl_thread, res);
sbin/hastd/primary.c
1086
error = pthread_create(&td, NULL, ggate_recv_thread, res);
sbin/hastd/primary.c
1088
error = pthread_create(&td, NULL, local_send_thread, res);
sbin/hastd/primary.c
1090
error = pthread_create(&td, NULL, remote_send_thread, res);
sbin/hastd/primary.c
1092
error = pthread_create(&td, NULL, remote_recv_thread, res);
sbin/hastd/primary.c
1094
error = pthread_create(&td, NULL, ggate_send_thread, res);
sbin/hastd/secondary.c
497
error = pthread_create(&td, NULL, ctrl_thread, res);
sbin/hastd/secondary.c
503
error = pthread_create(&td, NULL, recv_thread, res);
sbin/hastd/secondary.c
505
error = pthread_create(&td, NULL, disk_thread, res);
tests/sys/capsicum/capmode.cc
600
EXPECT_OK(pthread_create(&early_thread, NULL, thread_fn,
tests/sys/capsicum/capmode.cc
671
EXPECT_OK(pthread_create(&child_thread, NULL, thread_fn,
tests/sys/capsicum/capmode.cc
687
EXPECT_OK(pthread_create(&child_thread2, NULL, thread_fn,
tests/sys/capsicum/capsicum-test.h
39
pthread_create(&subthread, NULL, WaitingThreadFn, NULL);
tests/sys/capsicum/capsicum-test.h
51
pthread_create(&subthread, NULL, WaitingThreadFn, NULL);
tests/sys/capsicum/procdesc.cc
244
EXPECT_OK(pthread_create(&child_subthread, NULL, SubThreadMain,
tests/sys/capsicum/procdesc.cc
274
EXPECT_OK(pthread_create(&child_thread, NULL, ThreadMain, NULL));
tests/sys/cddl/zfs/bin/mmapwrite.c
84
if (pthread_create(&pt, NULL, mapper, &fd) != 0) {
tests/sys/cddl/zfs/bin/rm_lnkcnt_zero_file.c
128
(void) pthread_create(&tid, NULL, mover, NULL);
tests/sys/cddl/zfs/bin/rm_lnkcnt_zero_file.c
129
(void) pthread_create(&tid, NULL, cleaner, NULL);
tests/sys/cddl/zfs/bin/rm_lnkcnt_zero_file.c
130
(void) pthread_create(&tid, NULL, writer, (void *) &fd);
tests/sys/cddl/zfs/tests/threadsappend/threadsappend.c
118
ret = pthread_create(&threads[i], NULL, go, (void *)&i);
tests/sys/cddl/zfs/tests/txg_integrity/fsync_integrity.c
475
if (pthread_create(&threads[i], NULL, worker, (void*)&thread_data[i])){
tests/sys/cddl/zfs/tests/txg_integrity/txg_integrity.c
544
if (pthread_create(&follower_th, NULL, follower, pat_p)){
tests/sys/cddl/zfs/tests/txg_integrity/txg_integrity.c
548
if (pthread_create(&leader_th, NULL, leader, pat_p)){
tests/sys/common/sendfile_helper.c
223
error = pthread_create(&pt, NULL, receiver, &ss[1]);
tests/sys/file/flock_helper.c
1492
error = pthread_create(&thr[i], NULL, test16_func, &tc);
tests/sys/file/newfileops_on_fork_test.c
117
if (pthread_create(&accept_thread, NULL, do_accept, NULL) != 0)
tests/sys/fs/fusefs/destroy.cc
208
ASSERT_EQ(0, pthread_create(&th0, NULL, open_th,
tests/sys/fs/fusefs/destroy.cc
210
ASSERT_EQ(0, pthread_create(&th1, NULL, open_th,
tests/sys/fs/fusefs/dev_fuse_poll.cc
205
ASSERT_EQ(0, pthread_create(&th0, NULL, statter,
tests/sys/fs/fusefs/dev_fuse_poll.cc
208
ASSERT_EQ(0, pthread_create(&th1, NULL, statter,
tests/sys/fs/fusefs/dev_fuse_poll.cc
210
ASSERT_EQ(0, pthread_create(&th2, NULL, statter,
tests/sys/fs/fusefs/fifo.cc
197
ASSERT_EQ(0, pthread_create(&m_child, NULL, socket_writer, NULL))
tests/sys/fs/fusefs/fifo.cc
99
ASSERT_EQ(0, pthread_create(&m_child, NULL, writer, &fd))
tests/sys/fs/fusefs/interrupt.cc
152
ASSERT_EQ(0, pthread_create(&m_child, NULL, killer, (void*)target))
tests/sys/fs/fusefs/interrupt.cc
347
ASSERT_EQ(0, pthread_create(&th0, NULL, mkdir0, NULL))
tests/sys/fs/fusefs/interrupt.cc
443
ASSERT_EQ(0, pthread_create(&th0, NULL, mkdir0, NULL))
tests/sys/fs/fusefs/interrupt.cc
448
ASSERT_EQ(0, pthread_create(&th1, NULL, read1, (void*)(intptr_t)fd1))
tests/sys/fs/fusefs/interrupt.cc
518
ASSERT_EQ(0, pthread_create(&th0, NULL, mkdir0, NULL))
tests/sys/fs/fusefs/interrupt.cc
729
ASSERT_EQ(0, pthread_create(&th0, NULL, mkdir0, NULL))
tests/sys/fs/fusefs/last_local_modify.cc
322
ASSERT_EQ(0, pthread_create(&th0, NULL, allocate_th,
tests/sys/fs/fusefs/last_local_modify.cc
326
ASSERT_EQ(0, pthread_create(&th0, NULL, copy_file_range_th,
tests/sys/fs/fusefs/last_local_modify.cc
330
ASSERT_EQ(0, pthread_create(&th0, NULL, setattr_th, NULL))
tests/sys/fs/fusefs/last_local_modify.cc
334
ASSERT_EQ(0, pthread_create(&th0, NULL, write_th, NULL))
tests/sys/fs/fusefs/last_local_modify.cc
486
ASSERT_EQ(0, pthread_create(&th0, NULL, allocate_th,
tests/sys/fs/fusefs/last_local_modify.cc
490
ASSERT_EQ(0, pthread_create(&th0, NULL, copy_file_range_th,
tests/sys/fs/fusefs/last_local_modify.cc
494
ASSERT_EQ(0, pthread_create(&th0, NULL, setattr_th,
tests/sys/fs/fusefs/last_local_modify.cc
498
ASSERT_EQ(0, pthread_create(&th0, NULL, write_th, (void*)&sem))
tests/sys/fs/fusefs/mockfs.cc
1021
if (pthread_create(&m_daemon_id, NULL, service, (void*)this))
tests/sys/fs/fusefs/notify.cc
175
ASSERT_EQ(0, pthread_create(&th0, NULL, inval_entry, &iea))
tests/sys/fs/fusefs/notify.cc
207
ASSERT_EQ(0, pthread_create(&th0, NULL, inval_entry, &iea))
tests/sys/fs/fusefs/notify.cc
257
ASSERT_EQ(0, pthread_create(&th0, NULL, inval_entry, &iea))
tests/sys/fs/fusefs/notify.cc
302
ASSERT_EQ(0, pthread_create(&th0, NULL, inval_entry, &iea))
tests/sys/fs/fusefs/notify.cc
323
ASSERT_EQ(0, pthread_create(&th0, NULL, inval_inode, &iia))
tests/sys/fs/fusefs/notify.cc
377
ASSERT_EQ(0, pthread_create(&th0, NULL, inval_inode, &iia))
tests/sys/fs/fusefs/notify.cc
429
ASSERT_EQ(0, pthread_create(&th0, NULL, store, &sa)) << strerror(errno);
tests/sys/fs/fusefs/notify.cc
464
ASSERT_EQ(0, pthread_create(&th0, NULL, store, &sa)) << strerror(errno);
tests/sys/fs/fusefs/notify.cc
508
ASSERT_EQ(0, pthread_create(&th0, NULL, inval_inode, &iia))
tests/sys/fs/fusefs/notify.cc
563
ASSERT_EQ(0, pthread_create(&th0, NULL, inval_inode, &iia))
tests/sys/fs/fusefs/pre-init.cc
107
ASSERT_EQ(0, pthread_create(&th1, NULL, unmount1, NULL));
tests/sys/fs/fusefs/rename.cc
242
ASSERT_EQ(0, pthread_create(&th0, NULL, setattr_th,
tests/sys/fs/fusefs/statfs.cc
117
ASSERT_EQ(0, pthread_create(&th0, NULL, statfs_th, (void*)&statbuf))
tests/sys/fs/fusefs/xattr.cc
479
ASSERT_EQ(0, pthread_create(&m_killer_th, NULL, killer,
tests/sys/kern/fdgrowtable_test.c
194
REQUIRE(pthread_create(&thread, NULL, exec_thread, NULL) == 0);
tests/sys/kern/jail_thread.c
150
pthread_create(&threads[ti], NULL, thread_handler,
tests/sys/kern/jaildesc.c
120
error = pthread_create(&thr, NULL, poll_jaildesc, &jd);
tests/sys/kern/jaildesc.c
149
error = pthread_create(&thr, NULL, poll_jaildesc, &jd);
tests/sys/kern/jaildesc.c
217
error = pthread_create(&thr, NULL, poll_jaildesc, &jd);
tests/sys/kern/kcov.c
202
pthread_create(&thread, NULL,
tests/sys/kern/kcov.c
376
pthread_create(&thread, NULL, thread_test_helper, buf);
tests/sys/kern/kcov.c
448
pthread_create(&thread, NULL, multi_thread_test_helper, &data);
tests/sys/kern/kcov.c
454
pthread_create(&thread, NULL, multi_thread_test_helper, &data);
tests/sys/kern/listener_wakeup.c
242
ATF_REQUIRE(pthread_create(&tid, NULL,
tests/sys/kern/listener_wakeup.c
258
ATF_REQUIRE(pthread_create(&tid, NULL,
tests/sys/kern/procdesc.c
170
error = pthread_create(&thr, NULL, poll_procdesc, &pd);
tests/sys/kern/procdesc.c
200
error = pthread_create(&thr, NULL, poll_procdesc, &pd);
tests/sys/kern/ptrace_test.c
1237
CHILD_REQUIRE_EQ(pthread_create(&thread, NULL, simple_thread, NULL), 0);
tests/sys/kern/ptrace_test.c
1402
CHILD_REQUIRE_EQ(pthread_create(&thread, NULL, exec_thread, NULL), 0);
tests/sys/kern/ptrace_test.c
2019
CHILD_REQUIRE(pthread_create(&t, NULL, mask_usr1_thread,
tests/sys/kern/ptrace_test.c
2122
CHILD_REQUIRE(pthread_create(&t, NULL, mask_usr1_thread,
tests/sys/kern/ptrace_test.c
3093
CHILD_REQUIRE_EQ(pthread_create(&t, NULL, signal_thread,
tests/sys/kern/ptrace_test.c
3316
CHILD_REQUIRE(pthread_create(&t, NULL,
tests/sys/kern/ptrace_test.c
3326
CHILD_REQUIRE(pthread_create(&t, NULL,
tests/sys/kern/ptrace_test.c
3532
if (pthread_create(&t[0], NULL, flock_thread, &cfd) != 0)
tests/sys/kern/ptrace_test.c
3534
if (pthread_create(&t[1], NULL, flock_thread, &cfd) != 0)
tests/sys/kern/ptrace_test.c
3784
CHILD_REQUIRE(pthread_create(&threads[0], NULL, continue_thread,
tests/sys/kern/ptrace_test.c
3786
CHILD_REQUIRE(pthread_create(&threads[1], NULL, continue_thread,
tests/sys/kern/shutdown_dgram.c
74
ATF_REQUIRE(pthread_create(&t, NULL, blocking_thread, &s) == 0);
tests/sys/kern/socket_msg_waitall.c
91
error = pthread_create(&t, NULL, close_test_client, &p);
tests/sys/kern/socket_splice.c
902
error = pthread_create(&thread[0], NULL, xfer, &xfers[0]);
tests/sys/kern/socket_splice.c
905
error = pthread_create(&thread[1], NULL, xfer, &xfers[1]);
tests/sys/kern/ssl_sendfile.c
136
ATF_REQUIRE(pthread_create(&c->thr, NULL, server_thread, c) == 0);
tests/sys/kern/timerfd.c
1259
ATF_REQUIRE(pthread_create(&clock_changer, NULL, /**/
tests/sys/kern/unix_seqpacket_test.c
1266
ATF_REQUIRE(pthread_create(&t, NULL, sending_thread, &params) == 0);
tests/sys/kern/unix_seqpacket_test.c
1368
ATF_REQUIRE_EQ(0, pthread_create(&writer, NULL, peek_race_writer,
tests/sys/kern/unix_seqpacket_test.c
1370
ATF_REQUIRE_EQ(0, pthread_create(&peeker, NULL, peek_race_peeker,
tests/sys/kern/unix_seqpacket_test.c
386
ATF_REQUIRE_EQ(0, pthread_create(&writer, NULL, test_pipe_writer,
tests/sys/kern/unix_seqpacket_test.c
394
ATF_REQUIRE_EQ(0, pthread_create(&reader, NULL, test_pipe_reader,
tests/sys/kern/unix_stream.c
239
ATF_REQUIRE(pthread_create(&thr, NULL, pthread_wrap, ctx) == 0);
tests/sys/netinet/so_reuseport_lb_test.c
324
error = pthread_create(&threads[0], NULL, listener, &sc);
tests/sys/netinet/so_reuseport_lb_test.c
370
error = pthread_create(&threads[j], NULL,
tests/sys/netinet/udp_bindings.c
148
ATF_REQUIRE(pthread_create(&tid, NULL, echo, &e) == 0);
tests/sys/netmap/ctrl-api-test.c
1382
ret = pthread_create(&th, NULL, sync_kloop_worker, ctx);
tests/sys/netmap/ctrl-api-test.c
1627
ret = pthread_create(&th1, NULL, sync_kloop_worker, ctx);
tests/sys/netmap/ctrl-api-test.c
1633
ret = pthread_create(&th2, NULL, sync_kloop_worker, ctx);
tests/sys/pmc/pmc_detach_test.c
156
ATF_REQUIRE(pthread_create(&th[n], NULL, spinner, NULL) == 0);
tools/regression/gaithrstress/gaithrstress.c
241
if (pthread_create(&workers[i].w_thread, NULL, work,
tools/regression/pthread/cv_cancel1/cv_cancel1.c
64
pthread_create(&td, NULL, thr_routine, NULL);
tools/regression/pthread/mutex_isowned_np/mutex_isowned_np.c
64
pthread_create(&thr, NULL, thread, &mtx);
tools/regression/pthread/unwind/catch_pthread_exit.cpp
27
pthread_create(&td, NULL, thr_routine, NULL);
tools/regression/pthread/unwind/cond_wait_cancel.cpp
32
pthread_create(&td, NULL, thr, NULL);
tools/regression/pthread/unwind/cond_wait_cancel2.cpp
49
pthread_create(&td, NULL, thr, NULL);
tools/regression/pthread/unwind/sem_wait_cancel.cpp
28
pthread_create(&td, NULL, thr, NULL);
tools/regression/pthread/unwind/thread_normal_exit.cpp
23
pthread_create(&td, NULL, thr_routine, NULL);
tools/regression/tls/ttls2/ttls2.c
35
pthread_create(&t1, 0, foo1, 0);
tools/regression/tls/ttls2/ttls2.c
36
pthread_create(&t2, 0, foo2, 0);
tools/regression/tls/ttls4/ttls4.c
33
pthread_create(&td, NULL, f1, NULL);
tools/regression/tls/ttls4/ttls4.c
38
pthread_create(&td, NULL, f1, NULL);
tools/test/buf_ring/buf_ring_test.c
290
ret = pthread_create(&cons[0], NULL, consumer, NULL);
tools/test/buf_ring/buf_ring_test.c
293
ret = pthread_create(&cons[1], NULL, consumer, NULL);
tools/test/buf_ring/buf_ring_test.c
300
ret = pthread_create(&prod[i], NULL, producer,
tools/test/pthread_vfork/pthread_vfork_test.c
90
rc = pthread_create(&threads[t], NULL, vfork_test, &t);
tools/test/stress2/testcases/thr1/thr1.c
67
if ((r = pthread_create(&threads[i], NULL, thr_routine, 0)) != 0)
tools/test/stress2/testcases/thr2/thr2.c
76
if ((r = pthread_create(&threads[i], NULL, thr1, 0)) != 0)
tools/test/stress2/testcases/thr2/thr2.c
84
if ((r = pthread_create(&threads[i], NULL, thr2, 0)) != 0)
tools/test/xregs_sig/xregs_sig.c
246
error = pthread_create(&wt[i], NULL, worker_thread,
tools/tools/mctest/mctest.cc
371
if (pthread_create(&thread[i], NULL, server, &args[i]) != 0) {
tools/tools/netmap/lb.c
870
if (pthread_create(&stat_thread, NULL, print_stats, NULL) == -1) {
tools/tools/netmap/nmreplay.c
1254
pthread_create(&bp[0].cons_tid, NULL, nmreplay_main, (void*)&bp[0]);
tools/tools/netmap/pkt-gen.c
2700
if (pthread_create(&t->thread, NULL, g->td_body, t) == -1) {
tools/tools/netrate/http/http.c
308
if (pthread_create(&statep->hwd[i].hwd_thread, NULL,
tools/tools/netrate/httpd/httpd.c
280
if (pthread_create(&statep->hts[i].hts_thread, NULL,
tools/tools/netrate/juggle/juggle.c
326
if (pthread_create(&thread, NULL, juggling_thread, &fd2) != 0)
tools/tools/netrate/netreceive/netreceive.c
148
if (pthread_create(&tp[i]->td_id, NULL, rx_body, tp[i])) {
tools/tools/nvmf/nvmfd/discovery.c
325
error = pthread_create(&thr, NULL, discovery_thread, dta);
tools/tools/nvmf/nvmfd/io.c
670
error = pthread_create(&thr, NULL, io_socket_thread,
tools/tools/syscall_timing/syscall_timing.c
556
error = pthread_create(&td, NULL, pipepingtd_proc, &ctx);
tools/tools/tscdrift/tscdrift.c
130
error = pthread_create(&child, NULL, thread_main,
usr.bin/mkuzip/mkuz_conveyor.c
120
r = pthread_create(&cp->wthreads[i], NULL, cworker, (void *)cwp);
usr.bin/sort/file.c
1455
int res = pthread_create(&pth, &attr,
usr.bin/sort/radixsort.c
648
int res = pthread_create(&pth, &attr,
usr.sbin/bhyve/bhyverun.c
616
error = pthread_create(&thr, NULL, fbsdrun_start_thread, vi);
usr.sbin/bhyve/block_if.c
671
if (pthread_create(&bc->bc_btid[i], NULL, blockif_thr, bc) != 0) {
usr.sbin/bhyve/hda_codec.c
911
err = pthread_create(&actx->tid, NULL, hda_audio_ctxt_thr, actx);
usr.sbin/bhyve/mevent_test.c
240
pthread_create(&tid, NULL, echoer,
usr.sbin/bhyve/mevent_test.c
252
pthread_create(&tid, NULL, acceptor, NULL);
usr.sbin/bhyve/pci_e82545.c
2324
pthread_create(&sc->esc_tx_tid, NULL, e82545_tx_thread, sc);
usr.sbin/bhyve/pci_nvme.c
836
pthread_create(&sc->aen_tid, NULL, aen_thr, sc);
usr.sbin/bhyve/pci_virtio_net.c
667
pthread_create(&sc->tx_tid, NULL, pci_vtnet_tx_thread, (void *)sc);
usr.sbin/bhyve/pci_virtio_scsi.c
992
pthread_create(&workers[i].vsw_thread, NULL, &pci_vtscsi_proc,
usr.sbin/bhyve/rfb.c
1234
perror = pthread_create(&tid, NULL, rfb_wr_thr, rc);
usr.sbin/bhyve/rfb.c
1450
pthread_create(&rc->tid, NULL, rfb_thr, rc);
usr.sbin/bhyve/snapshot.c
1459
err = pthread_create(&checkpoint_pthread, NULL, checkpoint_thread,
usr.sbin/bhyve/snapshot.c
686
rc = pthread_create(&spinner_th, 0, snapshot_spinner_cb, si);
usr.sbin/bhyve/tpm_intf_crb.c
544
error = pthread_create(&crb->thread, NULL, tpm_crb_thread, crb);
usr.sbin/camdd/camdd.c
3347
error = pthread_create(&threads[i], NULL, camdd_worker,
usr.sbin/ngctl/main.c
333
pthread_create(&monitor, NULL, Monitor, NULL);
usr.sbin/nscd/nscd.c
845
pthread_create(&threads[i], NULL, processing_thread,
usr.sbin/pppctl/pppctl.c
623
pthread_create(&td.trm, NULL, Terminal, &td);
usr.sbin/pppctl/pppctl.c
624
pthread_create(&mon, NULL, Monitor, &td);
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
279
(void)pthread_create(&tid, NULL, dummy_thread, NULL);
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
373
if (pthread_create(&tid, NULL, rpctlssd_connect_thread, ctx) != 0)
usr.sbin/virtual_oss/virtual_oss/httpd.c
842
if (pthread_create(&td, NULL, (void *)&voss_httpd_server, pvc))
usr.sbin/virtual_oss/virtual_oss/httpd.c
844
if (pthread_create(&td, NULL, (void *)&voss_httpd_streamer, pvc))
usr.sbin/virtual_oss/virtual_oss/main.c
2513
if (pthread_create(&voss_tds[idx], NULL, &virtual_cuse_process,