Searched refs:samplingThreadExists (Results 1 – 1 of 1) sorted by relevance
24 sleepUntil { samplingThreadExists() } in waitForSamplingStart()36 sleepUntil { !samplingThreadExists() } in waitForSamplingStop()88 private fun samplingThreadExists() = findThread(SAMPLING_THREAD_NAME) != null in samplingThreadExists() method