OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sample_thread
(Results
1 - 3
of
3
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/pulsensor/
javaupm_pulsensor.i
7
%ignore
sample_thread
;
pulsensor.h
99
pthread_t
sample_thread
; /**< Thread for the code sample */
member in class:Pulsensor
pulsensor.cxx
74
error = pthread_create (&(
sample_thread
), NULL, &Pulsensor::do_sample, this);
Completed in 55 milliseconds