Searched
full:pthread_join (Results
551 -
575 of
804) sorted by null
<<21222324252627282930>>
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/ |
SDL_ps3video.c | 475 if (pthread_join(spe_data->thread, NULL)) {
|
/external/valgrind/main/drd/ |
drd_clientreq.c | 283 "pthread_join(): invalid thread ID",
|
/frameworks/rs/cpu_ref/ |
rsCpuCore.cpp | 330 pthread_join(mWorkers.mThreadId[ct], &res);
|
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/ |
omx_rpc.c | 223 status = pthread_join(pRPCCtx->cbThread, NULL);
|
/hardware/ti/omap4xxx/ |
heaptracker.c | 578 pthread_join(scanner_thread, NULL);
|
/system/extras/tests/memtest/ |
bandwidth.cpp | 283 rc = pthread_join(threads[i], NULL);
|
/bionic/tests/ |
string_test.cpp | 60 ASSERT_EQ(0, pthread_join(t, &result)); 119 ASSERT_EQ(0, pthread_join(t, &result));
|
/external/chromium_org/third_party/mesa/src/include/GL/ |
vms_x_fix.h | 1034 #define pthread_join macro [all...] |
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
gki_ulinux.c | 349 result = pthread_join( gki_cb.os.thread_id[task_id-1], NULL ); 352 GKI_TRACE_1( "pthread_join() FAILED: result: %d", result ); [all...] |
/external/libnfc-nci/src/gki/ulinux/ |
gki_ulinux.c | 349 result = pthread_join( gki_cb.os.thread_id[task_id-1], NULL ); 352 GKI_TRACE_1( "pthread_join() FAILED: result: %d", result ); [all...] |
/external/mesa3d/include/GL/ |
vms_x_fix.h | 1034 #define pthread_join macro [all...] |
/external/openssh/ |
auth-pam.c | 212 pthread_join(sp_pthread_t thread, void **value) function 536 pthread_join(ctxt->pam_thread, NULL);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ |
libmudflap.so | |
libmudflap.so.0 | |
libmudflap.so.0.0.0 | |
/external/libnfc-nxp/Linux_x86/ |
phDal4Nfc.c | 333 DAL_DEBUG("phDal4Nfc_ConfigRelease - doing pthread_join(%d)", 335 if (pthread_join(gReadWriteContext.nReadThread, &pThreadReturn) != 0) [all...] |
/art/runtime/ |
trace.cc | 425 CHECK_PTHREAD_CALL(pthread_join, (sampling_pthread, NULL), "sampling thread shutdown");
|
/device/generic/goldfish/gps/ |
gps_qemu.c | 602 pthread_join(s->thread, &dummy);
|
/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/ |
mm_qcamera_display.c | 383 if (pthread_join(cam_frame_fb_thread_id, NULL) != 0) {
|
/external/chromium/testing/gtest/test/ |
gtest-port_test.cc | 278 ASSERT_EQ(0, pthread_join(thread_id, &dummy)); [all...] |
/external/chromium_org/content/browser/devtools/ |
devtools_http_handler_impl.cc | 703 // {Start|Stop}HandlerThread and to allow calling pthread_join.
|
/external/libvpx/libvpx/vp8/decoder/ |
threading.c | 848 pthread_join(pbi->h_decoding_thread[i], NULL);
|
/external/protobuf/gtest/test/ |
gtest_output_test_.cc | 862 pthread_join(tid, NULL);
|
/external/v8/src/ |
platform-cygwin.cc | 429 pthread_join(data_->thread_, NULL);
|
platform-freebsd.cc | 523 pthread_join(data_->thread_, NULL);
|
Completed in 701 milliseconds
<<21222324252627282930>>