Lines Matching full:must
50 * reset. This whole API must only be used when holding the iothread mutex.
52 * All objects which can be reset must implement this interface;
54 * Every Resettable object must maintain some state tracking the
80 * should reset local state of the object, but it must not do anything that
92 * @get_state: Mandatory method which must return a pointer to a
99 * additional opaque and ResetType arguments which must be passed unmodified to
160 * Trigger a reset on an object @obj of type @type. @obj must implement
170 * Put an object @obj into reset. @obj must implement Resettable interface.
172 * @resettable_release_reset() must eventually be called after this call.
173 * There must be one call to @resettable_release_reset() per call of
177 * must not be delayed. It must occur just after @resettable_assert_reset() so
185 * Release the object @obj from reset. @obj must implement Resettable interface.
195 * @obj must implement Resettable interface.
202 * All 3 objects must implement resettable interface. @oldp or @newp may be
210 * When using this function during reset, it must only be called during