HomeSort by relevance Sort by last modified time
    Searched defs:LockIsHeld (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.cc 292 bool MemoryRegionMap::LockIsHeld() {
299 RAW_CHECK(LockIsHeld(), "should be held (by this thread)");
340 RAW_CHECK(LockIsHeld(), "should be held (by this thread)");
346 RAW_CHECK(LockIsHeld(), "should be held (by this thread)");
408 RAW_CHECK(LockIsHeld(), "should be held (by this thread)");
639 RAW_CHECK(LockIsHeld(), "should be held (by this thread)");
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc 281 RAW_CHECK(LockIsHeld(), "should be held (by this thread)");
329 bool MemoryRegionMap::LockIsHeld() {
336 RAW_CHECK(LockIsHeld(), "should be held (by this thread)");
378 RAW_CHECK(LockIsHeld(), "should be held (by this thread)");
433 RAW_CHECK(LockIsHeld(), "should be held (by this thread)");
439 RAW_CHECK(LockIsHeld(), "should be held (by this thread)");
501 RAW_CHECK(LockIsHeld(), "should be held (by this thread)");
548 RAW_CHECK(LockIsHeld(), "should be held (by this thread)");
739 RAW_CHECK(LockIsHeld(), "should be held (by this thread)");
803 RAW_CHECK(LockIsHeld(), "should be held (by this thread)")
    [all...]

Completed in 4185 milliseconds