Searched refs:argument (Results 1 – 9 of 9) sorted by relevance
/tf-m-tests-3.4.0/app/ |
D | test_app.c | 28 void test_app(void *argument) in test_app() argument 30 UNUSED_VARIABLE(argument); in test_app()
|
D | test_app.h | 26 void test_app(void *argument);
|
/tf-m-tests-3.4.0/CMSIS/RTOS2/RTX/Config/ |
D | RTX_Config.c | 32 __WEAK __NO_RETURN void osRtxIdleThread (void *argument) { in osRtxIdleThread() argument 33 (void)argument; in osRtxIdleThread()
|
/tf-m-tests-3.4.0/test/secure_fw/suites/multi_core/non_secure/ |
D | multi_core_ns_interface_testsuite.c | 253 static void multi_client_call_light_runner(void *argument) in multi_client_call_light_runner() argument 255 struct test_params *params = (struct test_params *)argument; in multi_client_call_light_runner() 326 static void multi_client_call_heavy_runner(void *argument) in multi_client_call_heavy_runner() argument 328 struct test_params *params = (struct test_params *)argument; in multi_client_call_heavy_runner() 359 static void multi_client_call_ooo_runner(void *argument) in multi_client_call_ooo_runner() argument 361 struct test_params *params = (struct test_params *)argument; in multi_client_call_ooo_runner()
|
/tf-m-tests-3.4.0/ns_interface/os_wrapper/ |
D | thread.h | 18 typedef void (*os_wrapper_thread_func) (void *argument);
|
/tf-m-tests-3.4.0/CMSIS/RTOS2/Include/ |
D | cmsis_os2.h | 161 typedef void (*osThreadFunc_t) (void *argument); 164 typedef void (*osTimerFunc_t) (void *argument); 371 osThreadId_t osThreadNew (osThreadFunc_t func, void *argument, const osThreadAttr_t *attr); 497 osTimerId_t osTimerNew (osTimerFunc_t func, osTimerType_t type, void *argument, const osTimerAttr_t…
|
/tf-m-tests-3.4.0/CMSIS/RTOS2/RTX/Include/ |
D | rtx_evr.h | 417 extern void EvrRtxThreadNew (osThreadFunc_t func, void *argument, const osThreadAttr_t *attr); 419 #define EvrRtxThreadNew(func, argument, attr) argument 920 extern void EvrRtxTimerCallback (osTimerFunc_t func, void *argument); 922 #define EvrRtxTimerCallback(func, argument) argument 933 extern void EvrRtxTimerNew (osTimerFunc_t func, osTimerType_t type, void *argument, const osTimerAt… 935 #define EvrRtxTimerNew(func, type, argument, attr) argument
|
D | rtx_os.h | 405 extern void osRtxIdleThread (void *argument);
|
/tf-m-tests-3.4.0/CMSIS/RTOS2/RTX/Source/ |
D | rtx_lib.c | 230 extern void osRtxTimerThread (void *argument); 231 void osRtxTimerThread (void *argument) { (void)argument; } in osRtxTimerThread() argument
|