Text
Text
Text
void eineFunktion (void) { acquireSyncSection(hSync); if (sharedGlobalVariable) eineAndereFunktion(); releaseSyncSection(hSync); } // eineFunktion()
Text
void eineFunktion (void) { if (sharedGlobalVariable) { acquireSyncSection(hSync); if (sharedGlobalVariable) eineAndereFunktion(); releaseSyncSection(hSync); } // if } // eineFunktion()
Stand: 16.10.2015 - in Arbeit
— : Jürgen Kreick
EOF