Status: New
Owner: ----
New issue 708 by jeffcox: GetCurrentThreadId() returns incorrect id in main
thread after creation and termination of another thread.
http://code.google.com/p/v8/issues/detail?id=708
The thread id returned by a call to GetCurrentThreadId() in the main thread
changes if another thread is created and then terminated. The main thread
starts with a thread id of 1, and a spawned thread gets a thread id of 2,
but then once the spawned thread exits, a call to GetCurrentThreadId in the
main thread returns 2, not 1.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev