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

  /bionic/tests/
dlfcn_test.cpp 831 std::string child_thread_error; local
832 std::thread t(ConcurrentDlErrorFn, std::ref(child_thread_error));
834 ASSERT_SUBSTR("/child/thread", child_thread_error.c_str());
844 std::string child_thread_error; local
845 std::thread t(ConcurrentDlErrorFn, std::ref(child_thread_error));
847 ASSERT_SUBSTR("/child/thread", child_thread_error.c_str());
    [all...]

Completed in 88 milliseconds