HomeSort by relevance Sort by last modified time
    Searched refs:pthread_self (Results 226 - 250 of 278) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/core/libutils/
Threads.cpp 181 return (android_thread_id_t)pthread_self();
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 394 if (lsp->pr_lwpid != pthread_self()) {
773 argument.crashed_lwpid = pthread_self();
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h     [all...]
  /hardware/qcom/audio/hal/audio_extn/
spkr_protection.c 143 threadid = pthread_self();
556 handle.speaker_prot_threadid = pthread_self();
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h     [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl.cpp 107 int rc = pthread_getname_np(pthread_self(), procname, kMaxProcessNameLength);
  /external/honggfuzz/
cmdline.c 252 .mainThread = pthread_self(),
  /external/v8/src/base/platform/
time.cc 37 pthread_mach_thread_np(pthread_self()),
  /external/webrtc/webrtc/base/
openssladapter.cc 60 #define THREAD_ID pthread_self()
  /frameworks/wilhelm/src/itf/
IObject.cpp 791 assert(pthread_equal(pthread_self(), thiz->mOwner));
  /frameworks/wilhelm/src/
sles.cpp 108 assert(pthread_equal(pthread_self(), object->mOwner));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
pthread.h 267 extern pthread_t pthread_self (void) __THROW __attribute__ ((__const__));
    [all...]
  /system/bt/btif/src/
btif_sock_thread.cc 233 if (ts[h].thread_id == pthread_self()) {
  /system/core/adb/client/
usb_linux.cpp 365 h->reaper_thread = pthread_self();
  /art/runtime/
thread.h 1674 pthread_t pthread_self; variable
    [all...]
  /frameworks/base/core/jni/
AndroidRuntime.cpp 302 pthread_setname_np(pthread_self(), argv0);
304 pthread_setname_np(pthread_self(), argv0 + len - 15);
    [all...]
  /hardware/intel/img/psb_video/src/
psb_drv_debug.c 325 sprintf(tag, "pvr_drv_video[%d:0x%08lx]", getpid(), pthread_self());
342 getpid(), pthread_self());
    [all...]

Completed in 1001 milliseconds

1 2 3 4 5 6 7 8 91011>>