/external/chromium_org/v8/src/ |
platform-posix.cc | 602 // This is also initialized by the first argument to pthread_create() but we 632 result = pthread_create(&data_->thread_, &attr, ThreadEntry, this);
|
/external/libnfc-nxp/Linux_x86/ |
phDal4Nfc.c | 846 ret = pthread_create(&gReadWriteContext.nReadThread, NULL, (pphDal4Nfc_thread_handler_t)phDal4Nfc_ReaderThread, (void*) "dal_read_thread"); [all...] |
/external/protobuf/gtest/test/ |
gtest-port_test.cc | 106 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/ |
AudioFileReaderThread.c | 166 result = pthread_create (&pThread, &theThreadAttrs, frt->DiskReaderEntry, frt); 167 if (result) return 0; /*THROW_RESULT("pthread_create - Create and start the thread.")*/
|
/external/qemu/ |
posix-aio-compat.c | 117 int ret = pthread_create(thread, attr, start_routine, arg); 118 if (ret) die2(ret, "pthread_create");
|
/external/srec/audio/AudioIn/UNIX/src/ |
audioin.c | 209 if (pthread_create(&AcquisitionThreadID, NULL, AcquisitionThread, phAudioIn) != 0) [all...] |
/external/v8/src/ |
platform-cygwin.cc | 399 // This is also initialized by the first argument to pthread_create() but we 423 pthread_create(&data_->thread_, attr_ptr, ThreadEntry, this);
|
platform-macos.cc | 522 // This is also initialized by the first argument to pthread_create() but we 547 pthread_create(&data_->thread_, attr_ptr, ThreadEntry, this);
|
platform-solaris.cc | 485 // This is also initialized by the first argument to pthread_create() but we 509 pthread_create(&data_->thread_, NULL, ThreadEntry, this);
|
/frameworks/rs/cpp/ |
RenderScript.cpp | 490 int status = pthread_create(&mMessageThreadId, NULL, threadProc, this);
|
/frameworks/rs/cpu_ref/ |
rsCpuCore.cpp | 297 status = pthread_create(&mWorkers.mThreadId[ct], &threadAttr, helperThreadProc, this);
|
/frameworks/wilhelm/tests/sandbox/ |
playbq.c | 470 int ok = pthread_create(&thread, (const pthread_attr_t *) NULL, file_reader_loop, NULL);
|
playbq.cpp | 470 int ok = pthread_create(&thread, (const pthread_attr_t *) NULL, file_reader_loop, NULL);
|
/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...] |
/system/core/libutils/ |
Threads.cpp | 156 int result = pthread_create(&thread, &attr,
|
/bionic/tests/ |
string_test.cpp | 58 ASSERT_EQ(0, pthread_create(&t, NULL, ConcurrentStrErrorFn, NULL)); 117 ASSERT_EQ(0, pthread_create(&t, NULL, ConcurrentStrSignalFn, NULL));
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
heap-checker_unittest.cc | 699 CHECK_EQ(pthread_create(&tid, &attr, RunDisabledLeaks, NULL), 0); 953 CHECK(pthread_create(&tid, &attr, HeapBusyThreadBody, [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
heap-checker_unittest.cc | 699 CHECK_EQ(pthread_create(&tid, &attr, RunDisabledLeaks, NULL), 0); 953 CHECK(pthread_create(&tid, &attr, HeapBusyThreadBody, [all...] |
/external/elfutils/tests/ |
run-strings-test.sh | 133 testfile4: ccb pthread_create
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
omx_video_encoder.cpp | 441 r = pthread_create(&msg_thread_id,0,message_thread,this); 449 r = pthread_create(&async_thread_id,0,async_venc_message_thread,this); [all...] |
/bionic/libc/ |
Android.mk | 399 bionic/pthread_create.cpp.arm \ 413 bionic/pthread_create.cpp \ 452 bionic/pthread_create.cpp \
|
/dalvik/vm/ |
Thread.cpp | [all...] |