| /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
| gthr-posix.h | 106 __gthrw3(pthread_create) 135 __gthrw(pthread_create) 258 `pthread_create' instead. */ 262 pthread_create 279 call the init function. So, we use pthread_create to check whether it 309 __result = __gthrw_(pthread_create) (&__t, &__a, __gthread_start, NULL); 413 if (!(__gthrw_(pthread_create) (&new_thread_handle, NULL, (void *) func, arg))) 702 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
|
| /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
| gthr-default.h | 106 __gthrw3(pthread_create) 135 __gthrw(pthread_create) 258 `pthread_create' instead. */ 262 pthread_create 279 call the init function. So, we use pthread_create to check whether it 309 __result = __gthrw_(pthread_create) (&__t, &__a, __gthread_start, NULL); 413 if (!(__gthrw_(pthread_create) (&new_thread_handle, NULL, (void *) func, arg))) 702 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
|
| gthr-posix.h | 106 __gthrw3(pthread_create) 135 __gthrw(pthread_create) 258 `pthread_create' instead. */ 262 pthread_create 279 call the init function. So, we use pthread_create to check whether it 309 __result = __gthrw_(pthread_create) (&__t, &__a, __gthread_start, NULL); 413 if (!(__gthrw_(pthread_create) (&new_thread_handle, NULL, (void *) func, arg))) 702 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
|
| /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
| gthr-default.h | 106 __gthrw3(pthread_create) 135 __gthrw(pthread_create) 258 `pthread_create' instead. */ 262 pthread_create 279 call the init function. So, we use pthread_create to check whether it 309 __result = __gthrw_(pthread_create) (&__t, &__a, __gthread_start, NULL); 413 if (!(__gthrw_(pthread_create) (&new_thread_handle, NULL, (void *) func, arg))) 702 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
|
| gthr-posix.h | 106 __gthrw3(pthread_create) 135 __gthrw(pthread_create) 258 `pthread_create' instead. */ 262 pthread_create 279 call the init function. So, we use pthread_create to check whether it 309 __result = __gthrw_(pthread_create) (&__t, &__a, __gthread_start, NULL); 413 if (!(__gthrw_(pthread_create) (&new_thread_handle, NULL, (void *) func, arg))) 702 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
|
| /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
| gthr-default.h | 106 __gthrw3(pthread_create) 135 __gthrw(pthread_create) 258 `pthread_create' instead. */ 262 pthread_create 279 call the init function. So, we use pthread_create to check whether it 309 __result = __gthrw_(pthread_create) (&__t, &__a, __gthread_start, NULL); 413 if (!(__gthrw_(pthread_create) (&new_thread_handle, NULL, (void *) func, arg))) 702 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
|
| gthr-posix.h | 106 __gthrw3(pthread_create) 135 __gthrw(pthread_create) 258 `pthread_create' instead. */ 262 pthread_create 279 call the init function. So, we use pthread_create to check whether it 309 __result = __gthrw_(pthread_create) (&__t, &__a, __gthread_start, NULL); 413 if (!(__gthrw_(pthread_create) (&new_thread_handle, NULL, (void *) func, arg))) 702 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
|
| /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
| gthr-default.h | 106 __gthrw3(pthread_create) 135 __gthrw(pthread_create) 258 `pthread_create' instead. */ 262 pthread_create 279 call the init function. So, we use pthread_create to check whether it 309 __result = __gthrw_(pthread_create) (&__t, &__a, __gthread_start, NULL); 413 if (!(__gthrw_(pthread_create) (&new_thread_handle, NULL, (void *) func, arg))) 702 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
|
| gthr-posix.h | 106 __gthrw3(pthread_create) 135 __gthrw(pthread_create) 258 `pthread_create' instead. */ 262 pthread_create 279 call the init function. So, we use pthread_create to check whether it 309 __result = __gthrw_(pthread_create) (&__t, &__a, __gthread_start, NULL); 413 if (!(__gthrw_(pthread_create) (&new_thread_handle, NULL, (void *) func, arg))) 702 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
|
| /external/skia/samplecode/ |
| SampleFontCache.cpp | 92 status = pthread_create(&fMThreads[i], NULL, measure_proc, NULL); 97 status = pthread_create(&fDThreads[i], NULL, draw_proc, &fBitmaps[i]);
|
| /external/valgrind/main/drd/tests/ |
| circular_buffer.c | 210 pthread_create(producers + i, NULL, 215 pthread_create(consumers + i, NULL,
|
| pth_barrier.c | 92 res = pthread_create(&t[i].tid, &attr, (void*(*)(void*))threadfunc, &t[i]);
|
| rwlock_test.c | 90 err = pthread_create(&tid[i], &attr, thread_func, 0);
|
| /external/valgrind/main/helgrind/tests/ |
| hg02_deadlock.stderr.exp | 7 by 0x........: pthread_create@* (hg_intercepts.c:...)
|
| tc01_simple_race.stderr.exp | 11 by 0x........: pthread_create@* (hg_intercepts.c:...)
|
| tc05_simple_race.stderr.exp | 11 by 0x........: pthread_create@* (hg_intercepts.c:...)
|
| tc16_byterace.stderr.exp | 11 by 0x........: pthread_create@* (hg_intercepts.c:...)
|
| tc23_bogus_condwait.c | 61 r= pthread_create( &grabber, NULL, grab_the_lock, NULL ); assert(!r); 64 r= pthread_create( &my_rescuer, NULL, rescue_me, NULL ); assert(!r);
|
| tc08_hbl2.c | 125 if (pthread_create(&child, NULL, child_fn, NULL)) { 126 perror("pthread_create");
|
| tc11_XCHG.c | 117 if (pthread_create(&child, NULL, child_fn, NULL)) { 118 perror("pthread_create");
|
| tc24_nonzero_sem.c | 35 r= pthread_create( &child[i], NULL, child_fn, sem );
|
| /device/samsung/crespo/sec_mm/sec_omx/sec_osal/ |
| SEC_OSAL_Thread.c | 78 result = pthread_create(&thread->pthread, &thread->attr, function_name, (void *)argument);
|
| /external/llvm/lib/Support/ |
| Threading.cpp | 96 if (::pthread_create(&Thread, &Attr, ExecuteOnThread_Dispatch, &Info) != 0)
|
| /external/llvm/examples/ParallelJIT/ |
| ParallelJIT.cpp | 260 int result = pthread_create( &add1Thread, NULL, callFunc, &add1 ); 267 result = pthread_create( &fibThread1, NULL, callFunc, &fib1 ); 274 result = pthread_create( &fibThread2, NULL, callFunc, &fib2 );
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/ |
| gthr-default.h | 93 __gthrw3(pthread_create) 122 __gthrw(pthread_create) 245 `pthread_create' instead. */ 249 pthread_create 267 init function. We also can't use pthread_create or pthread_attr_init 373 if (!(__gthrw_(pthread_create) (&new_thread_handle, &_objc_thread_attribs, 663 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
|