[CSE]  Advanced Operating Systems 
 COMP9242 2002/S2 
UNSW

PRINTER Printer-Friendly Version
Administration               
- Notices
- Course Intro
- Consultations
# On-line Survey (closed)
- Survey Results
 
Work
- Lectures
- Milestone 0
- Project Admin
- Project Spec
- Project FAQ
- Exam
 
Documentation
- ASysT Lab
- L4 source browser
- Sulima ISA Simulator
R4x00 ISA Summary 
MIPS R4700 ReferenceMIPS R4000 User Manual 
- Network Driver
- GT64111
 
Related Info
- Aurema OS Prize
- OS Hall of Fame
 
History
- 2000
- 1999
- 1998
 
Staff
- Gernot Heiser (LiC)

 
Valid HTML 4.0!
next up previous
Next: L4 IPC Messages Up: 01-l4 Previous: Example: Send Call

Example: Receive Call

 int l4_mips_ipc_receive (  l4_threadid_t src, UID of sender thread
    const void *rcv_msg, msg descriptor
    l4_ipc_reg_msg_t *rcv_reg, initial part of message
    l4_timeout_t timeout, timeout spec
    l4_msgdope_t *result) result code

Will only accept message from specified sender.

result contains result code and description of received message (i.e. in-line vs. out-of-line data).



Gernot Heiser 2002-08-07