pthread_create
error = pthread_create(cfg_p->control_thread_p,
__strong_alias(__libc_thr_create,pthread_create)
int pthread_create(pthread_t * __restrict,
switch(pthread_create(thr, NULL, __thrd_create_tramp, cookie)) {
pthread_create(&pt, NULL, hostpoll, &parg);
pthread_create(&pt, NULL, biothread, NULL);
rv = pthread_create(ptidp, &pattr, f, arg);
if ((error = pthread_create(&pt, NULL, spserver, sarg)) != 0) {
if (pthread_create(&pt, &pattr_detached,
if (pthread_create(&pt, NULL, mfs_mounter, &mi) == -1) {
if (pthread_create(&pt, NULL, reader, NULL)) {
if (pthread_create(&pt, NULL, reader, NULL)) {
if (pthread_create(&pt, NULL, reader, NULL)) {
if (pthread_create(&pt, NULL, thread, (void *)(uintptr_t)i)) {
int error = pthread_create(&pt[i], NULL, f, NULL);
pthread_create(&thr, NULL, thread, NULL);
ret = pthread_create(&event_thread, NULL, event_handler, handler_exit);
if (pthread_create(&pt, NULL, shovel, (void *)(intptr_t)com) == -1)
pthread_create(&pt, NULL, handlereq, pdr);
pthread_create(&thr[i], NULL, read_happy, NULL);
if ((rv = pthread_create(&viu->viu_rcvthr, NULL, rcvthread, viu)) != 0)
rv = pthread_create(&wgu->wgu_rcvthr, NULL, wg_user_rcvthread, wgu);
error = pthread_create(&ta, NULL, t_openclose, &a);
error = pthread_create(&tb, NULL, t_encrypt, &b);
error = pthread_create(&tc, NULL, t_encrypt, &c);
pthread_create(&tid, NULL, thread_ioctl_while_write, data);
pthread_create(&th, NULL, consumer_thread, NULL);
error = pthread_create(&pt, NULL, prober, argv[1]);
res = pthread_create(&args->ta_cleanerthread, NULL, cleaner, args);
if (pthread_create(&pt, NULL, readshovel, args) == -1)
if (pthread_create(&pt, NULL, writeshovel, args) == -1)
RL(pthread_create(&at[i], NULL, fs_activity, prefix[i]));
pthread_create(&ptw1, NULL, w1, NULL);
pthread_create(&ptw2, NULL, w2, NULL);
pthread_create(&ptr1, NULL, r1, NULL);
pthread_create(&ptr2, NULL, r2, NULL);
if (pthread_create(&t, NULL, rpcbind_main, NULL) == -1)
if (pthread_create(&t, NULL, mountd_main, NULL) == -1)
pthread_create(&pt, NULL, wrkwrkwrk, NULL);
pthread_create(&pt, NULL, dofifow, (void *)(uintptr_t)fd);
pthread_create(&pt, NULL, respondthread, NULL);
pthread_create(&pt[1], NULL, r2w2, NULL);
pthread_create(&pt[0], NULL, r2w1, NULL);
pthread_create(&pt1[i], NULL, w1, NULL);
pthread_create(&pt2[i], NULL, w2, NULL);
pthread_create(&pt1, NULL, w1_dirs, NULL);
pthread_create(&pt2, NULL, w2, NULL);
pthread_create(&pt_rmdir, NULL, w3_rmdir, NULL);
pthread_create(&pt_rename1, NULL, w3_rename1, NULL);
pthread_create(&pt_rename2, NULL, w3_rename2, NULL);
res = pthread_create(&th1, NULL, func1, &quit);
res = pthread_create(&th2, NULL, func2, &quit);
ATF_REQUIRE(pthread_create(&t1, NULL, kevent_thread, NULL) == 0);
ATF_REQUIRE(pthread_create(&t2, NULL, kevent_thread, NULL) == 0);
RZ(pthread_create(&t, NULL, &doit, F));
pthread_create(&pt, NULL, wrkwrk, NULL);
RZ(pthread_create(&tester_thread, NULL, &start_testing, NULL));
RZ(pthread_create(&meddler_thread, NULL, &start_meddling,
RZ(pthread_create(&t, NULL, &threadspfunc, NULL));
RZ(pthread_create(&t, &attr, &threadspfunc, NULL));
RZ(pthread_create(&t, &attr, &threadspfunc, NULL));
ATF_REQUIRE(pthread_create(&thr, NULL, runner, &i) == 0);
RZ(pthread_create(&thread, NULL, &arc4random_global_thread, NULL));
rv = pthread_create(&tid[i], NULL, threadfunc, &val);
error = pthread_create(&t[i], NULL, &thread,
error = pthread_create(&t[i], NULL, start[i],
error = pthread_create(&t[i], NULL, &thread,
assert(pthread_create(&thr, NULL, thrfunc, NULL) == 0);
ATF_CHECK(pthread_create(&threads[i++], NULL, thread_getenv_r,
ATF_CHECK(pthread_create(&threads[i++], NULL, thread_putenv,
ATF_CHECK(pthread_create(&threads[i++], NULL, thread_setenv,
ATF_CHECK(pthread_create(&threads[i++], NULL, thread_unsetenv,
ATF_REQUIRE(pthread_create(&helper, NULL,
ATF_REQUIRE(pthread_create(&helper, NULL,
ATF_REQUIRE(pthread_create(&helper, NULL,
rv = pthread_create(&tid, NULL, threadfunc, &tpid);
r = pthread_create(&thread, 0, mmap_reprotect_race_thread, 0);
RZ(pthread_create(&t, NULL, &check_pollclosed_thread, &closefd));
RZ(pthread_create(&t, NULL, &pollclosed_fifo_reader_thread, &p0));
RZ(pthread_create(&t, NULL, &pollclosed_fifo_writer_thread, &p0));
SYSCALL(pthread_create(&thread, NULL, waitthread, &pid), 0);
rv = pthread_create(&t[n], NULL, lwpinfo_thread,
rv = pthread_create(&t[n], NULL, infinite_thread, NULL);
FORKEE_PTHREAD(pthread_create(&t, NULL,
FORKEE_PTHREAD(pthread_create(&t, NULL, resume_thread, NULL));
FORKEE_PTHREAD(pthread_create(&sig_threads[i], NULL,
FORKEE_PTHREAD(pthread_create(&bp_threads[i], NULL,
FORKEE_PTHREAD(pthread_create(&wp_threads[i], NULL,
rv = pthread_create(&t[n], NULL, trace_threads_cb,
FORKEE_ASSERT(!pthread_create(&t, NULL, x86_main_func, NULL));
ATF_REQUIRE(pthread_create(&helper, NULL,
ATF_REQUIRE(pthread_create(&helper, NULL,
pthread_create(&t, 0, testf, 0);
pthread_create(&t, 0, testf, 0);
pthread_create(&t, 0, testf, 0);
pthread_create(&t, 0, testf, 0);
pthread_create(&t, 0, testf, 0);
pthread_create(&t, 0, testf, 0);
RZ(pthread_create(&t, NULL, &cancelpoint_thread, cancelpoint));
RZ(pthread_create(&t, NULL, &thread_cancelpoint, cancelpoint));
ret = pthread_create(thread, attr, routine, arg);
ret = pthread_create(&thread, NULL, routine, arg);
if (pthread_create(&self, NULL, resolvloop, nhosts) != 0)
PTHREAD_REQUIRE(pthread_create(&new[i], NULL, threadfunc,
RZ(pthread_create(&t, NULL, &cancelself_async, &n));
RZ(pthread_create(&t, NULL, &cancelself_deferred, &n));
RZ(pthread_create(&t, NULL, &defaults, NULL));
RZ(pthread_create(&t, NULL, &disable_enable, &n));
RZ(pthread_create(&t, NULL, ¬estcancel_loop_async, NULL));
RZ(pthread_create(&t, NULL, &disable_enable_async, &n));
RZ(pthread_create(&t, NULL, &disable_enable_setcanceltype_async, &n));
RZ(pthread_create(&t, NULL, &setcanceltype_async, &n));
RZ(pthread_create(&t, NULL, &sigsafecancelstate, &n));
RZ(pthread_create(&t, NULL, &testcancel_loop, NULL));
RZ(pthread_create(&t, NULL, &emptythread, NULL));
PTHREAD_REQUIRE(pthread_create(&new, NULL,
PTHREAD_REQUIRE(pthread_create(&new, NULL,
PTHREAD_REQUIRE(pthread_create(&new, NULL, signal_wait_race_threadfunc,
PTHREAD_REQUIRE(pthread_create(&tid[i], NULL,
PTHREAD_REQUIRE(pthread_create(&new, NULL, broadcast_threadfunc,
PTHREAD_REQUIRE(pthread_create(&new, NULL, bogus_timedwaits_threadfunc,
PTHREAD_REQUIRE(pthread_create(&thread, NULL,
PTHREAD_REQUIRE(pthread_create(&new, NULL, signal_delay_wait_threadfunc,
ATF_REQUIRE_EQ(pthread_create(&child, NULL, run, &clck), 0);
PTHREAD_REQUIRE(pthread_create(&t, &attr, func, NULL));
ATF_REQUIRE(pthread_create(&t1, NULL, func, NULL) == 0);
ATF_REQUIRE(pthread_create(&t2, NULL, func, NULL) == 0);
PTHREAD_REQUIRE(pthread_create(&p, NULL, print_pid, NULL));
PTHREAD_REQUIRE(pthread_create(&s2, 0, bar, 0));
PTHREAD_REQUIRE(pthread_create(&s5, 0, stir, stirseed));
rv = pthread_create(&thread[i], &attr, threadfunc2, (void *)i);
PTHREAD_REQUIRE(pthread_create(&thread, NULL, threadfunc1, NULL));
PTHREAD_REQUIRE(pthread_create(&th[i].id, NULL, f, &th[i]));
PTHREAD_REQUIRE(pthread_create(&new, NULL, mutex1_threadfunc, &x));
PTHREAD_REQUIRE(pthread_create(&new, NULL, mutex2_threadfunc, &count2));
PTHREAD_REQUIRE(pthread_create(&new, NULL, mutex3_threadfunc, &count2));
PTHREAD_REQUIRE(pthread_create(&new, NULL, mutex4_threadfunc, &x));
PTHREAD_REQUIRE(pthread_create(&child, NULL, child_func, NULL));
PTHREAD_REQUIRE(pthread_create(&new, NULL, timedmtx_thrdfunc, NULL));
PTHREAD_REQUIRE(pthread_create(&new, NULL, timedmtx_thrdfunc, NULL));
PTHREAD_REQUIRE(pthread_create(&thr, &attr, threadfunc, NULL));
PTHREAD_REQUIRE(pthread_create(&threads[i], NULL, once2_threadfunc, &id[i]));
PTHREAD_REQUIRE(pthread_create(&thread, NULL, once3_threadfunc, NULL));
RZ(pthread_create(&t, NULL, &fork_and_once, &bar));
PTHREAD_REQUIRE(pthread_create(&new, NULL, threadfunc, NULL));
PTHREAD_REQUIRE(pthread_create(&t, NULL, do_nothing, NULL));
PTHREAD_REQUIRE(pthread_create(&threads[i], NULL,
PTHREAD_REQUIRE(pthread_create(&t, NULL, threadfunc, NULL));
PTHREAD_REQUIRE(pthread_create(&self, NULL, setup, NULL));
PTHREAD_REQUIRE(pthread_create(&t, NULL, thread, NULL));
PTHREAD_REQUIRE(pthread_create(&thread, NULL,
PTHREAD_REQUIRE(pthread_create(&id, NULL, incorrect_mask_bug_sleeper,
PTHREAD_REQUIRE(pthread_create(&thread, NULL, threadfunc, NULL));
RZ(pthread_create(&t, &attr, &checkaddraccessthread, C));
RZ(pthread_create(&t2, &attr, &checkaddraccessthread, C));
RZ(pthread_create(&t, NULL, &checkguardaccessthread, C));
RZ(pthread_create(&t2, &attr2, &checkaddraccessthread, C));
PTHREAD_REQUIRE(pthread_create(&thread, NULL, threadfunc, NULL));
RZ(pthread_create(&t, NULL, &start, &cookie));
error = pthread_create(&t, NULL, &start, &cookie);
errno = pthread_create(&pt, NULL,
errno = pthread_create(&pt, NULL,
errno = pthread_create(&pt, NULL,
errno = pthread_create(&pt, NULL,
pthread_create(&pt, NULL, hthread, semmarit);
pthread_create(&pt, NULL, hthread, semmarit);
pthread_create(&t1, NULL, init_fini_helper,
pthread_create(&t2, NULL, init_fini_helper,
pthread_create(&t1, NULL, init_fini_helper,
pthread_create(&t2, NULL, init_fini_helper,
pthread_create(&t, NULL, test_dl_iterate_phdr_helper, NULL);
if (pthread_create(&thread, NULL, thread_helper, testfunc))
RZ(pthread_create(&t[i], NULL, &dlclose_thread,
pthread_create(&thread, NULL,
pthread_create(&thread, NULL, thread_buffer_access_test_helper,
pthread_create(&thread, NULL, thread_test_helper, __UNVOLATILE(buf));
pthread_create(&thread[i], NULL, multiple_threads_helper, NULL);
pthread_create(&pt, NULL, closer, NULL);
pthread_create(&w1, NULL, worker, NULL);
pthread_create(&w2, NULL, worker, NULL);
pthread_create(&w3, NULL, worker, NULL);
pthread_create(&w4, NULL, worker, NULL);
if (pthread_create(&pt[j], NULL,
pthread_create(&ptdummy, NULL, exportlist_thread, NULL);
error = pthread_create(&workers[i], NULL, worker, NULL);
if (pthread_create(&cleanerthread, NULL,
ret = pthread_create(&pt, NULL, process_samples, NULL);
ret = pthread_create(&pt, NULL, process_stat, &done);