Subversion Repositories HelenOS-historic

Rev

Rev 1653 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1653 Rev 1709
Line 369... Line 369...
369
}
369
}
370
 
370
 
371
/** Wait some time for an IPC call.
371
/** Wait some time for an IPC call.
372
 *
372
 *
373
 * - dispatch ASYNC reoutines in the background
373
 * - dispatch ASYNC reoutines in the background
-
 
374
 *
374
 * @param call Space where the message is stored
375
 * @param call Space where the message is stored
375
 * @param usec Timeout in microseconds.
376
 * @param usec Timeout in microseconds.
376
 * @return Callid of the answer.
377
 * @return Callid of the answer.
377
 */
378
 */
378
ipc_callid_t ipc_wait_for_call_timeout(ipc_call_t *call, uint32_t usec)
379
ipc_callid_t ipc_wait_for_call_timeout(ipc_call_t *call, uint32_t usec)
Line 387... Line 388...
387
}
388
}
388
 
389
 
389
/** Check if there is an IPC call waiting to be picked up.
390
/** Check if there is an IPC call waiting to be picked up.
390
 *
391
 *
391
 * - dispatch ASYNC reoutines in the background
392
 * - dispatch ASYNC reoutines in the background
-
 
393
 *
392
 * @param call Space where the message is stored
394
 * @param call Space where the message is stored
393
 * @return Callid of the answer.
395
 * @return Callid of the answer.
394
 */
396
 */
395
ipc_callid_t ipc_trywait_for_call(ipc_call_t *call)
397
ipc_callid_t ipc_trywait_for_call(ipc_call_t *call)
396
{
398
{