Searched refs:sampling_pthread (Results 1 – 1 of 1) sorted by relevance
404 pthread_t sampling_pthread = 0U; in StopTracing() local412 sampling_pthread = sampling_pthread_; in StopTracing()418 if (sampling_pthread != 0U) { in StopTracing()419 CHECK_PTHREAD_CALL(pthread_join, (sampling_pthread, nullptr), "sampling thread shutdown"); in StopTracing()486 pthread_t sampling_pthread = 0U; in Pause() local494 sampling_pthread = sampling_pthread_; in Pause()498 if (sampling_pthread != 0U) { in Pause()503 CHECK_PTHREAD_CALL(pthread_join, (sampling_pthread, nullptr), "sampling thread shutdown"); in Pause()