using osl::Thread::getIdentifier; using osl::Thread::join; using osl::Thread::schedule; using osl::Thread::terminate;
// While the below static member functions should arguably always be called // with qualified (osl::Thread) names, compilers would still complain that // they are inaccessible from within derivations of salhelper::Thread (an // alternative would be to force such derivations to use global names, // prefixed with ::osl::Thread): using osl::Thread::getCurrentIdentifier; using osl::Thread::wait; using osl::Thread::yield;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.