First page Back Continue Last page Summary Graphic
Threads Support in ROOT
Initial thread support was added by Victor Perevoztchikov and me in summer 1997
The following thread classes were supported:
- TThread, TMutex, TCondition, TSemaphore
Via a factory pattern each of these classes had a pointer to the actual machine dependent implementation (either for Posix or WinNT):
- TPosixThread, TPosixMutex, TPosixCondition
Notes: