Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff 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 |
line diff
1.1 --- a/VMS.h Fri Nov 12 07:36:01 2010 -0800 1.2 +++ b/VMS.h Fri Nov 12 08:42:25 2010 -0800 1.3 @@ -330,25 +330,25 @@ 1.4 void 1.5 VMS__suspend_procr( VirtProcr *callingPr ); 1.6 1.7 -inline void 1.8 + void 1.9 VMS__add_sem_request_in_mallocd_VMSReqst( void *semReqData, VirtProcr *callingPr ); 1.10 1.11 -inline void 1.12 + void 1.13 VMS__send_sem_request( void *semReqData, VirtProcr *callingPr ); 1.14 1.15 void 1.16 VMS__send_create_procr_req( void *semReqData, VirtProcr *reqstingPr ); 1.17 1.18 -void inline 1.19 +void 1.20 VMS__send_dissipate_req( VirtProcr *prToDissipate ); 1.21 1.22 -inline void 1.23 + void 1.24 VMS__send_VMSSem_request( void *semReqData, VirtProcr *callingPr ); 1.25 1.26 VMSReqst * 1.27 VMS__take_next_request_out_of( VirtProcr *procrWithReq ); 1.28 1.29 -inline void * 1.30 + void * 1.31 VMS__take_sem_reqst_from( VMSReqst *req ); 1.32 1.33 //======================== STATS ======================
