Searched refs:sampling_pthread (Results 1 – 1 of 1) sorted by relevance
390 pthread_t sampling_pthread = 0U; in StopTracing() local398 sampling_pthread = sampling_pthread_; in StopTracing()404 if (sampling_pthread != 0U) { in StopTracing()405 CHECK_PTHREAD_CALL(pthread_join, (sampling_pthread, nullptr), "sampling thread shutdown"); in StopTracing()474 pthread_t sampling_pthread = 0U; in Pause() local482 sampling_pthread = sampling_pthread_; in Pause()486 if (sampling_pthread != 0U) { in Pause()491 CHECK_PTHREAD_CALL(pthread_join, (sampling_pthread, nullptr), "sampling thread shutdown"); in Pause()