K 10 svn:author V 7 davidxu K 8 svn:date V 27 2010-11-02T07:49:21.459227Z K 7 svn:log V 230 Remove link field in pthread_mutex, because it can not be used in process-shared mutex, otherwise, another process can corrupt your mutex link list when you owned it. Instead, allocate mutex link entry from heap, keep it private. END