Home
last modified time | relevance | path

Searched refs:pthread_create (Results 1 – 25 of 62) sorted by relevance

123

/external/webkit/WebKitTools/DumpRenderTree/pthreads/
DJavaScriptThreadingPthreads.cpp90 pthread_create(&pthread, 0, &runJavaScriptThread, 0); in runJavaScriptThread()
110 pthread_create(&pthread, 0, &runJavaScriptThread, 0); in startJavaScriptThreads()
/external/bluetooth/glib/gthread/
Dgthread-posix.c93 # define pthread_create(a, b, c, d) pthread_create (a, *b, c, d) macro
355 ret = posix_error (pthread_create (thread, &attr, in g_thread_create_posix_impl()
/external/protobuf/m4/
Dacx_pthread.m4174 # while pthread_create is in libc. We check for pthread_attr_init
178 # We try pthread_create on general principles.
182 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
286 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
306 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
325 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
/external/protobuf/gtest/m4/
Dacx_pthread.m4174 # while pthread_create is in libc. We check for pthread_attr_init
178 # We try pthread_create on general principles.
182 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
286 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
306 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
325 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
/external/icu4c/test/intltest/
Dsimplethread.cpp372 rc = pthread_create(&(imp->fThread),attr,&SimpleThreadProc,(void*)this); in start()
391 rc = pthread_create(&(imp->fThread),&attr,&SimpleThreadProc,(void*)this); in start()
/external/webkit/JavaScriptCore/wtf/
DThreadingPthreads.cpp172 … if (pthread_create(&threadHandle, 0, runThreadWithRegistration, static_cast<void*>(threadData))) { in createThreadInternal()
183 if (pthread_create(&threadHandle, 0, entryPoint, data)) { in createThreadInternal()
/external/webkit/WebCore/bindings/js/
DGCController.cpp81 pthread_create(&thread, NULL, collect, NULL); in garbageCollectOnAlternateThreadForDebugging()
/external/chromium/third_party/icu/source/test/threadtest/
Dthreadtest.cpp117 x = pthread_create( &tId, pthread_attr_default, (pthreadfunc)func, param); in startThread()
121 x = pthread_create( &tId, &attr, (pthreadfunc)func, param); in startThread()
/external/icu4c/test/threadtest/
Dthreadtest.cpp117 x = pthread_create( &tId, pthread_attr_default, (pthreadfunc)func, param); in startThread()
121 x = pthread_create( &tId, &attr, (pthreadfunc)func, param); in startThread()
/external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
DSDL_systhread.c64 if ( pthread_create(&thread->handle, &type, RunThread, args) != 0 ) { in SDL_SYS_CreateThread()
/external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
DSDL_systhread.c91 if ( pthread_create(&thread->handle, &type, RunThread, args) != 0 ) { in SDL_SYS_CreateThread()
/external/v8/test/cctest/
Dtest-platform-linux.cc58 int thread_created = pthread_create(&other, in TEST()
Dtest-platform-nullos.cc58 int thread_created = pthread_create(&other, in TEST()
/external/chromium/base/
Dplatform_thread_posix.cc96 success = !pthread_create(thread_handle, &attributes, ThreadFunc, delegate); in CreateThread()
/external/qemu/
Dcompatfd.c94 pthread_create(&tid, &attr, sigwait_compat, info); in qemu_signalfd_compat()
Dqemu-thread.c140 err = pthread_create(&thread->thread, NULL, start_routine, arg); in qemu_thread_create()
/external/skia/src/ports/
DSkOSEvent_android.cpp145 status = pthread_create(&gTimerThread, &attr, timer_event_thread_proc, 0); in SkEvent_start_timer_thread()
/external/libvpx/vp8/common/
Dthreading.h28 #define pthread_create(thhandle,attr,thfunc,tharg) (int)((*thhandle=(HANDLE)_beginthreadex(NULL,0,(… macro
/external/stlport/test/unit/
Dallocator_test.cpp161 pthread_create(&t[i], 0, f, &datas); in per_thread_alloc()
/external/qemu/audio/
Daudio_pt_int.c41 err = pthread_create (&p->thread, NULL, func, opaque); in audio_pt_init()
/external/v8/src/
Dplatform-macos.cc427 pthread_create(&thread_handle_data()->thread_, NULL, ThreadEntry, this); in Start()
648 pthread_create(&data_->sampler_thread_, &sched_attr, SamplerEntry, data_); in Start()
/external/protobuf/src/google/protobuf/stubs/
Donce_unittest.cc80 pthread_create(&thread_, NULL, &Start, this); in TestThread()
/external/quake/standalone/
Dmain.cpp119 pthread_create( &m_eventThread, NULL, &staticEventThreadMain, this); in startEventThread()
/external/chromium/third_party/icu/source/test/intltest/
Dtsmthred.cpp415 rc = pthread_create(&(imp->fThread),attr,&SimpleThreadProc,(void*)this); in start()
434 rc = pthread_create(&(imp->fThread),&attr,&SimpleThreadProc,(void*)this); in start()
/external/protobuf/gtest/test/
Dgtest_output_test_.cc858 pthread_create(&tid, in AddFailureInOtherThread()

123