Page Speed Optimization Libraries
1.13.35.1
|
#include "thread_system.h"
Public Member Functions | |
virtual bool | IsEqual (const ThreadId &that) const =0 |
virtual bool | IsCurrentThread () const =0 |
Encapsulates a thread ID, whose type is dependent on the thread system implementation, and may be non-integral. E.g, see http://linux.die.net/man/3/pthread_self.