Searched refs:current_thread_is (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmemory_region_map.cc158 static inline bool current_thread_is(pthread_t should_be) { function
261 if (recursion_count_ > 0 && current_thread_is(lock_owner_tid_)) {
285 RAW_CHECK(current_thread_is(lock_owner_tid_), "unlock by non-holder");
294 return lock_.IsHeld() && current_thread_is(lock_owner_tid_);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmemory_region_map.cc166 static inline bool current_thread_is(pthread_t should_be) { function
298 if (recursion_count_ > 0 && current_thread_is(lock_owner_tid_)) {
322 RAW_CHECK(current_thread_is(lock_owner_tid_), "unlock by non-holder");
331 return lock_.IsHeld() && current_thread_is(lock_owner_tid_);

Completed in 403 milliseconds