Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison VMS.h @ 255:2341dd049035
Updated default branch to working versions of all the sub repos
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Mon, 10 Sep 2012 01:11:54 -0700 |
| parents | f1267bc7b342 |
| children | f5b110414453 3740ac9cffee |
comparison
equal
deleted
inserted
replaced
| 120:498398089268 | 121:864a3ff86623 |
|---|---|
| 358 inline void | 358 inline void |
| 359 VMS_WL__send_VMSSem_request( void *semReqData, SlaveVP *callingSlv ); | 359 VMS_WL__send_VMSSem_request( void *semReqData, SlaveVP *callingSlv ); |
| 360 | 360 |
| 361 VMSReqst * | 361 VMSReqst * |
| 362 VMS_PI__take_next_request_out_of( SlaveVP *slaveWithReq ); | 362 VMS_PI__take_next_request_out_of( SlaveVP *slaveWithReq ); |
| 363 | 363 //#define VMS_PI__take_next_request_out_of( slave ) slave->requests |
| 364 inline void * | 364 |
| 365 VMS_PI__take_sem_reqst_from( VMSReqst *req ); | 365 //inline void * |
| 366 //VMS_PI__take_sem_reqst_from( VMSReqst *req ); | |
| 367 #define VMS_PI__take_sem_reqst_from( req ) req->semReqData | |
| 366 | 368 |
| 367 void inline | 369 void inline |
| 368 VMS_PI__handle_VMSSemReq( VMSReqst *req, SlaveVP *requestingSlv, void *semEnv, | 370 VMS_PI__handle_VMSSemReq( VMSReqst *req, SlaveVP *requestingSlv, void *semEnv, |
| 369 ResumeSlvFnPtr resumeSlvFnPtr ); | 371 ResumeSlvFnPtr resumeSlvFnPtr ); |
| 370 | 372 |
