comparison VMS.h @ 138:38c1070e2c92

closing branch test_without_inline
author Merten Sach <msach@mailbox.tu-berlin.de>
date Mon, 19 Sep 2011 14:17:06 +0200
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 =====