K 10 svn:author V 7 davidxu K 8 svn:date V 27 2012-05-03T09:17:31.239316Z K 7 svn:log V 231 MFp4: Enqueue thread in LIFO, this can cause starvation, but it gives better performance. Use _thr_queuefifo to control the frequency of FIFO vs LIFO, you can use environment string LIBPTHREAD_QUEUE_FIFO to configure the variable. END