HomeSort by relevance Sort by last modified time
    Searched full:detach_state (Results 1 - 1 of 1) sorted by null

  /bionic/tests/
pthread_test.cpp 77 int detach_state; local
78 ASSERT_EQ(0, pthread_attr_getdetachstate(&attr, &detach_state));
80 ASSERT_EQ(is_detached, (detach_state == PTHREAD_CREATE_DETACHED));

Completed in 50 milliseconds