Home
last modified time | relevance | path

Searched defs:argument (Results 1 – 11 of 11) sorted by relevance

/Zephyr-Core-3.7.0/tests/subsys/portability/cmsis_rtos_v1/src/
Dthread_apis.c21 void thread1(void const *argument) in thread1()
42 void thread2(void const *argument) in thread2()
54 void thread3(void const *argument) in thread3()
Dthread_instance.c17 void thread_inst_check(void const *argument) in thread_inst_check()
Dmsgq.c20 void send_msg_thread(void const *argument) in send_msg_thread()
Dmailq.c31 void send_thread(void const *argument) in send_thread()
/Zephyr-Core-3.7.0/tests/subsys/portability/cmsis_rtos_v2/src/
Dthread_apis.c38 static void thread1(void *argument) in thread1()
67 static void thread2(void *argument) in thread2()
164 static void thread3(void *argument) in thread3()
251 static void thread5(void *argument) in thread5()
258 static void thread4(void *argument) in thread4()
329 void thread6(void *argument) in thread6()
Dmsgq.c25 void send_msg_thread(void *argument) in send_msg_thread()
/Zephyr-Core-3.7.0/soc/st/stm32/stm32wbax/hci_if/
Dstm32_timer.c18 void (*callback)(void *), void *argument) in UTIL_TIMER_Create() argument
/Zephyr-Core-3.7.0/subsys/portability/cmsis_rtos_v2/
Dtimer.c38 void *argument, const osTimerAttr_t *attr) in osTimerNew()
/Zephyr-Core-3.7.0/subsys/portability/cmsis_rtos_v1/
Dcmsis_timer.c39 void *argument) in osTimerCreate()
/Zephyr-Core-3.7.0/tests/modules/thrift/ThriftTest/src/
Dserver.hpp204 const Insanity &argument) override in testInsanity()
/Zephyr-Core-3.7.0/drivers/sdhc/
Dintel_emmc_host.h189 volatile uint32_t argument; /**< Argument */ member