Additional functions to manage Posix threads with C++ to be portable. More...
#include <UPnPsdk/visibility.hpp>
Go to the source code of this file.
Classes | |
class | UPnPsdk::CPthread_scoped_lock |
Scoped POSIX thread mutex lock is valid for the current scope of the object. More... | |
Namespaces | |
namespace | UPnPsdk |
Reengineered Object Oriented UPnP+ program code. | |
Functions | |
UPnPsdk_VIS uint64_t | UPnPsdk::pthread_self () |
Get pthread thread id as unsigned integer. | |
Additional functions to manage Posix threads with C++ to be portable.
Definition in file pthread.hpp.