HomeSort by relevance Sort by last modified time
    Searched full:lwp_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/tools/cygprofile/
cygprofile.cc 92 : in_use_(false), lwp_(GetLwp()), pthread_self_(pthread_self()) { }
140 pid_t lwp_; member in class:cygprofile::CygTlsLog
239 CHECK(tls_current_log->lwp_ == GetLwp());
246 CHECK(tls_current_log->lwp_ == GetLwp());
259 CHECK(tls_current_log->lwp_ != lwp); // LWP is system-wide unique thread ID.
260 tls_current_log->lwp_ = lwp;
327 kLogFileNamePrefix, getpid(), lwp_, pthread_self_, getppid());

Completed in 2175 milliseconds