Feature #1227
Implement static IThread* IThread::getCurrentThread for pthread based systems
Status: | Closed | Start date: | 01/07/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | rti | % Done: | 100% |
|
Category: | NeL: General | |||
Target version: | Version 0.9.0 |
Description
static IThread* IThread::getCurrentThread()
is only implemented for the windows api (using thread local storage).
Same should be implemented for pthreads.
see misc/thread.h
, misc/p_thread.cpp
, misc/win_thread.cpp
, ...
History
#1 Updated by rti over 7 years ago
- Assignee set to rti
#2 Updated by rti over 7 years ago
- Status changed from New to Resolved
- Target version set to Version 0.8.0
- % Done changed from 0 to 100
#3 Updated by rti over 7 years ago
- Target version changed from Version 0.8.0 to Version 0.9.0
#4 Updated by sfb over 6 years ago
- Status changed from Resolved to Closed