Searched refs:sample_thread (Results 1 – 3 of 3) sorted by relevance
7 %ignore sample_thread;
99 pthread_t sample_thread; /**< Thread for the code sample */ variable
74 error = pthread_create (&(sample_thread), NULL, &Pulsensor::do_sample, this); in start_sampler()