[cpp-threads] Re: Thread API interface tweaks

Peter Dimov pdimov at mmltd.net
Tue Aug 29 22:29:40 BST 2006


Lawrence Crowl wrote:

> Most large applications live in a multi-language world, and like it or
> not, C is the common glue that binds them together.  Therefore, I
> would like to see the C interface for manipulating a thread - yield,
> sleep, mutexes, etc.  I do not think we can reliably leave that task
> to later.

I "vote" for <pthread.h> and <sched.h> being that C interface. This saves a 
lot of standardization work. :-) 




More information about the cpp-threads mailing list