CVSROOT: /usr/cvs Changes by: hosking at birch. 11/01/09 12:01:49 Modified files: cm3/m3-libs/m3core/src/thread/PTHREAD/: ThreadPThread.m3 Log message: While holding initMu InitMutex invokes RegisterFinalCleanup which acquires heapMu. Make sure that AtForkPrepare and AtForkParent both acquire/release these mutexes in the same order.