HomeSort by relevance Sort by last modified time
    Searched refs:pthread_self (Results 101 - 125 of 135) sorted by null

1 2 3 45 6

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Makefile 150 pthread_self.obj \
267 pthread_self.c \
pthread.h 955 PTW32_DLLPORT pthread_t PTW32_CDECL pthread_self (void);
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.cpp 65 if (!pthread_getattr_np(pthread_self(), &attr)) {
84 return pthread_get_stackaddr_np(pthread_self());
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
debugallocation.cc 209 deleter_threadid = pthread_self();
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
debugallocation.cc 211 deleter_threadid = pthread_self();
    [all...]
  /external/gtest/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/bluetooth/bluedroid/btif/src/
btif_sock_thread.c 299 if(ts[h].thread_id == pthread_self())
  /external/chromium_org/third_party/leveldatabase/src/util/
env_posix.cc 471 pthread_t tid = pthread_self();
  /external/chromium_org/third_party/webrtc/base/
openssladapter.cc 55 #define THREAD_ID pthread_self()
  /external/chromium_org/v8/test/cctest/
test-log.cc 145 self_ = pthread_self();
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc.c 737 pthread_setname_np(pthread_self(), "reader");
    [all...]
  /external/jemalloc/src/
jemalloc.c 50 # define INITIALIZER pthread_self()
51 # define IS_INITIALIZER (malloc_initializer == pthread_self())
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 57 extern "C" void *pthread_self();
    [all...]
  /art/runtime/
trace.cc 253 CHECK_EQ(pthread_self(), sampling_pthread_);
utils.cc 1010 errno = pthread_setname_np(pthread_self(), buf);
    [all...]
  /external/chromium_org/v8/src/
sampler.cc 184 PlatformData() : vm_tid_(pthread_self()) {}
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 301 return (uptr)pthread_self();
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 767 worker_thread1 = pthread_self();
    [all...]
  /external/openssl/crypto/threads/
mttest.c 1121 ret=(unsigned long)pthread_self();
  /external/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h 1055 #define pthread_self macro
    [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h 1055 #define pthread_self macro
    [all...]

Completed in 6059 milliseconds

1 2 3 45 6