Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff VMS.c @ 56:420a09d3f32a
changed sem-lib interface for dissipating to send_dissipate_req
| author | Me |
|---|---|
| date | Thu, 04 Nov 2010 17:57:39 -0700 |
| parents | f59cfa31a579 |
| children | 85b731b290f8 |
line diff
1.1 --- a/VMS.c Sat Oct 30 21:53:55 2010 -0700 1.2 +++ b/VMS.c Thu Nov 04 17:57:39 2010 -0700 1.3 @@ -445,7 +445,7 @@ 1.4 * pears -- making that suspend the last thing in the virt procr's trace. 1.5 */ 1.6 void 1.7 -VMS__dissipate_procr( VirtProcr *procrToDissipate ) 1.8 +VMS__send_dissipate_req( VirtProcr *procrToDissipate ) 1.9 { VMSReqst req; 1.10 1.11 req.reqType = dissipate; 1.12 @@ -601,7 +601,7 @@ 1.13 * of dis-owning it. 1.14 */ 1.15 void 1.16 -VMS__handle_dissipate_reqst( VirtProcr *animatingPr ) 1.17 +VMS__dissipate_procr( VirtProcr *animatingPr ) 1.18 { 1.19 //dis-own all locations owned by this processor, causing to be freed 1.20 // any locations that it is (was) sole owner of
