| /frameworks/native/libs/utils/ |
| Threads.cpp | 172 int result = pthread_create(&thread, &attr,
|
| /hardware/ril/reference-ril/ |
| atchannel.c | 638 ret = pthread_create(&s_tid_reader, &attr, readerLoop, &attr); 641 perror ("pthread_create");
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
| pthread.h | 225 extern int pthread_create (pthread_t *__restrict __newthread, [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
| pthread.h | 225 extern int pthread_create (pthread_t *__restrict __newthread, [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
| pthread.h | 225 extern int pthread_create (pthread_t *__restrict __newthread, [all...] |
| /external/elfutils/tests/ |
| run-strings-test.sh | 133 testfile4: ccb pthread_create
|
| /external/webkit/Tools/DumpRenderTree/win/ |
| DumpRenderTree.cpp | [all...] |
| /dalvik/vm/ |
| Thread.cpp | [all...] |
| /external/valgrind/main/coregrind/ |
| vgdb.c | [all...] |
| /hardware/qcom/media/mm-video/vidc/vdec/test/ |
| omx_vdec_test.cpp | [all...] |
| /external/bluetooth/bluez/audio/ |
| android_audio_hw.c | 689 int err = pthread_create(&out->buf_thread, (const pthread_attr_t *) NULL, _out_buf_thread_func, out);
|
| liba2dp.c | 1143 err = pthread_create(&data->thread, &attr, a2dp_thread, data);
|
| /external/chromium/testing/gtest/test/ |
| gtest-port_test.cc | 271 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex); [all...] |
| /external/gtest/include/gtest/internal/ |
| gtest-port.h | [all...] |
| /external/gtest/test/ |
| gtest-port_test.cc | 291 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex); [all...] |
| /external/linux-tools-perf/ |
| builtin-top.c | 983 if (pthread_create(&thread, NULL, (use_browser > 0 ? display_thread_tui :
|
| /external/llvm/utils/unittest/googletest/include/gtest/internal/ |
| gtest-port.h | [all...] |
| /external/openssl/crypto/threads/ |
| mttest.c | 1103 pthread_create(&(thread_ctx[i]), NULL,
|
| /external/v8/src/ |
| platform-freebsd.cc | 493 // This is also initialized by the first argument to pthread_create() but we 517 pthread_create(&data_->thread_, attr_ptr, ThreadEntry, this);
|
| platform-linux.cc | 752 // This is also initialized by the first argument to pthread_create() but we 781 int result = pthread_create(&data_->thread_, attr_ptr, ThreadEntry, this); [all...] |
| platform-openbsd.cc | 541 // This is also initialized by the first argument to pthread_create() but we 570 pthread_create(&data_->thread_, attr_ptr, ThreadEntry, this);
|
| /external/valgrind/main/helgrind/tests/ |
| pth_barrier2.stderr.exp | 6 by 0x........: pthread_create@* (hg_intercepts.c:...) 15 by 0x........: pthread_create@* (hg_intercepts.c:...)
|
| /external/valgrind/unittest/ |
| posix_tests.cc | 828 CHECK(pthread_create(&handle, &attributes, ThreadRoutine, NULL) != 0);
|
| /frameworks/rs/ |
| rsContext.cpp | 426 status = pthread_create(&mThreadId, &threadAttr, threadProc, this);
|
| /hardware/qcom/gps/loc_api/libloc_api/ |
| loc_eng.cpp | [all...] |