HomeSort by: relevance | last modified time | path
    Searched refs:pthread_create (Results 1 - 25 of 133) sorted by relevancy

1 2 3 4 5 6

  /src/regress/sys/kern/softint1/
softint1.c 62 pthread_create(&thr, NULL, thread, NULL);
  /src/tests/libexec/ld.elf_so/
h_locking.c 75 pthread_create(&t, NULL, test_dl_iterate_phdr_helper, NULL);
100 pthread_create(&t1, NULL, init_fini_helper,
107 pthread_create(&t2, NULL, init_fini_helper,
122 pthread_create(&t1, NULL, init_fini_helper,
128 pthread_create(&t2, NULL, init_fini_helper,
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_racy_double_free_test.cc 28 pthread_create(&t[0], 0, Thread1, 0);
29 pthread_create(&t[1], 0, Thread2, 0);
  /src/tests/lib/libc/tls/
t_tls_static.c 83 pthread_create(&t, 0, testf, 0);
86 pthread_create(&t, 0, testf, 0);
t_tls_dlopen.c 99 pthread_create(&t, 0, testf, 0);
102 pthread_create(&t, 0, testf, 0);
t_tls_dynamic.c 93 pthread_create(&t, 0, testf, 0);
96 pthread_create(&t, 0, testf, 0);
  /src/tests/lib/libpthread/
t_equal.c 58 ATF_REQUIRE(pthread_create(&t1, NULL, func, NULL) == 0);
59 ATF_REQUIRE(pthread_create(&t2, NULL, func, NULL) == 0);
t_fpu.c 47 * It was changed to use pthread_create() and sched_yield() instead of
121 PTHREAD_REQUIRE(pthread_create(&s2, 0, bar, 0));
141 PTHREAD_REQUIRE(pthread_create(&s5, 0, stir, stirseed));
cancelpoint.h 86 RZ(pthread_create(&t, NULL, &thread_cancelpoint, cancelpoint));
107 RZ(pthread_create(&t, NULL, &cancelpoint_thread, cancelpoint));
t_detach.c 69 PTHREAD_REQUIRE(pthread_create(&t, &attr, func, NULL));
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_stoptheworld_testlib.cc 49 pthread_create(&thread_id, NULL, SuspenderThread, NULL);
  /src/tests/rump/rumpkern/h_client/
h_reconcli.c 105 pthread_create(&pt, NULL, closer, NULL);
106 pthread_create(&w1, NULL, worker, NULL);
107 pthread_create(&w2, NULL, worker, NULL);
108 pthread_create(&w3, NULL, worker, NULL);
109 pthread_create(&w4, NULL, worker, NULL);
  /src/sys/modules/examples/readhappy_mpsafe/
test_readhappy.c 78 pthread_create(&thr[i], NULL, read_happy, NULL);
  /src/tests/fs/ffs/
t_fifos.c 131 pthread_create(&ptw1, NULL, w1, NULL);
132 pthread_create(&ptw2, NULL, w2, NULL);
133 pthread_create(&ptr1, NULL, r1, NULL);
134 pthread_create(&ptr2, NULL, r2, NULL);
  /src/tests/fs/vfs/
t_rmdirrace.c 83 res = pthread_create(&th1, NULL, func1, &quit);
86 res = pthread_create(&th2, NULL, func2, &quit);
t_renamerace.c 170 pthread_create(&pt1[i], NULL, w1, NULL);
173 pthread_create(&pt2[i], NULL, w2, NULL);
204 pthread_create(&pt1, NULL, w1_dirs, NULL);
205 pthread_create(&pt2, NULL, w2, NULL);
240 pthread_create(&pt_rmdir, NULL, w3_rmdir, NULL);
241 pthread_create(&pt_rename1, NULL, w3_rename1, NULL);
242 pthread_create(&pt_rename2, NULL, w3_rename2, NULL);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_mutex_test.cc 101 pthread_create(&threads[i], 0, write_mutex_thread<Mutex>, &data);
111 pthread_create(&threads[i], 0, read_mutex_thread<Mutex>, &data);
121 pthread_create(&threads[i], 0, write_mutex_thread<SpinMutex>, &data);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/benchmarks/
start_many_threads.cc 40 int status = pthread_create(&t[i], 0, Thread, (void*)i);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_thread.cc 54 pthread_create(&threads[i % kAlive], 0, thread_alot_func, 0);
  /src/tests/lib/libpthread/dlopen/dso/
h_pthread_dlopen.c 82 ret = pthread_create(thread, attr, routine, arg);
  /src/tests/lib/librumpclient/
h_execthr.c 127 errno = pthread_create(&pt, NULL,
130 err(1, "exec pthread_create");
131 SAY("startup pthread_create finished.\n");
176 errno = pthread_create(&pt, NULL,
179 err(1, "pthread_create 1 %d", i);
183 errno = pthread_create(&pt, NULL,
186 err(1, "pthread_create 2 %d", i);
207 errno = pthread_create(&pt, NULL,
210 err(1, "pthread_create 3 %d", i);
  /src/tests/usr.bin/c++/
t_tsan_data_race.sh 68 pthread_create(&t, NULL, Thread, NULL);
90 pthread_create(&t, NULL, Thread, NULL);
118 pthread_create(&t, NULL, Thread, NULL);
146 pthread_create(&t, NULL, Thread, NULL);
t_tsan_heap_use_after_free.sh 94 pthread_create(&t, NULL, Thread, NULL);
125 pthread_create(&t, NULL, Thread, NULL);
162 pthread_create(&t, NULL, Thread, NULL);
199 pthread_create(&t, NULL, Thread, NULL);
t_tsan_locked_mutex_destroy.sh 78 pthread_create(&t, NULL, Thread, NULL);
109 pthread_create(&t, NULL, Thread, NULL);
146 pthread_create(&t, NULL, Thread, NULL);
183 pthread_create(&t, NULL, Thread, NULL);
t_tsan_signal_errno.sh 76 pthread_create(&th, 0, sendsignal, 0);
104 pthread_create(&th, 0, sendsignal, 0);
138 pthread_create(&th, 0, sendsignal, 0);
172 pthread_create(&th, 0, sendsignal, 0);

Completed in 20 milliseconds

1 2 3 4 5 6