Searched refs:check_points (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest_output_test_.cc285 static void ThreadWithScopedTrace(CheckPoints* check_points) { argument
290 check_points->n1.Notify();
291 check_points->n2.WaitForNotification();
298 check_points->n3.Notify();
304 CheckPoints check_points; local
306 &check_points,
308 check_points.n1.WaitForNotification();
314 check_points.n2.Notify();
315 check_points.n3.WaitForNotification();

Completed in 6 milliseconds