Searched refs:pthread_create (Results 101 - 125 of 149) sorted by relevance

123456

/freebsd-10.2-release/usr.sbin/pppctl/
H A Dpppctl.c622 pthread_create(&td.trm, NULL, Terminal, &td);
623 pthread_create(&mon, NULL, Monitor, &td);
/freebsd-10.2-release/contrib/ofed/management/opensm/complib/
H A Dcl_timer.c88 if (pthread_create(&gp_timer_prov->thread, NULL,
/freebsd-10.2-release/contrib/netbsd-tests/fs/puffs/
H A Dt_basic.c172 pthread_create(&pt, NULL, dofifow, (void *)(uintptr_t)fd);
/freebsd-10.2-release/contrib/libpcap/
H A Dpcap-canusb-linux.c308 pthread_create(&this->worker, NULL, canusb_capture_thread, &canusb);
/freebsd-10.2-release/cddl/compat/opensolaris/misc/
H A Dthread_pool.c219 error = pthread_create(&thread, &tpool->tp_attr, tpool_worker, tpool);
407 break; /* pthread_create() failed */
/freebsd-10.2-release/share/man/man3/
H A DMakefile205 pthread_create.3 \
/freebsd-10.2-release/sbin/hastd/
H A Dsecondary.c498 error = pthread_create(&td, NULL, ctrl_thread, res);
504 error = pthread_create(&td, NULL, recv_thread, res);
506 error = pthread_create(&td, NULL, disk_thread, res);
H A Dprimary.c1052 error = pthread_create(&td, NULL, guard_thread, res);
1062 error = pthread_create(&td, NULL, ctrl_thread, res);
1088 error = pthread_create(&td, NULL, ggate_recv_thread, res);
1090 error = pthread_create(&td, NULL, local_send_thread, res);
1092 error = pthread_create(&td, NULL, remote_send_thread, res);
1094 error = pthread_create(&td, NULL, remote_recv_thread, res);
1096 error = pthread_create(&td, NULL, ggate_send_thread, res);
/freebsd-10.2-release/contrib/ntp/
H A Dconfigure23375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in default libraries" >&5
23376 $as_echo_n "checking for pthread_create in default libraries... " >&6; }
23426 status = pthread_create( &t, &attr, task, NULL );
23433 status = pthread_create( &t, pthread_attr_default, task, NULL );
23509 status = pthread_create( &t, &attr, task, NULL );
23516 status = pthread_create( &t, pthread_attr_default, task, NULL );
23612 status = pthread_create( &t, &attr, task, NULL );
23619 status = pthread_create( &t, pthread_attr_default, task, NULL );
23695 status = pthread_create( &t, &attr, task, NULL );
23702 status = pthread_create(
[all...]
/freebsd-10.2-release/contrib/ofed/librdmacm/examples/
H A Dmckey.c507 pthread_create(&test.cmathread, NULL, cma_thread, NULL);
/freebsd-10.2-release/sbin/ggate/ggatec/
H A Dggatec.c397 error = pthread_create(&recvtd, NULL, recv_thread, NULL);
400 g_gate_xlog("pthread_create(recv_thread): %s.",
/freebsd-10.2-release/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Dnfsd.c342 pthread_create(&t, NULL, child, NULL);
/freebsd-10.2-release/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c1491 ret = pthread_create (&thread, NULL, (PTHREAD_CALLBACK) Function, Context);
/freebsd-10.2-release/usr.sbin/ngctl/
H A Dmain.c301 pthread_create(&monitor, NULL, Monitor, NULL);
/freebsd-10.2-release/tools/tools/mctest/
H A Dmctest.cc373 if (pthread_create(&thread[i], NULL, server, &args[i]) != 0) {
/freebsd-10.2-release/tools/tools/netrate/juggle/
H A Djuggle.c341 if (pthread_create(&thread, NULL, juggling_thread, &fd2) != 0)
342 err(-1, "thread_juggle: pthread_create");
/freebsd-10.2-release/lib/libkse/test/
H A Dmutex_d.c788 assert (pthread_create (&state.tid, &pattr, lock_twice,
1498 assert (pthread_create (&states[i].tid, &pattr, waiter,
/freebsd-10.2-release/sbin/ggate/ggated/
H A Dggated.c570 error = pthread_create(&td, NULL, send_thread, conn);
572 g_gate_xlog("pthread_create(send_thread): %s.",
575 error = pthread_create(&td, NULL, recv_thread, conn);
577 g_gate_xlog("pthread_create(recv_thread): %s.",
/freebsd-10.2-release/tests/sys/kern/
H A Dunix_seqpacket_test.c361 ATF_REQUIRE_EQ(0, pthread_create(&writer, NULL, test_pipe_writer,
369 ATF_REQUIRE_EQ(0, pthread_create(&reader, NULL, test_pipe_reader,
/freebsd-10.2-release/crypto/openssh/
H A Dauth-pam.c178 pthread_create(sp_pthread_t *thread, const void *attr, function
701 if (pthread_create(&ctxt->pam_thread, NULL, sshpam_thread, ctxt) == -1) {
/freebsd-10.2-release/usr.bin/csup/
H A Dmux.c661 error = pthread_create(&m->sender, NULL, sender_loop, m);
675 error = pthread_create(&m->receiver, NULL, receiver_loop, m);
/freebsd-10.2-release/contrib/ntp/libntp/
H A Dwork_thread.c607 rc = pthread_create(&c->thr_table[0], &thr_attr,
612 msyslog(LOG_ERR, "start_blocking_thread: pthread_create() -> %s",
626 * after pthread_create().
/freebsd-10.2-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c706 pthread_create(&wq->wq_thread[i], NULL,
/freebsd-10.2-release/usr.bin/sort/
H A Dradixsort.c615 int res = pthread_create(&pth, &attr,
/freebsd-10.2-release/usr.sbin/bhyve/
H A Dbhyverun.c275 error = pthread_create(&mt_vmm_info[newcpu].mt_thr, NULL,

Completed in 443 milliseconds

123456