Re: about threads (here: increasing thread IDs)

2006-06-21 Thread Seth Kurtzberg
Jost, At the moment I am only using the thread ID in trace messages, so if I can safely ignore the overflow, then I will so. Seth On Wed, 21 Jun 2006 10:28:43 +0200 Jost Berthold <[EMAIL PROTECTED]> wrote: > Hi Seth, > > perhaps this will help you, some information from the implementation >

RE: about threads (here: increasing thread IDs)

2006-06-21 Thread Jost Berthold
Hi Seth, perhaps this will help you, some information from the implementation side concerning your question about threadIDs: Related code lived in rts/Schedule.c, has recently moved to rts/Threads.* in the head. The ThreadID assigned by the RTS is continuously increasing, and declared to b