pthread_create
result = pthread_create(&ctxt->pam_thread, NULL, sshpam_thread, ctxt);
int pthread_create(pthread_t * __restrict,
__weak_reference(dummy_pthread_create, pthread_create);
pthread_create(&thr,
__strong_reference(_pthread_create, pthread_create);
if (pthread_create(&ctx->hotplug_handler, NULL,
pthread_create(&thread, NULL, dmsg_master_service, info);
pthread_create(&thread, NULL,
pthread_create(&thread, NULL, dmsg_master_service, info);
pthread_create(&thread, NULL, func, arg);
pthread_create(&thread, NULL, func, arg);
pthread_create(&thread, NULL, udev_thread, NULL);
pthread_create(&thread, NULL, autoconn_thread, NULL);
pthread_create(&thread, NULL, dmsg_master_service, info);
pthread_create(&conf->thread, NULL,
pthread_create(&conf->iocom_thread, NULL,
pthread_create(&thread, NULL,
pthread_create(&ac->thread, NULL, dmsg_master_service, info);
pthread_create(&thread, NULL, dmsg_master_service, info);
pthread_create(&thread, NULL, dmsg_master_service, info);
pthread_create(&thread, NULL, dmsg_master_service, info);
pthread_create(&logtd, NULL, logger_thread, cmd);
pthread_create(&conn->td, NULL, remote_listener_thread, conn);
pthread_create(&conn->td, NULL, remote_accepted_thread, conn);
pthread_create(&conn->td, NULL, remote_connect_thread, conn);
pthread_create(&cli_info->tid, NULL, client_thread, (void *)cli_info);
pthread_create(&cotd->pthr, &attr, (void *)cothread_thread, cotd);
pthread_create(&ap_tids[x], &attr, start_ap, NULL);
pthread_create(&td1, NULL, domaster, (void *)(intptr_t)fd);
pthread_create(&td2, NULL, doslave, (void *)(intptr_t)fd);
if (pthread_create(thread, attr, start_routine, arg))
error = pthread_create(&thread, NULL, entry, NULL);
error = pthread_create(&thread, NULL, entry, NULL);
if ((error = pthread_create(&thread, NULL, thread_entry, NULL))
assert (pthread_create (&states[i].tid, &pattr, waiter,
assert (pthread_create (&state.tid, &pattr, lock_twice,
pthread_create(&threads[i], NULL, entry, (void *) &sem_a);
pthread_create(&threads[i], NULL, entry, (void *) &sem_a);
if (pthread_create (&suspender_tid, &pattr, sigsuspender, NULL) != 0) {
if (pthread_create (&tid, &pattr, sigwaiter, NULL) != 0) {
pthread_create(&thid, NULL, toyvirt_mess, NULL);
error = pthread_create(&tid1, NULL, setselfname, NULL);
error = pthread_create(&tid2, NULL, waitname, NULL);
error = pthread_create(&tid3, NULL, resetname, NULL);
if ((r = pthread_create(&threads[i], NULL, thr_routine, 0)) != 0)
if ((r = pthread_create(&threads[i], NULL, thr1, 0)) != 0)
if ((r = pthread_create(&threads[i], NULL, thr2, 0)) != 0)
pthread_create(&td1, NULL, do_child, NULL);
pthread_create(&td2, NULL, do_parent, NULL);
pthread_create(&threads[i], NULL, tester, NULL);
pthread_create(&th, NULL, checker, NULL);
ret = pthread_create(&threads[i], NULL, tester, NULL);
error = pthread_create(&ctx->t_tid, NULL, recv_thread, ctx);
error = pthread_create(&ctx->t_tid, &attr, send_thread, ctx);
pthread_create(&work->td, NULL, childBuilderThread, work);
pthread_create(&JobsAry[i].td, NULL, bulkthread, &JobsAry[i]);
pthread_create(&ETid, NULL, dexec_logerr_thread, NULL);
int res = pthread_create(&pth, &attr,
int res = pthread_create(&pth, &attr,
pthread_create(&stream1.thread, NULL, vknet_stream, &stream1);
pthread_create(&stream2.thread, NULL, vknet_stream, &stream2);
pthread_create(&threads[i], NULL, processing_thread,
pthread_create(&dummy_td, NULL, vknet_io, tap_info);
pthread_create(&dummy_td, NULL, vknet_io, info);