Searched refs:pthread_create (Results 1 - 25 of 192) sorted by relevance

12345678

/macosx-10.10/llvmCore-3425.0.34/unittests/Support/
H A DManagedStatic.cpp36 pthread_create(&t1, NULL, test1::helper, NULL);
37 pthread_create(&t2, NULL, test1::helper, NULL);
/macosx-10.10/bind9-45.101/bind9/
H A Dconfig.threads.in103 [printf("%x\n", pthread_create);],
110 AC_CHECK_LIB(pthread, pthread_create,,
112 AC_CHECK_LIB(c_r, pthread_create,,
113 AC_CHECK_LIB(c, pthread_create,,
118 AC_CHECK_LIB(pthread, pthread_create,,
121 AC_CHECK_LIB(c_r, pthread_create,,
122 AC_CHECK_LIB(c, pthread_create,,
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dlerror/
H A Dmain.c66 if ( pthread_create(&worker1, NULL, work, "/frazzle/bar") != 0 ) {
67 FAIL("pthread_create failed");
72 if ( pthread_create(&worker2, NULL, work, "/frazzle/foo") != 0 ) {
73 FAIL("pthread_create failed");
78 if ( pthread_create(&worker3, NULL, work, "/frazzle/dazzle") != 0 ) {
79 FAIL("pthread_create failed");
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dlopen-leak-threaded/
H A Dmain.c50 if ( pthread_create(&worker1, NULL, work, "/frazzle/bar") != 0 ) {
51 FAIL("pthread_create failed");
56 if ( pthread_create(&worker2, NULL, work, "/frazzle/foo") != 0 ) {
57 FAIL("pthread_create failed");
62 if ( pthread_create(&worker3, NULL, work, "/frazzle/dazzle") != 0 ) {
63 FAIL("pthread_create failed");
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/tlv-initializer/
H A Dmain.c56 if ( pthread_create(&worker1, NULL, work, NULL) != 0 ) {
57 FAIL("pthread_create failed");
62 if ( pthread_create(&worker2, NULL, work, NULL) != 0 ) {
63 FAIL("pthread_create failed");
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/concurrent-dlopen-initializers/
H A Dmain.c63 if ( pthread_create(&t1, NULL, work, "libfoo1.dylib") != 0 ) {
64 FAIL("pthread_create failed");
69 if ( pthread_create(&t2, NULL, work, "libfoo2.dylib") != 0 ) {
70 FAIL("pthread_create failed");
75 if ( pthread_create(&t3, NULL, work, "libfoo3.dylib") != 0 ) {
76 FAIL("pthread_create failed");
81 if ( pthread_create(&t4, NULL, work, "libfoo4.dylib") != 0 ) {
82 FAIL("pthread_create failed");
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/tlv-dylib/
H A Dmain.c61 if ( pthread_create(&worker1, NULL, work, NULL) != 0 ) {
62 FAIL("pthread_create failed");
67 if ( pthread_create(&worker2, NULL, work, NULL) != 0 ) {
68 FAIL("pthread_create failed");
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dlopen-dyld-locking/
H A Dmain.c52 if ( pthread_create(&otherThread, NULL, work, NULL) != 0 ) {
53 FAIL("dlopen-dyld-locking: pthread_create failed");
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/tlv-basic/
H A Dmain.c93 if ( pthread_create(&worker1, NULL, work, (void*)1) != 0 ) {
94 FAIL("pthread_create failed");
99 if ( pthread_create(&worker2, NULL, work, (void*)10) != 0 ) {
100 FAIL("pthread_create failed");
105 if ( pthread_create(&worker3, NULL, work, (void*)100) != 0 ) {
106 FAIL("pthread_create failed");
/macosx-10.10/libclosure-65/objectTests/
H A Dcounting.m115 pthread_create(&th, NULL, testsingle, NULL);
117 pthread_create(&th, NULL, testsingle, NULL);
119 pthread_create(&th, NULL, testsingle, NULL);
121 pthread_create(&th, NULL, testsingle, NULL);
125 pthread_create(&th, NULL, testlatch, NULL);
129 pthread_create(&th, NULL, testmultiple, NULL);
H A Dtlctester.mm96 pthread_create(&threads[i], NULL, callBlock, (void *)Block_copy(setter));
106 pthread_create(&threads[i], NULL, callBlock, (void *)Block_copy(getter));
/macosx-10.10/Libsystem-1213/
H A DCompatibilityHacks.c50 SYM(pthread_create); variable
/macosx-10.10/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_signal_to_interrupt.c155 pthread_create(&helper_thread, NULL, async_signal_handler, 0);
/macosx-10.10/libauto-186/auto_tester/
H A DUnregisteredThread.m75 if (pthread_create(&_thread, NULL, (void *(*)(void *))unregisterTest, self) != 0) {
98 if (pthread_create(&_thread, NULL, (void *(*)(void *))registerTest, self) != 0) {
/macosx-10.10/libauto-186/tests/
H A Dmallocfree.m46 pthread_create(&threads[i], NULL, allocFreeALot, NULL);
H A DrecoverLocalObjects.m57 pthread_create(&thread, NULL, doOnPthread, NULL);
H A Dthreadedresurrection.m69 pthread_create(&pthread, NULL, helper, self);
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/kc/
H A Dkc-50-thread.c57 pthread_create(&threads[i], NULL, CopyDefaultAndReleaseInSingleThread, NULL);
/macosx-10.10/bind9-45.101/bind9/lib/isc/pthreads/
H A Dthread.c60 ret = pthread_create(thread, &attr, func, arg);
/macosx-10.10/curl-83.1.2/curl/docs/examples/
H A Dmultithread.c61 int pthread_create(pthread_t *new_thread_ID,
76 error = pthread_create(&tid[i],
/macosx-10.10/libunwind-35.3/testsuite/
H A Dbacktrace.c62 if ( pthread_create(&worker1, NULL, work, other_expected) != 0 ) {
/macosx-10.10/ntp-92/lib/isc/pthreads/
H A Dthread.c60 ret = pthread_create(thread, &attr, func, arg);
/macosx-10.10/objc4-646/test/
H A Dload-parallel.m54 pthread_create(&t[i], NULL, thread, (void *)i);
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/tlv-terminators/
H A Dmain.c101 if ( pthread_create(&worker1, NULL, work, &thread1) != 0 ) {
102 FAIL("pthread_create failed");
107 if ( pthread_create(&worker2, NULL, work, &thread2) != 0 ) {
108 FAIL("pthread_create failed");
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/transapp/
H A Dlogfile.cs26 if ((ret = pthread_create(

Completed in 170 milliseconds

12345678