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());
|