Searched refs:tracer_thread_argument (Results 1 – 2 of 2) sorted by relevance
181 TracerThreadArgument *tracer_thread_argument = in TracerThread() local189 tracer_thread_argument->mutex.Lock(); in TracerThread()190 tracer_thread_argument->mutex.Unlock(); in TracerThread()272 struct TracerThreadArgument tracer_thread_argument; in StopTheWorld() local273 tracer_thread_argument.callback = callback; in StopTheWorld()274 tracer_thread_argument.callback_argument = argument; in StopTheWorld()275 tracer_thread_argument.parent_pid = internal_getpid(); in StopTheWorld()280 tracer_thread_argument.mutex.Lock(); in StopTheWorld()289 &tracer_thread_argument); in StopTheWorld()294 tracer_thread_argument.mutex.Unlock(); in StopTheWorld()[all …]
279 TracerThreadArgument *tracer_thread_argument = in TracerThread() local288 tracer_thread_argument->mutex.Lock(); in TracerThread()289 tracer_thread_argument->mutex.Unlock(); in TracerThread()397 struct TracerThreadArgument tracer_thread_argument; in StopTheWorld() local398 tracer_thread_argument.callback = callback; in StopTheWorld()399 tracer_thread_argument.callback_argument = argument; in StopTheWorld()400 tracer_thread_argument.parent_pid = internal_getpid(); in StopTheWorld()406 tracer_thread_argument.mutex.Lock(); in StopTheWorld()434 &tracer_thread_argument, nullptr /* parent_tidptr */, in StopTheWorld()440 tracer_thread_argument.mutex.Unlock(); in StopTheWorld()[all …]