Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 25 of 72) sorted by relevance

123

/vendor/hisilicon/hispark_pegasus/demo/semaphore_demo/
Dsemp.c33 void producer_thread(int *arg) in producer_thread()
48 void consumer_thread(int *arg) in consumer_thread()
61 osThreadId_t newThread(char *name, osThreadFunc_t func, int *arg) in newThread()
75 void rtosv2_semp_main(int *arg) in rtosv2_semp_main()
/vendor/hihope/Hi3861/pwmbeer_demo/
Dpwm_beer_demo.c35 static void *PWMBeerTask(const char *arg) in PWMBeerTask()
54 static void OnButtonPressed(char *arg) in OnButtonPressed()
/vendor/hisilicon/hispark_pegasus/demo/pwmbeer_demo/
Dpwm_beer_demo.c34 static void *PWMBeerTask(const char *arg) in PWMBeerTask()
51 static void OnButtonPressed(char *arg) in OnButtonPressed()
/vendor/hisilicon/hispark_pegasus/demo/thread_demo/00_thread/
Dthread.c26 osThreadId_t newThread(char *name, osThreadFunc_t func, int*arg) in newThread()
40 void threadTest(int *arg) in threadTest()
53 void rtosv2_thread_main(int *arg) in rtosv2_thread_main()
/vendor/hihope/Hi3861/thread_demo/00_thread/
Dthread.c26 osThreadId_t newThread(char *name, osThreadFunc_t func, int*arg) in newThread()
40 void threadTest(int *arg) in threadTest()
53 void rtosv2_thread_main(int *arg) in rtosv2_thread_main()
/vendor/hihope/Hi3861/message_demo/
Dmessage.c37 void sender_thread(int *arg) in sender_thread()
52 void receiver_thread(int *arg) in receiver_thread()
64 osThreadId_t newThread(char *name, osThreadFunc_t func, int *arg) in newThread()
78 void rtosv2_msgq_main(int *arg) in rtosv2_msgq_main()
/vendor/hisilicon/hispark_pegasus/demo/message_demo/
Dmessage.c37 void sender_thread(int *arg) in sender_thread()
52 void receiver_thread(int *arg) in receiver_thread()
64 osThreadId_t newThread(char *name, osThreadFunc_t func, int *arg) in newThread()
78 void rtosv2_msgq_main(int *arg) in rtosv2_msgq_main()
/vendor/hisilicon/hispark_pegasus/demo/mutex_demo/
Dmutex.c32 void number_thread(int *arg) in number_thread()
49 osThreadId_t newThread(char *name, osThreadFunc_t func, int *arg) in newThread()
63 void rtosv2_mutex_main(int *arg) in rtosv2_mutex_main()
/vendor/hihope/Hi3861/mutex_demo/
Dmutex.c37 void number_thread(int *arg) in number_thread()
55 osThreadId_t newThread(char *name, osThreadFunc_t func, int *arg) in newThread()
73 void rtosv2_mutex_main(int *arg) in rtosv2_mutex_main()
/vendor/hisilicon/hispark_pegasus/demo/traffic_light_demo/
Dtask_start.c26 void KeyInterruptScan(const char *arg) in KeyInterruptScan()
32 void TrafficLightDemo(const char *arg) in TrafficLightDemo()
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
Dtask_start.c26 void KeyInterruptScan(const char *arg) in KeyInterruptScan()
32 void TrafficLightDemo(const char *arg) in TrafficLightDemo()
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/
Dtask_start.c26 void KeyInterruptScan(const char *arg) in KeyInterruptScan()
32 void TrafficLightDemo(const char *arg) in TrafficLightDemo()
/vendor/hisilicon/hispark_pegasus/demo/beep_demo/
Dapp_demo_beep_control.c36 static void *PWMBeepTask(const char *arg) in PWMBeepTask()
51 static void OnButtonPressed(const char *arg) in OnButtonPressed()
/vendor/hihope/Hi3861/gpiobutton_demo/
Dbutton_example.c39 static int *LedTask(const char *arg) in LedTask()
67 static void OnButtonPressed(char *arg) in OnButtonPressed()
/vendor/hisilicon/hispark_pegasus/demo/gpiobutton_demo/
Dbutton_example.c39 static int *LedTask(const char *arg) in LedTask()
67 static void OnButtonPressed(char *arg) in OnButtonPressed()
/vendor/hisilicon/hispark_pegasus/demo/trafficlight_demo/
Dtraffic_light_demo.c40 static void *TrafficLightTask(const char *arg) in TrafficLightTask()
70 static void OnButtonPressed(char *arg) in OnButtonPressed()
/vendor/hihope/Hi3861/trafficlight_demo/
Dtraffic_light_demo.c40 static void *TrafficLightTask(const char *arg) in TrafficLightTask()
70 static void OnButtonPressed(char *arg) in OnButtonPressed()
/vendor/hisilicon/hispark_pegasus/demo/environment_demo/
Dtask_start.c24 void EnvironmentDemo(const char *arg) in EnvironmentDemo()
/vendor/hisilicon/hispark_pegasus/demo/led_demo/
Dapp_demo_led_control.c27 static void *LedCntrolDemo(const char *arg) in LedCntrolDemo()
/vendor/hisilicon/hispark_pegasus/demo/hello_world_demo/
Doled_demo.c32 static void OledmentTask(const char *arg) in OledmentTask()
/vendor/hisilicon/hispark_pegasus/demo/samart_environmental_monitoring_system_demo/environment/
Doled_test.c28 static void OledTask(int *arg) in OledTask()
/vendor/hisilicon/hispark_pegasus/demo/delay_demo/
Ddelay.c26 void rtosv2_delay_main(int *arg) in rtosv2_delay_main()
/vendor/hisilicon/hispark_pegasus/demo/gpioled_demo/
Dled_example.c31 static int* GpioTask(const char* arg) in GpioTask()
/vendor/hihope/Hi3861/gpioled_demo/
Dled_example.c31 static int* GpioTask(const char* arg) in GpioTask()
/vendor/hihope/Hi3861/delay_demo/
Ddelay.c26 void rtosv2_delay_main(int *arg) in rtosv2_delay_main()

123