Searched refs:zephyr_thread_wrapper (Results  1 – 5 of 5) sorted by relevance
| /Zephyr-latest/subsys/portability/cmsis_rtos_v1/ | 
| D | cmsis_thread.c | 30 static void zephyr_thread_wrapper(void *arg1, void *arg2, void *arg3)  in zephyr_thread_wrapper()  function 124 			zephyr_thread_wrapper,  in osThreadCreate()
  | 
| /Zephyr-latest/lib/posix/options/ | 
| D | Kconfig.barrier | 30 	  pthread_create() and zephyr_thread_wrapper() when spawning and joining
  | 
| D | timer.c | 62 static void *zephyr_thread_wrapper(void *arg)  in zephyr_thread_wrapper()  function 173 							zephyr_thread_wrapper, timer);  in timer_create()
  | 
| D | pthread.c | 520 static void zephyr_thread_wrapper(void *arg1, void *arg2, void *arg3)  in zephyr_thread_wrapper()  function 664 		zephyr_thread_wrapper, (void *)arg, threadroutine,  in pthread_create()
  | 
| /Zephyr-latest/subsys/portability/cmsis_rtos_v2/ | 
| D | thread.c | 59 static void zephyr_thread_wrapper(void *arg1, void *arg2, void *arg3)  in zephyr_thread_wrapper()  function 192 	(void)k_thread_create(&tid->z_thread, stack, stack_size, zephyr_thread_wrapper, (void *)arg,  in osThreadNew()
  |