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

  /external/chromium_org/content/browser/loader/
detachable_resource_handler.h 42 bool is_detached() const { return next_handler_ == NULL; } function in class:content::DetachableResourceHandler
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc 44 static bool is_detached(u32 tid) { function in namespace:__sanitizer
73 EXPECT_EQ(i, registry->CreateThread(get_uid(i), is_detached(i), 0, 0));
84 if (!is_detached(i))
93 registry->CreateThread(get_uid(i), is_detached(i), 0, 0));

Completed in 982 milliseconds