Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Mutex in standard C

4 views
Skip to first unread message

jacob navia

unread,
Dec 16, 2009, 2:42:06 AM12/16/09
to
Hi

I am writing a container library in C with the objective of giving
all C programmers a "STL light" package.

I need synchronization primitives for multi-threaded operation. I remember
that I reviewed in this group a thread proposal written by Plauger.

Is that proposal accepted?
Should I use it as a basis for the synch primitives?

Thanks in advance.

jacob

Keith Thompson

unread,
Dec 16, 2009, 2:50:14 AM12/16/09
to

The latest committee draft for C201X is
<http://www.open-std.org/JTC1/SC22/WG14/www/docs/n1425.pdf>.
It includes a <threads.h> header. I'm not sure how it relates to
Plauger's proposal.

--
Keith Thompson (The_Other_Keith) ks...@mib.org <http://www.ghoti.net/~kst>
Nokia
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"

0 new messages