OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thread_dmp_event
(Results
1 - 1
of
1
) sorted by null
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
stress_iio.c
894
pthread_t
thread_dmp_event
, thread_read_data, thread_control;
local
896
pthread_create(&
thread_dmp_event
, NULL, &get_dmp_event, (void *)dev_dir_name);
900
pthread_join(
thread_dmp_event
, NULL);
Completed in 131 milliseconds