K 10 svn:author V 3 kib K 8 svn:date V 27 2012-09-30T13:32:48.788013Z K 7 svn:log V 349 MFC r240813: Do not skip two elements of the tid_buffer when reusing the buffer slot. This eventually results in exhaustion of the tid space, causing new threads get tid -1 as identifier. MFC r240951: Make the updates of the tid ring buffer' head and tail pointers explicit by moving them into separate statements from the buffer element accesses. END