Searched refs:threadA (Results 1 – 2 of 2) sorted by relevance
396 SharedPtrTestThread threadA(ptr, exists); in SharedPtr_selfTest() local399 threadA.start(); in SharedPtr_selfTest()402 threadA.join(); in SharedPtr_selfTest()414 WeakPtrTestThread threadA(ptr, exists); in SharedPtr_selfTest() local417 threadA.start(); in SharedPtr_selfTest()420 threadA.join(); in SharedPtr_selfTest()
65 std::thread threadA([&]() { in TEST_F() local107 threadIdA = threadA.get_id(); in TEST_F()111 threadA.join(); in TEST_F()