
7 Nov
2006
7 Nov
'06
12:36 a.m.
Daher wrote:
Is this answering your question? Not really; what I meant by a global mutex is a mutex that is shared across instances or across other processes.
"Global\" prefix name in win32 would do this.. I want to be able to do the same with boost.threads
A global mutex (inter-process mutex) would be part of the boost::interprocess library (in main boost CVS). -delfin