Boost logo

Boost :

From: scleary_at_[hidden]
Date: 2001-09-25 10:50:24


> POSIX implementation:
>
> static pthread_mutex_t m = PTHREAD_MUTEX_INITIALIZER;

...

> Comments? Is the flaw in Boost.Threads or in my limited understanding?

Boost.Threads is designed to be portable. There is no way to do this under
Win32 to my knowledge :(

I think that is the reason that this (very useful) capability was not
included.

        -Steve


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk