Home
last modified time | relevance | path

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

/tf-m-tests-3.4.0/app/
Dtest_app.c28 void test_app(void *argument) in test_app() argument
30 UNUSED_VARIABLE(argument); in test_app()
Dtest_app.h26 void test_app(void *argument);
/tf-m-tests-3.4.0/CMSIS/RTOS2/RTX/Config/
DRTX_Config.c32 __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/
Dmulti_core_ns_interface_testsuite.c253 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/
Dthread.h18 typedef void (*os_wrapper_thread_func) (void *argument);
/tf-m-tests-3.4.0/CMSIS/RTOS2/Include/
Dcmsis_os2.h161 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/
Drtx_evr.h417 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
Drtx_os.h405 extern void osRtxIdleThread (void *argument);
/tf-m-tests-3.4.0/CMSIS/RTOS2/RTX/Source/
Drtx_lib.c230 extern void osRtxTimerThread (void *argument);
231 void osRtxTimerThread (void *argument) { (void)argument; } in osRtxTimerThread() argument