init_async_ipc (other_task)
This function initializes the interprocess communication system to allow this task to make calls to register_point, register_existing_point, send_async and send_string_async. It requests queue information from the given task. A deadlock situation could occur if two tasks attempt to initialize asynchronous communication with one another at the same time. The queue server task, qserve, must be running for this call to succeed.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.