HomeSort by relevance Sort by last modified time
    Searched defs:pthread_self_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/cygprofile/
cygprofile.cc 92 : in_use_(false), lwp_(GetLwp()), pthread_self_(pthread_self()) { }
141 pthread_t pthread_self_; member in class:cygprofile::CygTlsLog
240 CHECK(tls_current_log->pthread_self_ == pthread_self());
247 CHECK(tls_current_log->pthread_self_ == pthread_self());
262 CHECK(tls_current_log->pthread_self_ == pthread_self());
327 kLogFileNamePrefix, getpid(), lwp_, pthread_self_, getppid());
  /art/runtime/
thread.h 789 pthread_t pthread_self_; variable

Completed in 52 milliseconds