Searched refs:child_thread_error (Results 1 – 1 of 1) sorted by relevance
871 std::string child_thread_error; in TEST() local872 std::thread t(ConcurrentDlErrorFn, std::ref(child_thread_error)); in TEST()874 ASSERT_SUBSTR("/child/thread", child_thread_error.c_str()); in TEST()884 std::string child_thread_error; in TEST() local885 std::thread t(ConcurrentDlErrorFn, std::ref(child_thread_error)); in TEST()887 ASSERT_SUBSTR("/child/thread", child_thread_error.c_str()); in TEST()