Searched full:notified (Results 1 – 25 of 232) sorted by relevance
12345678910
2 * This model describes the interaction between ctx->notified26 bool notified;50 notified = 1;54 :: !notified -> event = 1;57 notified = 1;60 notified = 1;82 atomic { old = notified; notified = 0; } \
20 * @event notified event94 efi_st_error("ExitBootServices was not notified\n"); in execute()99 efi_st_error("ExitBootServices was notified twice\n"); in execute()
25 * @event notified event55 * that all events are notified once in each round.
55 be notified about the Entry. If the value is set to 'Inhibit' then107 The service provider should be notified about the event log.110 The service provider should not be notified about the event log.
65 /** @brief Check if specified value should be notified based on hysteresis82 /** @brief Last notified value for the metric change */
491 * Write e.g. ctx->bh_list before writing ctx->notified. Pairs with in aio_notify()495 qatomic_set(&ctx->notified, true); in aio_notify()498 * Write ctx->notified (and also ctx->bh_list) before reading ctx->notify_me. in aio_notify()509 qatomic_set(&ctx->notified, false); in aio_notify_accept()512 * Order reads of ctx->notified (in aio_context_notifier_poll()) and the in aio_notify_accept()513 * above clearing of ctx->notified before reads of e.g. bh->flags. Pairs in aio_notify_accept()542 return qatomic_read(&ctx->notified); in aio_context_notifier_poll()
6 …t is retained with the works, so that any entity that uses the works is notified of this instrumen…
7 …ny damages derived from its use, even in case any of the above has been notified of the possibilit…
21 /** @brief Notified on time mode is changed */
7 allowing message based (handler notified) programming or stream oriented access."
156 * @peer: The peer to be notified168 * @peer: The peer to be notified