Opened 19 years ago

Closed 15 years ago

#173 closed Feature Requests (None)

more synchronization primitives for the threads classes

Reported by: elfring Owned by: Roland Schwarz
Milestone: Component: thread
Version: None Severity: Problem
Keywords: Cc:

Description

Some synchronization primitives are available in your library 
"http://boost.org/libs/thread/doc/index.html" today. I would 
like to use the other primitives, too.
 
http://www.opengroup.org/onlinepubs/007904975/basedefs/pthread.h.html

 
2.1 critical regions
 2.2 semaphores
 2.3 recursive 
mutexes
 2.4 read/write locks
 2.5 monitors
 2.6 
barriers
 2.7 mutual exclusion with busy waiting (spin 
locks)

Other class libraries like 
"http://zthread.sourceforge.net/html/hierarchy.html" seem 
to be more complete already.

Change History (2)

comment:1 by elfring, 19 years ago

Logged In: YES 
user_id=572001

Well, I know your opinion from 
"http://boost.org/libs/thread/doc/faq.html" that some items are 
not in your current feature set.

comment:2 by Roland Schwarz, 15 years ago

Severity: Problem
Status: assignedclosed

If you are still interested in this topic, please feel free to discuss it on the boost devel / thread mailing lists.

Note: See TracTickets for help on using tickets.