comparison VPThread.h @ 10:00146bfaa941

Removed tag V0
author Merten Sach <msach@mailbox.tu-berlin.de>
date Tue, 26 Jul 2011 16:36:40 +0200
parents 505d3c674ce8
children bbcb6fadb60f f593241c2db9
comparison
equal deleted inserted replaced
3:d0adf7722e97 4:a14d58df699d
73 73
74 void *initData; 74 void *initData;
75 VirtProcrFnPtr fnPtr; 75 VirtProcrFnPtr fnPtr;
76 int32 coreToScheduleOnto; 76 int32 coreToScheduleOnto;
77 77
78 int32 sizeToMalloc; 78 size_t sizeToMalloc;
79 void *ptrToFree; 79 void *ptrToFree;
80 80
81 int32 singletonID; 81 int32 singletonID;
82 VPThdSingleton **singletonPtrAddr; 82 VPThdSingleton **singletonPtrAddr;
83 83
238 inline void 238 inline void
239 VPThread__free_semantic_request( VPThdSemReq *semReq ); 239 VPThread__free_semantic_request( VPThdSemReq *semReq );
240 240
241 //======================= 241 //=======================
242 242
243 void *
244 VPThread__malloc( size_t sizeToMalloc, VirtProcr *animPr );
245
243 void 246 void
244 VPThread__init(); 247 VPThread__init();
245 248
246 void 249 void
247 VPThread__cleanup_after_shutdown(); 250 VPThread__cleanup_after_shutdown();