/[rtmk]/rtmk/include/rtmk/rtmk.defs
ViewVC logotype

Diff of /rtmk/include/rtmk/rtmk.defs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by jrydberg, Tue Jan 29 18:34:43 2002 UTC revision 1.8 by jrydberg, Tue Feb 5 20:45:33 2002 UTC
# Line 54  Line 54 
54    (arguments ((task-port    "task"      task-t)))    (arguments ((task-port    "task"      task-t)))
55  )    )  
56    
57    ; Set special port in TASK to PORT at SLOT in special port array.  
58    (define-routine task-special-port-set
59      (c-name "task_special_port_set")
60      (comment "????")
61      ()
62      (return-type kern-return-t)
63      (arguments ((task-port  "task"        task-t)
64                  (slot       "slot"        int)
65                  (port       "port"        rtmk-port-t)))
66    )
67    
68    ; Get send rights to port SLOT in TASKs special port set.
69    ; Right is returned in PORTP.
70    (define-routine task-special-port-get
71      (c-name "task_special_port_get")
72      (comment "???")
73      ()
74      (return-type kern-return-t)
75      (arguments ((task-port  "task"        task-t)
76                  (slot       "slot"        int)
77                  (namep      "namep"       rtmk-port-t AD_IN)))
78    )
79    
80    
81  ; Thread related functions  ; Thread related functions
82    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26