Home
last modified time | relevance | path

Searched refs:thread1_args (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dthread_apis.c34 struct thread1_args { struct
44 struct thread1_args *args = (struct thread1_args *)argument; in thread1() argument
116 struct thread1_args args = {.yield_check = yield_check, .name = thread1_name}; in thread_apis_common()