Lines Matching full:thread
48 int "stack size for sensing subsystem runtime thread"
52 This is the stack size for sensing subsystem runtime thread
56 int "priority for sensing subsystem runtime thread"
60 This is the thread priority for sensor subsystem runtime thread
61 Ring buffer data is stored by runtime thread, and then give semaphore
62 to notify dispatch thread, runtime thread priority should lower than
63 dispatch thread priority to ensure dispatch thread could fetch data as
64 soon as runtime thread give semaphore. Take for example, if runtime
65 priority is higher than dispatch thread, and runtime running in full
66 loading with no sleep, then dispatch thread has no change to fetch
71 int "stack size for sensor dispatch thread"
75 This is the stack size for sensor dispatch thread
79 int "priority for sensor dispatch thread"
83 This is the thread priority for sensing subsystem dispatch thread
85 thread priority should be higher than runtime thread