Home
last modified time | relevance | path

Searched refs:sampling_pthread (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dtrace.cc405 pthread_t sampling_pthread = 0U; in Stop() local
413 sampling_pthread = sampling_pthread_; in Stop()
448 if (sampling_pthread != 0U) { in Stop()
449 CHECK_PTHREAD_CALL(pthread_join, (sampling_pthread, NULL), "sampling thread shutdown"); in Stop()