Lines Matching full:asynchronous
30 /* asynchronous message descriptor type */
36 /* stack of unused asynchronous message descriptors */
39 /* allocate an asynchronous message descriptor */
45 /* free an asynchronous message descriptor */
56 /* array of asynchronous message descriptors */ in init_mbox_module()
60 * Create pool of asynchronous message descriptors. in init_mbox_module()
175 * asynchronous send: free asynchronous message descriptor + in mbox_message_dispose()
199 * Helper routine that handles both synchronous and asynchronous sends.
243 * asynchronous send: swap out current thread in mbox_message_put()
278 /* asynchronous send: dummy thread waits on tx queue for receiver */ in mbox_message_put()
319 * allocate an asynchronous message descriptor, configure both parts, in k_mbox_async_put()