Home | History | Annotate | Download | only in runtime

Lines Matching full:sampling_pthread

404   pthread_t sampling_pthread = 0U;
412 sampling_pthread = sampling_pthread_;
418 if (sampling_pthread != 0U) {
419 CHECK_PTHREAD_CALL(pthread_join, (sampling_pthread, nullptr), "sampling thread shutdown");
486 pthread_t sampling_pthread = 0U;
494 sampling_pthread = sampling_pthread_;
498 if (sampling_pthread != 0U) {
503 CHECK_PTHREAD_CALL(pthread_join, (sampling_pthread, nullptr), "sampling thread shutdown");