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