Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison VMS.h @ 63:a6c442d52590
removed all inline, to see if -O3 works -- now -O0 broken too! will go back
| author | Me |
|---|---|
| date | Fri, 12 Nov 2010 08:42:25 -0800 |
| parents | dd3e60aeae26 |
| children |
comparison
equal
deleted
inserted
replaced
| 30:2d3ed6691864 | 31:ab2596c9934d |
|---|---|
| 328 //============== Request Related =============== | 328 //============== Request Related =============== |
| 329 | 329 |
| 330 void | 330 void |
| 331 VMS__suspend_procr( VirtProcr *callingPr ); | 331 VMS__suspend_procr( VirtProcr *callingPr ); |
| 332 | 332 |
| 333 inline void | 333 void |
| 334 VMS__add_sem_request_in_mallocd_VMSReqst( void *semReqData, VirtProcr *callingPr ); | 334 VMS__add_sem_request_in_mallocd_VMSReqst( void *semReqData, VirtProcr *callingPr ); |
| 335 | 335 |
| 336 inline void | 336 void |
| 337 VMS__send_sem_request( void *semReqData, VirtProcr *callingPr ); | 337 VMS__send_sem_request( void *semReqData, VirtProcr *callingPr ); |
| 338 | 338 |
| 339 void | 339 void |
| 340 VMS__send_create_procr_req( void *semReqData, VirtProcr *reqstingPr ); | 340 VMS__send_create_procr_req( void *semReqData, VirtProcr *reqstingPr ); |
| 341 | 341 |
| 342 void inline | 342 void |
| 343 VMS__send_dissipate_req( VirtProcr *prToDissipate ); | 343 VMS__send_dissipate_req( VirtProcr *prToDissipate ); |
| 344 | 344 |
| 345 inline void | 345 void |
| 346 VMS__send_VMSSem_request( void *semReqData, VirtProcr *callingPr ); | 346 VMS__send_VMSSem_request( void *semReqData, VirtProcr *callingPr ); |
| 347 | 347 |
| 348 VMSReqst * | 348 VMSReqst * |
| 349 VMS__take_next_request_out_of( VirtProcr *procrWithReq ); | 349 VMS__take_next_request_out_of( VirtProcr *procrWithReq ); |
| 350 | 350 |
| 351 inline void * | 351 void * |
| 352 VMS__take_sem_reqst_from( VMSReqst *req ); | 352 VMS__take_sem_reqst_from( VMSReqst *req ); |
| 353 | 353 |
| 354 //======================== STATS ====================== | 354 //======================== STATS ====================== |
| 355 | 355 |
| 356 //===== RDTSC wrapper ===== | 356 //===== RDTSC wrapper ===== |
