| /hardware/msm7k/librpc/ |
| svc.c | 281 pthread_create(&xprt->svc_thread,
|
| /hardware/ti/omap4xxx/ |
| heaptracker.c | 563 pthread_create(&scanner_thread,
|
| /sdk/emulator/opengl/tests/ut_renderer/ |
| RenderingThread.cpp | 267 if (pthread_create(&m_thread, NULL, s_thread, this) < 0) { 268 perror("pthread_create");
|
| /system/core/adb/ |
| sysdeps.h | 425 return pthread_create( pthread, &attr, start, arg );
|
| /external/blktrace/btreplay/ |
| btreplay.c | 800 if (pthread_create(&tip->sub_thread, NULL, replay_sub, tip)) { 801 fatal("pthread_create", ERR_SYSCALL, 806 if (pthread_create(&tip->rec_thread, NULL, replay_rec, tip)) { 807 fatal("pthread_create", ERR_SYSCALL, [all...] |
| /external/openssh/ |
| auth-pam.c | 178 pthread_create(sp_pthread_t *thread, const void *attr, function 701 if (pthread_create(&ctxt->pam_thread, NULL, sshpam_thread, ctxt) == -1) {
|
| /external/valgrind/main/helgrind/tests/ |
| tc19_shadowmem.c | 172 pthread_create( &t1, NULL, steer, (void*)&info ); 173 pthread_create( &t2, NULL, steer, (void*)&info ); 203 pthread_create( &t1, NULL, steer, (void*)&info ); 204 pthread_create( &t2, NULL, steer, (void*)&info ); 234 pthread_create( &t1, NULL, steer, (void*)&info ); 235 pthread_create( &t2, NULL, steer, (void*)&info ); 265 pthread_create( &t1, NULL, steer, (void*)&info ); 266 pthread_create( &t2, NULL, steer, (void*)&info ); [all...] |
| /hardware/qcom/media/mm-video/vidc/vdec/test/ |
| decoder_driver_test.c | 350 if ( (pthread_create (&init_decode->videothread_id,NULL,video_thread, 352 (pthread_create (&init_decode->asyncthread_id,NULL,async_thread, [all...] |
| /hardware/qcom/media/mm-video/vidc/venc/src/ |
| omx_video_encoder.cpp | 379 r = pthread_create(&msg_thread_id,0,message_thread,this); 387 r = pthread_create(&async_thread_id,0,async_venc_message_thread,this); [all...] |
| /hardware/qcom/media/mm-video/vidc/venc/test/ |
| video_encoder_test.c | 410 if ( (pthread_create (&init_decode->videothread_id,NULL,video_thread, 412 (pthread_create (&init_decode->asyncthread_id,NULL,async_thread,
|
| /device/moto/stingray/whisper/ |
| Whisper_AccyMain.c | 274 if (pthread_create(&id, NULL, (void *(*)(void *))accyProtDaemon, NULL) != 0) {
|
| /device/samsung/crespo/libhwcomposer/ |
| SecHWC.cpp | 664 err = pthread_create(&dev->vsync_thread, NULL, hwc_vsync_thread, dev); 666 ALOGE("%s::pthread_create() failed : %s", __func__, strerror(err));
|
| /external/blktrace/ |
| blkiomon.c | 747 if (pthread_create(&interval_thread, NULL, blkiomon_interval, NULL)) {
|
| /external/chromium/testing/gtest/include/gtest/internal/ |
| gtest-port.h | [all...] |
| /external/dbus/bus/ |
| selinux.c | 221 rc = pthread_create (&avc_notify_thread, NULL, (void *(*) (void *)) run, NULL);
|
| /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/mesa3d/src/pixelflinger2/ |
| raster.cpp | 255 int rc = pthread_create(&ctx->worker.thread, &attr, RasterTrapezoidWorker, &args);
|
| /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.12/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);
|
| /external/webkit/Tools/DumpRenderTree/mac/ |
| DumpRenderTree.mm | 516 pthread_create(&pthread, 0, &runThread, 0); 519 pthread_create(&pthread, 0, &runThread, 0); [all...] |