Functions | |
BOOST_FORCEINLINE int | pthread_mutex_destroy (pthread_mutex_t *m) |
BOOST_FORCEINLINE int | pthread_mutex_lock (pthread_mutex_t *m) |
BOOST_FORCEINLINE int | pthread_mutex_unlock (pthread_mutex_t *m) |
BOOST_FORCEINLINE int boost::posix::pthread_mutex_destroy | ( | pthread_mutex_t * | m | ) |
References EINTR.
Referenced by boost::condition_variable::condition_variable(), boost::condition_variable_any::condition_variable_any(), boost::recursive_mutex::recursive_mutex(), boost::recursive_timed_mutex::recursive_timed_mutex(), boost::timed_mutex::timed_mutex(), boost::condition_variable::~condition_variable(), boost::condition_variable_any::~condition_variable_any(), boost::mutex::~mutex(), boost::interprocess::ipcdetail::posix_mutex::~posix_mutex(), boost::interprocess::ipcdetail::posix_recursive_mutex::~posix_recursive_mutex(), boost::recursive_mutex::~recursive_mutex(), boost::recursive_timed_mutex::~recursive_timed_mutex(), and boost::timed_mutex::~timed_mutex().
BOOST_FORCEINLINE int boost::posix::pthread_mutex_lock | ( | pthread_mutex_t * | m | ) |
References EINTR.
Referenced by boost::interprocess::ipcdetail::posix_recursive_mutex::lock(), boost::interprocess::ipcdetail::posix_mutex::lock(), boost::mutex::lock(), boost::pthread::pthread_mutex_scoped_lock::pthread_mutex_scoped_lock(), and boost::pthread::pthread_mutex_scoped_unlock::~pthread_mutex_scoped_unlock().
BOOST_FORCEINLINE int boost::posix::pthread_mutex_unlock | ( | pthread_mutex_t * | m | ) |
References EINTR.
Referenced by boost::pthread::pthread_mutex_scoped_unlock::pthread_mutex_scoped_unlock(), boost::pthread::pthread_mutex_scoped_lock::unlock(), boost::interprocess::ipcdetail::posix_recursive_mutex::unlock(), boost::interprocess::ipcdetail::posix_mutex::unlock(), and boost::mutex::unlock().