Searched refs:tracer_thread (Results 1 – 1 of 1) sorted by relevance
18 pthread_t tracer_thread; member 254 if (pthread_create(&tracer->tracer_thread, NULL, in setup_trace_thread() 269 if (pthread_cancel(tracer->tracer_thread)) { in stop_trace_thread() 273 if (pthread_join(tracer->tracer_thread, &res)) { in stop_trace_thread()