Bug #1701
Thread::GetCurrentThreadId() is not detected by the assist
Status: | Approved | Start date: | 05/01/2017 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Zbigniew Rebacz | % Done: | 0% | |
Category: | Assist++ | Spent time: | - | |
Target version: | - |
Description
Simply type:
Thread::GetCur(assist)
Is not detected by the assist.
Tested on POSIX - maybe on Windows it works because there is
History
#1 Updated by Zbigniew Rebacz almost 8 years ago
- Assignee set to Miroslav Fidler
#2 Updated by Miroslav Fidler over 7 years ago
- Assignee changed from Miroslav Fidler to Zbigniew Rebacz
There is no such method as
Thread::GetCurrentThreadId()
There exists
Thread::GetCurrentId()
which seems to be listed correctly.
#3 Updated by Zbigniew Rebacz over 7 years ago
- Status changed from New to Approved
Yes it works - i tested it 7 months ago and it doesn't work, so something should fix it.