From testmutexscope

>Trying proc mutexes with mechanism `default'...
>  Mutex mechanism `default' is global in scope on this platform.
>Trying global mutexes with mechanism `default'...
>  no problems encountered...

Now, we understand global locking to encompass threads and processes.

The testmutexscope only attempts to validate that crossthread locks
are functioning correctly.

We should either 1. test crossprocess locking as well, or
2. stop claiming we have verified global locks?

Bill

Reply via email to