/external/compiler-rt/lib/tsan/benchmarks/ |
start_many_threads.cc | 40 int status = pthread_create(&t[i], 0, Thread, (void*)i);
|
/external/qemu/ |
compatfd.c | 97 pthread_create(&tid, &attr, sigwait_compat, info);
|
/external/v8/test/cctest/ |
test-platform-linux.cc | 58 int thread_created = pthread_create(&other,
|
test-platform-nullos.cc | 58 int thread_created = pthread_create(&other,
|
/external/valgrind/main/drd/tests/ |
bug-235681.c | 63 rc = pthread_create(&other_thread, NULL, run_fn, NULL);
|
fp_race.c | 71 pthread_create(&threadid, 0, thread_func, 0);
|
sem_as_mutex.c | 72 pthread_create(&threadid, 0, thread_func, 0);
|
/external/valgrind/main/ |
glibc-2.5.supp | 204 MVL-401-linuxthreads-pthread_create 207 fun:pthread_create 210 MVL-401-linuxthreads-pthread_create 214 fun:pthread_create
|
/external/valgrind/main/helgrind/tests/ |
tc14_laog_dinphils.stderr.exp | 7 by 0x........: pthread_create@* (hg_intercepts.c:...)
|
tc24_nonzero_sem.c | 35 r= pthread_create( &child[i], NULL, child_fn, sem );
|
/external/valgrind/main/memcheck/tests/ |
err_disable3.c | 51 r = pthread_create(&child, NULL, child_fn, NULL);
|
/frameworks/av/media/libstagefright/tests/ |
DummyRecorder.cpp | 46 int err = pthread_create(&mThread, &attr, threadWrapper, this);
|
/sdk/emulator/opengl/shared/OpenglOsUtils/ |
osThreadUnix.cpp | 38 int ret = pthread_create(&m_thread, NULL, Thread::thread_main, this);
|
/system/extras/tests/bionic/libc/other/ |
test_thread_max.c | 53 if (pthread_create( &thread, &attr, thread_func, (void*)(long)count ) < 0) {
|
/external/compiler-rt/lib/asan/tests/ |
asan_mac_test_helpers.mm | 12 // This is a (void*)(void*) function so it can be passed to pthread_create. 88 // pthread_create(). We need to verify that AddressSanitizer notices that the 99 // pthread_create(). We need to verify that AddressSanitizer notices that the
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_mutex_test.cc | 107 pthread_create(&threads[i], 0, lock_thread<SpinMutex>, &data); 118 pthread_create(&threads[i], 0, try_thread<SpinMutex>, &data); 129 pthread_create(&threads[i], 0, lock_thread<BlockingMutex>, &data);
|
/external/valgrind/main/gdbserver_tests/ |
sleepers.c | 161 pthread_create(&ebbr, NULL, sleeper_or_burner, &b); 171 pthread_create(&egll, NULL, sleeper_or_burner, &l); 181 pthread_create(&zzzz, NULL, sleeper_or_burner, &p);
|
/external/valgrind/main/drd/ |
drd_pthread_intercepts.c | 316 /** Tell DRD that the calling thread is about to enter pthread_create(). */ 323 /** Tell DRD that the calling thread has left pthread_create(). */ 332 * thread created by pthread_create(). 415 * The main thread is the only thread not created by pthread_create(). 426 * Note: as of today there exist three different versions of pthread_create 428 * - pthread_create@GLIBC_2.0 429 * - pthread_create@@GLIBC_2.1 430 * - pthread_create@@GLIBC_2.2.5 431 * As an example, in libpthread-2.3.4 both pthread_create@GLIBC_2.0 and 432 * pthread_create@@GLIBC_2.1 are defined, while in libpthread-2.9 all thre [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/ |
gthr-default.h | 118 __gthrw(pthread_create) 228 be using is pthread_create. However, there may be other libraries that 229 intercept pthread_create with their own definitions to wrap pthreads 230 functionality for some purpose. In those cases, pthread_create being 237 pthread_create might be. __pthread_key_create is an "internal" 240 whenever pthread_create is used, so there is no danger of a false 245 library does not provide pthread_cancel, so we do use pthread_create 254 # define GTHR_ACTIVE_PROXY __gthrw_(pthread_create) 279 init function. We also can't use pthread_create or pthread_attr_init 385 if (!(__gthrw_(pthread_create) (&new_thread_handle, &_objc_thread_attribs [all...] |
gthr-posix.h | 118 __gthrw(pthread_create) 228 be using is pthread_create. However, there may be other libraries that 229 intercept pthread_create with their own definitions to wrap pthreads 230 functionality for some purpose. In those cases, pthread_create being 237 pthread_create might be. __pthread_key_create is an "internal" 240 whenever pthread_create is used, so there is no danger of a false 245 library does not provide pthread_cancel, so we do use pthread_create 254 # define GTHR_ACTIVE_PROXY __gthrw_(pthread_create) 279 init function. We also can't use pthread_create or pthread_attr_init 385 if (!(__gthrw_(pthread_create) (&new_thread_handle, &_objc_thread_attribs [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/ |
gthr-default.h | 118 __gthrw(pthread_create) 228 be using is pthread_create. However, there may be other libraries that 229 intercept pthread_create with their own definitions to wrap pthreads 230 functionality for some purpose. In those cases, pthread_create being 237 pthread_create might be. __pthread_key_create is an "internal" 240 whenever pthread_create is used, so there is no danger of a false 245 library does not provide pthread_cancel, so we do use pthread_create 254 # define GTHR_ACTIVE_PROXY __gthrw_(pthread_create) 279 init function. We also can't use pthread_create or pthread_attr_init 385 if (!(__gthrw_(pthread_create) (&new_thread_handle, &_objc_thread_attribs [all...] |
gthr-posix.h | 118 __gthrw(pthread_create) 228 be using is pthread_create. However, there may be other libraries that 229 intercept pthread_create with their own definitions to wrap pthreads 230 functionality for some purpose. In those cases, pthread_create being 237 pthread_create might be. __pthread_key_create is an "internal" 240 whenever pthread_create is used, so there is no danger of a false 245 library does not provide pthread_cancel, so we do use pthread_create 254 # define GTHR_ACTIVE_PROXY __gthrw_(pthread_create) 279 init function. We also can't use pthread_create or pthread_attr_init 385 if (!(__gthrw_(pthread_create) (&new_thread_handle, &_objc_thread_attribs [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/ |
gthr-default.h | 118 __gthrw(pthread_create) 228 be using is pthread_create. However, there may be other libraries that 229 intercept pthread_create with their own definitions to wrap pthreads 230 functionality for some purpose. In those cases, pthread_create being 237 pthread_create might be. __pthread_key_create is an "internal" 240 whenever pthread_create is used, so there is no danger of a false 245 library does not provide pthread_cancel, so we do use pthread_create 254 # define GTHR_ACTIVE_PROXY __gthrw_(pthread_create) 279 init function. We also can't use pthread_create or pthread_attr_init 385 if (!(__gthrw_(pthread_create) (&new_thread_handle, &_objc_thread_attribs [all...] |
gthr-posix.h | 118 __gthrw(pthread_create) 228 be using is pthread_create. However, there may be other libraries that 229 intercept pthread_create with their own definitions to wrap pthreads 230 functionality for some purpose. In those cases, pthread_create being 237 pthread_create might be. __pthread_key_create is an "internal" 240 whenever pthread_create is used, so there is no danger of a false 245 library does not provide pthread_cancel, so we do use pthread_create 254 # define GTHR_ACTIVE_PROXY __gthrw_(pthread_create) 279 init function. We also can't use pthread_create or pthread_attr_init 385 if (!(__gthrw_(pthread_create) (&new_thread_handle, &_objc_thread_attribs [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/ |
gthr-default.h | 118 __gthrw(pthread_create) 228 be using is pthread_create. However, there may be other libraries that 229 intercept pthread_create with their own definitions to wrap pthreads 230 functionality for some purpose. In those cases, pthread_create being 237 pthread_create might be. __pthread_key_create is an "internal" 240 whenever pthread_create is used, so there is no danger of a false 245 library does not provide pthread_cancel, so we do use pthread_create 254 # define GTHR_ACTIVE_PROXY __gthrw_(pthread_create) 279 init function. We also can't use pthread_create or pthread_attr_init 385 if (!(__gthrw_(pthread_create) (&new_thread_handle, &_objc_thread_attribs [all...] |