HomeSort by relevance Sort by last modified time
    Searched refs:ShutdownSingleThreadedCleanup (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/base/
tracked_objects.h 488 // Allow only tests to call ShutdownSingleThreadedCleanup. We NEVER call it
579 static void ShutdownSingleThreadedCleanup(bool leak);
    [all...]
tracked_objects_unittest.cc 30 ThreadData::ShutdownSingleThreadedCleanup(true);
40 ThreadData::ShutdownSingleThreadedCleanup(false);
45 ThreadData::ShutdownSingleThreadedCleanup(false);
tracked_objects.cc 802 void ThreadData::ShutdownSingleThreadedCleanup(bool leak) {

Completed in 73 milliseconds