nuttx-apps/system/uorb/uORB
wangjianyu3 f14249d1d3 system/uORB: Add API for sending loop exit event
Add orb_loop_exit_async() API to send exit event to uORB loop.

Closing immediately after a write may cause missing a wakeup.

When all file descriptors associated with the same eventfd object have been closed, the resources for object are freed by the kernel. --EVENTFD(2)

Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
2025-04-26 15:48:15 +02:00
..
epoll.c system/uORB: Add API for sending loop exit event 2025-04-26 15:48:15 +02:00
internal.h system: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
loop.c system/uORB: Add API for sending loop exit event 2025-04-26 15:48:15 +02:00
uORB.c system: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
uORB.h system/uORB: Add API for sending loop exit event 2025-04-26 15:48:15 +02:00