Searched refs:check_points (Results 1 – 6 of 6) sorted by relevance
281 static void ThreadWithScopedTrace(CheckPoints* check_points) { in ThreadWithScopedTrace() argument286 check_points->n1.Notify(); in ThreadWithScopedTrace()287 check_points->n2.WaitForNotification(); in ThreadWithScopedTrace()294 check_points->n3.Notify(); in ThreadWithScopedTrace()300 CheckPoints check_points; in TEST() local302 &check_points, in TEST()304 check_points.n1.WaitForNotification(); in TEST()310 check_points.n2.Notify(); in TEST()311 check_points.n3.WaitForNotification(); in TEST()
269 static void ThreadWithScopedTrace(CheckPoints* check_points) { in ThreadWithScopedTrace() argument274 check_points->n1.Notify(); in ThreadWithScopedTrace()275 check_points->n2.WaitForNotification(); in ThreadWithScopedTrace()282 check_points->n3.Notify(); in ThreadWithScopedTrace()288 CheckPoints check_points; in TEST() local290 &check_points, in TEST()292 check_points.n1.WaitForNotification(); in TEST()298 check_points.n2.Notify(); in TEST()299 check_points.n3.WaitForNotification(); in TEST()
255 static void ThreadWithScopedTrace(CheckPoints* check_points) { in ThreadWithScopedTrace() argument260 check_points->n1.Notify(); in ThreadWithScopedTrace()261 check_points->n2.WaitForNotification(); in ThreadWithScopedTrace()268 check_points->n3.Notify(); in ThreadWithScopedTrace()274 CheckPoints check_points; in TEST() local276 &check_points, in TEST()278 check_points.n1.WaitForNotification(); in TEST()284 check_points.n2.Notify(); in TEST()285 check_points.n3.WaitForNotification(); in TEST()
494 T1_Builder_Check_Points_Func check_points; member