OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sampling_pthread
(Results
1 - 1
of
1
) sorted by null
/art/runtime/
trace.cc
404
pthread_t
sampling_pthread
= 0U;
local
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;
local
494
sampling_pthread
= sampling_pthread_;
498
if (
sampling_pthread
!= 0U) {
503
CHECK_PTHREAD_CALL(pthread_join, (
sampling_pthread
, nullptr), "sampling thread shutdown");
[
all
...]
Completed in 77 milliseconds