INFO: Assigning cpu -1 to Thread
tcn opened this issue · 0 comments
Hi!
I'm still not sure whether I understand the API correctly. But I just hit this:
Aug 08, 2012 4:21:23 PM vanilla.java.affinity.AffinityLock bind
INFO: Assigning cpu 6 to Thread[Renderer0,5,main]
...
Aug 08, 2012 4:21:23 PM vanilla.java.affinity.AffinityLock bind
INFO: Assigning cpu -1 to Thread[Renderer5,5,main]
What is cpu -1 supposed to tell me? The thread is running and doesn't show up in dumpLocks():
0: General use CPU
1: Thread[Renderer4,5,main] alive=true
2: Thread[Renderer3,5,main] alive=true
3: Reserved for this application
4: Thread[Renderer2,5,main] alive=true
5: Thread[Renderer1,5,main] alive=true
6: Thread[Renderer0,5,main] alive=true
7: Reserved for this application
I'd also like to suggest to rephrase "Assign a core(and all its cpus)" to "and all its virtual/logical cores)" or something like that.