We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e7fed commit 643cdd5Copy full SHA for 643cdd5
Release/src/pplx/linux/pplxlinux.cpp
@@ -41,7 +41,7 @@ namespace details {
41
{
42
_PPLXIMP long GetCurrentThreadId()
43
44
- return (long)syscall(SYS_gettid);
+ return (long)syscall(SYS_gettid) * 4;
45
}
46
47
_PPLXIMP void YieldExecution()
0 commit comments