Boost logo

Boost :

From: Ryan, Paul L. (PAUL.L.RYAN_at_[hidden])
Date: 2006-03-15 12:07:28


1. named_mutex.hpp has some serious issues on the pthread side
including:
    mp_mut is declared of type sem_t and is expected to be of type
pthread_mutex_t
    The timed_lock function operates a sem_timedwait with a
pthread_mutex_t.

2. shared_read_write_mutex.hpp has a possible issue with its exceptions:
    The exception used is a lock_error which is defined in boost::thread
(and not included in shared_read_write_mutex.hpp) vs. using the
boost::shmem::lock_exception as is used in all other boost::shmem sync
primitives.

Paul Ryan and Shumin Wu
SAIC


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk