fairness  v1.0.0
A collection of advanced syncronization mechanisms.
Loading...
Searching...
No Matches
wait_ops_linux.hpp File Reference

This file contains the implementation of the wait operation specific for linux. More...

#include <boost/fairness/config.hpp>
#include <unistd.h>
#include <linux/futex.h>
#include <sys/syscall.h>
#include <limits.h>
Include dependency graph for wait_ops_linux.hpp:

Go to the source code of this file.

Namespaces

namespace  boost
 
namespace  boost::fairness
 
namespace  boost::fairness::detail
 

Functions

template<typename T >
void boost::fairness::detail::notify_all_ (T &mem)
 
template<typename T >
void boost::fairness::detail::notify_one_ (T &mem)
 
template<typename T , typename K >
void boost::fairness::detail::wait_ (T &mem, K expected)
 

Detailed Description

This file contains the implementation of the wait operation specific for linux.

Author
F. Abrignani (feder.nosp@m.igno.nosp@m.li@ho.nosp@m.tmai.nosp@m.l.it)
S. Martorana
Version
0.1
Date
2023-10-06