Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/
Dnotify.h24 #define SYS_NOTIFY_METHOD_COMPLETED 0 macro
244 if (sys_notify_get_method(notify) == SYS_NOTIFY_METHOD_COMPLETED) { in sys_notify_fetch_result()
/Zephyr-latest/lib/utils/
Dnotify.c77 notify->flags = SYS_NOTIFY_METHOD_COMPLETED; in sys_notify_finalize()