Home
last modified time | relevance | path

Searched defs:fuc_type_name (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_hook_fuc.h25 #define fuc_type_name(name) pfn_##name##_hook macro
27 typedef hi_u32 (*fuc_type_name(hi_task_create))(hi_u32 *taskid, typedef
32 typedef hi_u32 (*fuc_type_name(hi_task_delete))(hi_u32 taskid); typedef
34 typedef hi_u32 (*fuc_type_name(hi_task_suspend))(hi_u32 taskid); typedef
36 typedef hi_u32 (*fuc_type_name(hi_task_resume))(hi_u32 taskid); typedef
38 typedef hi_u32 (*fuc_type_name(hi_task_get_priority))(hi_u32 taskid, typedef
41 typedef hi_u32 (*fuc_type_name(hi_task_set_priority))(hi_u32 taskid, typedef
44 typedef hi_u32 (*fuc_type_name(hi_task_get_current_id))(hi_void); typedef
46 typedef hi_void (*fuc_type_name(hi_task_lock))(hi_void); typedef
48 typedef hi_void (*fuc_type_name(hi_task_unloc typedef
50 typedef hi_u32 (*fuc_type_name(hi_sleep))(hi_u32 ms); global() typedef
52 typedef hi_u32 (*fuc_type_name(hi_event_create))(HI_OUT hi_u32 * id); global() typedef
54 typedef hi_u32 (*fuc_type_name(hi_event_init))(hi_u8 max_event_cnt, global() typedef
57 typedef hi_u32 (*fuc_type_name(hi_event_send))(hi_u32 id, global() typedef
60 typedef hi_u32 (*fuc_type_name(hi_event_wait))(hi_u32 id, global() typedef
66 typedef hi_u32 (*fuc_type_name(hi_event_clear))(hi_u32 id, global() typedef
69 typedef hi_u32 (*fuc_type_name(hi_event_delete))(hi_u32 id); global() typedef
71 typedef hi_pvoid (*fuc_type_name(hi_malloc))(hi_u32 mod_id, global() typedef
74 typedef hi_void (*fuc_type_name(hi_free))(hi_u32 mod_id, global() typedef
77 typedef hi_u32 (*fuc_type_name(hi_msg_queue_create))(HI_OUT hi_u32* id, global() typedef
81 typedef hi_u32 (*fuc_type_name(hi_msg_queue_wait))(hi_u32 id, global() typedef
86 typedef hi_u32 (*fuc_type_name(hi_msg_queue_send))(hi_u32 id, global() typedef
91 typedef hi_u32 (*fuc_type_name(hi_msg_queue_delete))(hi_u32 id); global() typedef
94 typedef hi_u32 (*fuc_type_name(hi_mux_create))(hi_u32* mux_id); global() typedef
96 typedef hi_u32 (*fuc_type_name(hi_mux_delete))(hi_u32 mux_id); global() typedef
98 typedef hi_u32 (*fuc_type_name(hi_mux_pend))(hi_u32 mux_id, global() typedef
101 typedef hi_u32 (*fuc_type_name(hi_mux_post))(hi_u32 mux_id); global() typedef
103 typedef hi_u32 (*fuc_type_name(hi_sem_create))(hi_u32* sem_id, hi_u16 init_value); global() typedef
105 typedef hi_u32 (*fuc_type_name(hi_sem_bcreate))(hi_u32* sem_id, hi_u8 init_value); global() typedef
107 typedef hi_u32 (*fuc_type_name(hi_sem_delete))(hi_u32 sem_id); global() typedef
109 typedef hi_u32 (*fuc_type_name(hi_sem_wait))(hi_u32 sem_id, hi_u32 timeout); global() typedef
111 typedef hi_u32 (*fuc_type_name(hi_sem_signal))(hi_u32 sem_id); global() typedef
114 typedef hi_u32 (*fuc_type_name(hi_get_tick))(hi_void); global() typedef
116 typedef hi_u64 (*fuc_type_name(hi_get_tick64))(hi_void); global() typedef
118 typedef hi_u32 (*fuc_type_name(hi_get_milli_seconds))(hi_void); global() typedef
120 typedef hi_u32 (*fuc_type_name(hi_get_seconds))(hi_void); global() typedef
122 typedef hi_u64 (*fuc_type_name(hi_get_us))(hi_void); global() typedef
124 typedef hi_u32 (*fuc_type_name(hi_get_real_time))(hi_void); global() typedef
126 typedef hi_u32 (*fuc_type_name(hi_set_real_time))(hi_u32 sec); global() typedef
128 typedef hi_u32 (*fuc_type_name(hi_timer_create))(hi_u32 *timer_handle); global() typedef
130 typedef hi_u32 (*fuc_type_name(hi_timer_start))(hi_u32 timer_handle, global() typedef
136 typedef hi_u32 (*fuc_type_name(hi_timer_stop))(hi_u32 timer_handle); global() typedef
138 typedef hi_u32 (*fuc_type_name(hi_timer_delete))(hi_u32 timer_handle); global() typedef
140 typedef hi_u32 (*fuc_type_name(hi_irq_enable))(hi_u32 vector); global() typedef
142 typedef hi_void (*fuc_type_name(hi_irq_disable))(hi_u32 vector); global() typedef
144 typedef hi_u32 (*fuc_type_name(hi_irq_request))(hi_u32 vector, global() typedef
149 typedef hi_u32 (*fuc_type_name(hi_irq_free))(hi_u32 vector); global() typedef
151 typedef hi_bool (*fuc_type_name(hi_is_int_context))(hi_void); global() typedef
[all...]

Completed in 1 milliseconds