|
Boost :
|
- Next message: Anthony Williams: "Re: [boost] Boost.Threads, N2178, N2184, et al"
- Previous message: John Maddock: "Re: [boost] [Boost-bugs] [ boost-Bugs-1685103 ] regex_matchthrowsexception"
- In reply to: Anthony Williams: "Re: [boost] Boost.Threads, N2178, N2184, et al"
- Next in thread: Anthony Williams: "Re: [boost] Boost.Threads, N2178, N2184, et al"
- Reply: Anthony Williams: "Re: [boost] Boost.Threads, N2178, N2184, et al"
- Reply: Peter Dimov: "Re: [boost] Boost.Threads, N2178, N2184, et al"
Anthony Williams wrote:
[...]
> typedef once_flag pthread_once_t;
> int pthread_once(pthread_once_t* once_control,void(*init_routine)())
> {
> std::call_once(*once_control,init_routine);
> return 0;
> }
Right, the only problem is that folks like Drepper of Red Hat would
rather commit suicide than accept the notion of pthread.h
implementable in terms of <thread>. See the comedy at posix-c++-sg.
regards,
alexander.
- Next message: Anthony Williams: "Re: [boost] Boost.Threads, N2178, N2184, et al"
- Previous message: John Maddock: "Re: [boost] [Boost-bugs] [ boost-Bugs-1685103 ] regex_matchthrowsexception"
- In reply to: Anthony Williams: "Re: [boost] Boost.Threads, N2178, N2184, et al"
- Next in thread: Anthony Williams: "Re: [boost] Boost.Threads, N2178, N2184, et al"
- Reply: Anthony Williams: "Re: [boost] Boost.Threads, N2178, N2184, et al"
- Reply: Peter Dimov: "Re: [boost] Boost.Threads, N2178, N2184, et al"
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk