[thread] Documentaion and implementation incoherences

Hi, Only some comments and questions. * mutex native_handle_type and native_handle() are missing in the doc Should these be defined for timed_mutex, recursive_mutex, ...? * The documentation do not includes a rationale. Could you adapt the rationale from Howard E. Hinnant Mutex, Lock, Condition Variable Rationale http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2406.html#Introduct..., or at least add reference to this document in the rationale? Best ____________________ Vicente Juan Botet Escriba

"vicente.botet" <vicente.botet@wanadoo.fr> writes:
* mutex native_handle_type and native_handle() are missing in the doc Should these be defined for timed_mutex, recursive_mutex, ...?
I've updated the documentation and pthreads implementation on trunk to document/provide these types where possible.
* The documentation do not includes a rationale.
I've added this to my TODO list. Anthony -- Anthony Williams | Just Software Solutions Ltd Custom Software Development | http://www.justsoftwaresolutions.co.uk Registered in England, Company Number 5478976. Registered Office: 15 Carrallack Mews, St Just, Cornwall, TR19 7UL

----- Original Message ----- From: "Anthony Williams" <anthony_w.geo@yahoo.com> To: <boost@lists.boost.org> Sent: Thursday, May 08, 2008 3:00 PM Subject: Re: [boost] [thread] Documentaion and implementation incoherences
"vicente.botet" <vicente.botet@wanadoo.fr> writes:
* mutex native_handle_type and native_handle() are missing in the doc Should these be defined for timed_mutex, recursive_mutex, ...?
I've updated the documentation and pthreads implementation on trunk to document/provide these types where possible.
Sorry, I have miised that.
* The documentation do not includes a rationale.
I've added this to my TODO list.
Thanks Vicente Juan Botet Escriba
participants (2)
-
Anthony Williams
-
vicente.botet