| D | ux_utility.h | 204 #define _ux_system_semaphore_create(sem,name,cnt) (UX_SUCCESS) argument 205 #define _ux_system_semaphore_create_norc(sem,name,cnt) do{}while(0) argument 212 #define _ux_system_thread_create(t,name,entry,entry_param,stack,stack_size,priority,preempt_thresho… argument 213 #define _ux_system_thread_create_norc(t,name,entry,entry_param,stack,stack_size,priority,preempt_th… argument 216 #define _ux_system_mutex_create(mutex,name) do{}while(0) argument 220 #define _ux_system_event_flags_create(g,name) (UX_SUCCESS) argument 250 #define _ux_device_thread_create(t,name,entry,entry_param,stack,stack_size,priority,preempt_thresho… argument 256 #define _ux_device_semaphore_create(sem,name,cnt) (UX_SUCCESS) argument 262 #define _ux_device_mutex_create(mutex,name) do{}while(0) argument 266 #define _ux_device_event_flags_create(g,name) do{}while(0) argument [all …]
|