log4cplus
1.1.0
|
Definition at line 147 of file syncprims.h.
typedef SyncGuard<Mutex> log4cplus::thread::MutexGuard |
Definition at line 93 of file syncprims.h.
Definition at line 120 of file syncprims.h.
typedef SyncGuardFunc<SharedMutex, &SharedMutex::rdlock, &SharedMutex::rdunlock> log4cplus::thread::SharedMutexReaderGuard |
Definition at line 225 of file syncprims.h.
typedef SyncGuardFunc<SharedMutex, &SharedMutex::wrlock, &SharedMutex::wrunlock> log4cplus::thread::SharedMutexWriterGuard |
Definition at line 229 of file syncprims.h.
Referenced by log4cplus::spi::InternalLoggingEvent::getThread().
Referenced by log4cplus::spi::InternalLoggingEvent::getThread2().
LOG4CPLUS_EXPORT void log4cplus::thread::yield | ( | ) |
Referenced by log4cplus::thread::impl::SharedMutex::rdlock().