Re: [fpc-devel] function GetCurrentThreadId vs variable ThreadID

2021-04-04 Thread Sven Barth via fpc-devel
Am 28.03.2021 um 21:46 schrieb Alexander Grotewohl via fpc-devel: looks like threadid is assigned to getcurrentthreadid in an initthread() function in thread.inc. but: getcurrentthreadid looks to be mapped to a changeable thread manager which is why that might seem weird in the docs.. Correc

Re: [fpc-devel] function GetCurrentThreadId vs variable ThreadID

2021-03-28 Thread Alexander Grotewohl via fpc-devel
looks like threadid is assigned to getcurrentthreadid in an initthread() function in thread.inc. but: getcurrentthreadid looks to be mapped to a changeable thread manager which is why that might seem weird in the docs.. -- Alexander Grotewohl https://dcclost.com ___