HomeSort by relevance Sort by last modified time
    Searched refs:pthread_join (Results 476 - 500 of 570) sorted by null

<<11121314151617181920>>

  /art/runtime/
trace.cc 425 CHECK_PTHREAD_CALL(pthread_join, (sampling_pthread, NULL), "sampling thread shutdown");
  /dalvik/vm/
Profile.cpp 899 pthread_join(state->samplingThreadHandle, NULL) != 0) {
    [all...]
  /dalvik/vm/alloc/
HeapSource.cpp 551 pthread_join(gHs->gcThread, NULL);
    [all...]
  /device/generic/goldfish/gps/
gps_qemu.c 602 pthread_join(s->thread, &dummy);
  /external/chromium/testing/gtest/test/
gtest-port_test.cc 278 ASSERT_EQ(0, pthread_join(thread_id, &dummy));
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
socket_test.cc 155 pthread_join(server_thread_, NULL);
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/testing/gtest/test/
gtest-port_test.cc 335 ASSERT_EQ(0, pthread_join(thread_id, &dummy));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
mttest.c 1110 pthread_join(thread_ctx[i],NULL);
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/test/
gtest-port_test.cc 298 ASSERT_EQ(0, pthread_join(thread_id, &dummy));
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c     [all...]
  /external/libvpx/libvpx/vp8/decoder/
threading.c 841 pthread_join(pbi->h_decoding_thread[i], NULL);
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/openssl/crypto/threads/
mttest.c 1110 pthread_join(thread_ctx[i],NULL);
  /external/v8/src/
platform-freebsd.cc 523 pthread_join(data_->thread_, NULL);
platform-linux.cc 783 pthread_join(data_->thread_, NULL);
    [all...]
platform-openbsd.cc 576 pthread_join(data_->thread_, NULL);
  /frameworks/rs/
rsContext.cpp 608 int status = pthread_join(mThreadId, &res);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp 251 pthread_join(mPlaybackUsb,NULL);
    [all...]
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 480 pthread_join(capture_thread, (void **) NULL);
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-port_test.cc 335 ASSERT_EQ(0, pthread_join(thread_id, &dummy));
    [all...]

Completed in 1995 milliseconds

<<11121314151617181920>>