OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_detached
(Results
1 - 6
of
6
) 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
detachable_resource_handler.cc
39
if (
is_detached
())
resource_dispatcher_host_unittest.cc
[
all
...]
resource_dispatcher_host_impl.cc
435
(*i)->GetRequestInfo()->detachable_handler()->
is_detached
()) ||
731
info->detachable_handler()->
is_detached
());
[
all
...]
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc
42
static bool
is_detached
(u32 tid) {
function in namespace:__sanitizer
71
EXPECT_EQ(i, registry->CreateThread(get_uid(i),
is_detached
(i), 0, 0));
82
if (!
is_detached
(i))
91
registry->CreateThread(get_uid(i),
is_detached
(i), 0, 0));
/bionic/tests/
pthread_test.cpp
74
static void AssertDetached(pthread_t t, bool
is_detached
) {
80
ASSERT_EQ(
is_detached
, (detach_state == PTHREAD_CREATE_DETACHED));
Completed in 67 milliseconds