Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison ProcrContext.c @ 135:0b49fd35afc1
distributed free working
-app sends a VMSSemReqst to his Master which send a request to a different Master
-Master send the request directly
-The request structure is freed by the sender, when the request was handled
There are still problems on shutdown. The shutdownVPs are all allocated by one Master which is likly to be terminated
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Fri, 16 Sep 2011 20:08:28 +0200 |
| parents | 521c75d64cef |
| children |
comparison
equal
deleted
inserted
replaced
| 1:6d46f19f50e5 | 7:2ca9d749bcf0 |
|---|---|
| 2 * This File contains all hardware dependent C code. | 2 * This File contains all hardware dependent C code. |
| 3 */ | 3 */ |
| 4 | 4 |
| 5 | 5 |
| 6 #include "VMS.h" | 6 #include "VMS.h" |
| 7 #include "ProcrContext.h" | |
| 7 | 8 |
| 8 /*Create stack, then create __cdecl structure on it and put initialData and | 9 /*Create stack, then create __cdecl structure on it and put initialData and |
| 9 * pointer to the new structure instance into the parameter positions on | 10 * pointer to the new structure instance into the parameter positions on |
| 10 * the stack | 11 * the stack |
| 11 *Then put function pointer into nextInstrPt -- the stack is setup in std | 12 *Then put function pointer into nextInstrPt -- the stack is setup in std |
