Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > SSR_impls > SSR__MC_shared_impl
comparison SSR.h @ 27:2c146b6b3890
fixing problems with linker by including the right file
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Mon, 29 Aug 2011 14:17:43 +0200 |
| parents | a8e41e0bfa61 |
| children | 6a367b5d9a2d |
comparison
equal
deleted
inserted
replaced
| 10:2f93e6842a91 | 11:8ec30ba3fb9b |
|---|---|
| 229 SSR__Request_Handler( VirtProcr *requestingPr, void *_semEnv ); | 229 SSR__Request_Handler( VirtProcr *requestingPr, void *_semEnv ); |
| 230 | 230 |
| 231 VirtProcr * | 231 VirtProcr * |
| 232 SSR__schedule_virt_procr( void *_semEnv, int coreNum ); | 232 SSR__schedule_virt_procr( void *_semEnv, int coreNum ); |
| 233 | 233 |
| 234 VirtProcr* | |
| 235 SSR__create_procr_helper( VirtProcrFnPtr fnPtr, void *initData, | |
| 236 SSRSemEnv *semEnv, int32 coreToScheduleOnto ); | |
| 234 | 237 |
| 235 #endif /* _SSR_H */ | 238 #endif /* _SSR_H */ |
| 236 | 239 |
