K 10 svn:author V 7 davidxu K 8 svn:date V 27 2010-11-12T05:22:27.685715Z K 7 svn:log V 353 - Move pthread types declarations into sys/sys/_pthreadtypes.h. - Rework robust mutex to only use lock-word in mutex. - Move priority ceiling into flag fields. These two changes make sizeof the pthread_mutex 24 bytes, I may still tweak it to reserve some space for future, but I may not let it exceed than 32 bytes which is the cache line size of PIII. END