Rich Felker 92f8396b0c fix potential race condition in detached threads
after the thread unmaps its own stack/thread structure, the kernel,
performing child tid clear and futex wake, could clobber a new mapping
made at the same location as the just-removed thread's tid field.
disable kernel clearing of child tid to prevent this.
2012-07-11 23:36:46 -04:00
..
2012-06-20 15:22:03 -04:00
2012-04-16 18:37:53 -04:00
2011-04-17 11:43:03 -04:00
2012-02-06 18:23:11 -05:00
2012-05-25 10:45:05 -04:00
2011-04-17 11:43:03 -04:00
2012-05-31 23:32:09 -04:00