Searched refs:lock_count_ (Results 1 – 1 of 1) sorted by relevance
103 multi_threaded_local_fake() : lock_count_(0), unlock_count_(0) { in multi_threaded_local_fake()107 ++lock_count_; in lock()113 int lock_count() { return lock_count_; } in lock_count()115 bool InCriticalSection() { return lock_count_ != unlock_count_; } in InCriticalSection()118 int lock_count_; member in multi_threaded_local_fake