Home
last modified time | relevance | path

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

/components/utilities/ulog/
A Dulog.c95 struct rt_semaphore async_notice; member
589 rt_sem_release(&ulog.async_notice);
607 rt_sem_release(&ulog.async_notice);
1431 rt_sem_control(&ulog.async_notice, RT_IPC_CMD_RESET, RT_NULL);
1432 return rt_sem_take(&ulog.async_notice, time);
1520 rt_sem_init(&ulog.async_notice, "ulog", 0, RT_IPC_FLAG_FIFO);

Completed in 5 milliseconds