Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > Vthread_impls > Vthread_MC_shared_impl
comparison VPThread.h @ 22:a6b1b0946c8a
added file -- moved lang-specific meas macros from VMS.h to this file
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 07 Dec 2011 05:17:02 +0100 |
| parents | bbcb6fadb60f f593241c2db9 |
| children | 64a2c6ae21db 99b300fa7f1c |
comparison
equal
deleted
inserted
replaced
| 5:c3ff63400f30 | 7:ee14319d7d29 |
|---|---|
| 253 VPThread__cleanup_after_shutdown(); | 253 VPThread__cleanup_after_shutdown(); |
| 254 | 254 |
| 255 void inline | 255 void inline |
| 256 resume_procr( VirtProcr *procr, VPThdSemEnv *semEnv ); | 256 resume_procr( VirtProcr *procr, VPThdSemEnv *semEnv ); |
| 257 | 257 |
| 258 //======================= | |
| 259 | |
| 260 inline int32 | |
| 261 VPThread__giveMinWorkUnitCycles( float32 percentOverhead ); | |
| 262 | |
| 263 inline int32 | |
| 264 VPThread__giveIdealNumWorkUnits(); | |
| 265 | |
| 266 inline int32 | |
| 267 VPThread__give_number_of_cores_to_schedule_onto(); | |
| 268 | |
| 269 inline void | |
| 270 VPThread__start_primitive(); | |
| 271 | |
| 272 inline int32 | |
| 273 VPThread__end_primitive_and_give_cycles(); | |
| 274 | |
| 258 #endif /* _VPThread_H */ | 275 #endif /* _VPThread_H */ |
| 259 | 276 |
