Searched refs:RunThreadArgs (Results 1 – 4 of 4) sorted by relevance
47 struct RunThreadArgs { struct53 struct RunThreadArgs *run_args = (struct RunThreadArgs *)arg; in RunThread()81 struct RunThreadArgs arg = {callback, argument}; in StopTheWorld()
49 struct RunThreadArgs { struct55 struct RunThreadArgs *run_args = (struct RunThreadArgs *)arg; in RunThread()83 struct RunThreadArgs arg = {callback, argument}; in StopTheWorld()
48 struct RunThreadArgs { struct54 struct RunThreadArgs *run_args = (struct RunThreadArgs *)arg; in RunThread()83 struct RunThreadArgs arg = {callback, argument}; in StopTheWorld()
161 struct RunThreadArgs { struct186 RunThreadArgs *args = static_cast<RunThreadArgs*>(arg); in RunThread()205 RunThreadArgs args[kNumShards]; in ThreadedTestRegistry()