Bug #177
Barrier
| Status: | Assigned | Start: | 03/24/2010 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | Daniel Stonier | % Done: | 0% |
|
| Category: | Core | |||
| Target version: | 0.6 - Communications | |||
Description
Pulled the original barrier design with pthread barriers. These aren't extensively supported and anyway have a few cleanup issues that makes them difficult to use. Try using a mutex/condition pair in future.
History
Updated by Daniel Stonier 1183 days ago
Maybe add it back in with a check for the _POSIX_BARRIERS macro?
Updated by Daniel Stonier 1156 days ago
Better idea to create a barrier based on semaphores. Check the little book of semaphores for detailed code.