|
enum | ThreadFlags { kDetached = 0,
kJoinable = 1
} |
|
virtual void net_instaweb::PthreadThreadSystem::BeforeThreadRunHook |
( |
| ) |
|
|
protectedvirtual |
This hook will get invoked by the implementation in the context of a thread before invoking its Run() method.
Reimplemented in net_instaweb::SystemThreadSystem.
virtual ThreadId* net_instaweb::PthreadThreadSystem::GetThreadId |
( |
| ) |
const |
|
virtual |
Returns an object holding the current thread ID. The resultant object must be freed by the caller.
Implements net_instaweb::ThreadSystem.
virtual RWLock* net_instaweb::PthreadThreadSystem::NewRWLock |
( |
| ) |
|
|
virtual |
virtual Timer* net_instaweb::PthreadThreadSystem::NewTimer |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following file: