Home
last modified time | relevance | path

Searched refs:actl_flags (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/osal_aos/example/
A Devent_example.c59 uint32_t actl_flags; in taskA_entry() local
66 …status = aos_event_get(&event_handle, USER_EVENT_1 | USER_EVENT_2, AOS_EVENT_OR, &actl_flags, AOS_… in taskA_entry()
95 uint32_t actl_flags; in taskB_entry() local
101 …status = aos_event_get(&event_handle, USER_EVENT_1 | USER_EVENT_2, AOS_EVENT_AND, &actl_flags, AOS… in taskB_entry()
/AliOS-Things-master/kernel/rhino/
A Dk_event.c161 uint32_t *actl_flags, tick_t ticks) in krhino_event_get() argument
169 NULL_PARA_CHK(actl_flags); in krhino_event_get()
204 *actl_flags = event->flags; in krhino_event_get()
231 g_active_task[cur_cpu_num]->pend_info = actl_flags; in krhino_event_get()
/AliOS-Things-master/kernel/rhino/include/
A Dk_event.h111 uint32_t *actl_flags, tick_t ticks);
/AliOS-Things-master/components/a2sa/src/framework/
A Dsound_pcm.c177 unsigned int actl_flags = 0; in aos_pcm_wait() local
187 …aos_event_get(&pcm->evt, AOS_PCM_EVT_READ | AOS_PCM_EVT_XRUN, AOS_EVENT_OR_CLEAR, &actl_flags, tim… in aos_pcm_wait()
190 if (actl_flags & AOS_EVENT_OR_CLEAR) { in aos_pcm_wait()
/AliOS-Things-master/hardware/board/c906/adapter/
A Dcsi_rhino.c765 uint32_t *actl_flags, int64_t timeout) in csi_kernel_event_wait() argument
769 if (ev_handle == NULL || actl_flags == NULL in csi_kernel_event_wait()
802 kstat_t ret = krhino_event_get(ev_handle, flags, opt, actl_flags, t); in csi_kernel_event_wait()
A Dcsi_kernel.h420 uint32_t *actl_flags, int64_t timeout);
/AliOS-Things-master/components/csi/csi2/include/
A Dcsi_kernel.h415 uint32_t *actl_flags, int32_t timeout);

Completed in 13 milliseconds