log4cplus
2.0.0
|
typedef SyncGuard<Mutex> log4cplus::thread::MutexGuard |
Definition at line 79 of file syncprims.h.
Definition at line 103 of file syncprims.h.
typedef SyncGuardFunc<SharedMutex, &SharedMutex::rdlock, &SharedMutex::rdunlock> log4cplus::thread::SharedMutexReaderGuard |
Definition at line 178 of file syncprims.h.
typedef SyncGuardFunc<SharedMutex, &SharedMutex::wrlock, &SharedMutex::wrunlock> log4cplus::thread::SharedMutexWriterGuard |
Definition at line 182 of file syncprims.h.
Referenced by log4cplus::spi::InternalLoggingEvent::getThread().
Referenced by log4cplus::spi::InternalLoggingEvent::getThread2().
LOG4CPLUS_EXPORT void log4cplus::thread::setCurrentThreadName | ( | const log4cplus::tstring & | name | ) |
LOG4CPLUS_EXPORT void log4cplus::thread::setCurrentThreadName2 | ( | const log4cplus::tstring & | name | ) |
LOG4CPLUS_EXPORT void log4cplus::thread::yield | ( | ) |