> I read the implementation for unix. It uses > pthread_mutex'es. > BLocks are recursive mutexes. Maybe we should > avoid such a difference in the BeOS implementation.
Actually, we'll just guarantee that mutexes never get recursively locked. You can still use BLocks, except it will never get recursively locked. Dom
