async_context_acquire_lock_blocking() function
Acquire the async_context lock The owner of the async_context lock is the logic owner of the async_context and other work related to this async_context will not happen concurrently. This method may be called in a nested fashion by the the lock owner. \see async_context_release_lock
Notes
the async_context lock is nestable by the same caller, so an internal count is maintained for async_contexts that provide locking (not async_context_poll), this method is threadsafe. and may be called from within any worker method called by the async_context or from any other non-IRQ context.