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

1 2 34 5 6

  /development/ndk/platforms/android-9/include/
pthread.h 151 pthread_t pthread_self(void);
  /development/ndk/platforms/android-L/include/
pthread.h 229 pthread_t pthread_self(void) __pure2;
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 129 inline pthread_t pthread_self(void) { function
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 126 inline pthread_t pthread_self(void) { function
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 218 pthread_getattr_np(pthread_self(), &attr);
  /external/libhevc/common/
ithread.c 421 pthread_t cur_thread = pthread_self();
  /external/lldb/source/Host/common/
Host.cpp 463 return lldb::tid_t(pthread_self());
470 return lldb::thread_t(pthread_self());
667 ::pthread_set_name_np (::pthread_self(), name);
688 if (pthread_setname_np_func (::pthread_self(), name) == 0)
    [all...]
Mutex.cpp 350 pthread_self(),
  /external/openssl/crypto/threads/
th-lock.c 382 ret=(unsigned long)pthread_self();
  /external/bison/lib/glthread/
lock.c 408 pthread_t self = pthread_self ();
429 if (lock->owner != pthread_self ())
lock.h 142 # ifndef pthread_self
143 # pragma weak pthread_self macro
    [all...]
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 267 gki_cb.os.thread_id[p_pthread_info->task_id] = pthread_self();
950 pthread_t thread_id = pthread_self( );
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc 113 #include <pthread.h> // for pthread_t, pthread_self()
162 // so that we do not call pthread_self() when it does not yet work.
170 return pthread_equal(pthread_self(), should_be);
293 // owns lock_ iff pthread_equal(lock_owner_tid_, pthread_self())
312 lock_owner_tid_ = pthread_self();
    [all...]
  /bionic/tests/
stdlib_test.cpp 153 ASSERT_EQ(0, pthread_create(&t, NULL, TestBug57421_child, reinterpret_cast<void*>(pthread_self())));
time_test.cpp 371 tdd->thread_id = pthread_self();
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc 831 VLOG(0) << "Adding pthread-specifics for thread " << pthread_self()
901 VLOG(3) << pthread_self() << " (" << getpid() << "): in wait: "
903 VLOG(2) << pthread_self() << " (" << getpid() << "): in wait, ptr = "
930 VLOG(2) << pthread_self() << ": continuing";
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc 831 VLOG(0) << "Adding pthread-specifics for thread " << pthread_self()
901 VLOG(3) << pthread_self() << " (" << getpid() << "): in wait: "
903 VLOG(2) << pthread_self() << " (" << getpid() << "): in wait, ptr = "
930 VLOG(2) << pthread_self() << ": continuing";
    [all...]
  /external/chromium_org/v8/src/third_party/vtune/
ittnotify_config.h 283 #define __itt_thread_id() pthread_self()
  /external/compiler-rt/lib/asan/tests/
asan_test.cc     [all...]
  /art/runtime/
thread.cc 363 tlsPtr_.pthread_self = pthread_self();
503 GetThreadStack(tlsPtr_.pthread_self, &read_stack_base, &read_stack_size, &read_guard_size);
611 pthread_getcpuclockid(tlsPtr_.pthread_self, &cpu_clock_id);
818 CHECK_PTHREAD_CALL(pthread_getschedparam, (thread->tlsPtr_.pthread_self, &policy, &sp),
821 << " handle=" << reinterpret_cast<void*>(thread->tlsPtr_.pthread_self);
    [all...]
thread.h 1113 pthread_t pthread_self; variable
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c 54 fprintf(stderr, "[%d] %s", 0 /* (int)pthread_self() */, z);
320 #define mutex_held(X) pthread_equal(primitives.aHolder[X], pthread_self())
344 TESTONLY( primitives.aHolder[eMutex] = pthread_self(); )
357 TESTONLY( primitives.aHolder[eMutex] = pthread_self(); )
    [all...]
  /external/chromium_org/third_party/webrtc/base/
thread.cc 589 thread_ = pthread_self();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 110 CHECK_EQ(pthread_getattr_np(pthread_self(), &attr), 0);
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 254 #define __itt_thread_id() pthread_self()

Completed in 591 milliseconds

1 2 34 5 6