OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_thread_is
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.cc
158
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/
memory_region_map.cc
166
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_);
[
all
...]
Completed in 172 milliseconds