Changeset 7330
- Timestamp:
- 08/31/07 20:37:32
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
OpenThreads/trunk/src/OpenThreads/pthreads/PThread.c++
r6584 r7330 916 916 { 917 917 if (cpunum<0) return -1; 918 919 Thread::Init(); 918 920 919 921 Thread* thread = Thread::CurrentThread(); OpenThreads/trunk/src/OpenThreads/sproc/SprocThread.c++
r7153 r7330 788 788 { 789 789 if (cpunum<0) return -1; 790 791 Thread::Init(); 790 792 791 793 Thread* thread = Thread::CurrentThread(); OpenThreads/trunk/src/OpenThreads/win32/Win32Thread.cpp
r7035 r7330 647 647 { 648 648 if (cpunum<0) return -1; 649 650 Thread::Init(); 649 651 650 652 Thread* thread = Thread::CurrentThread();
