libstdc++
semaphore_base.h File Reference

Go to the source code of this file.

Namespaces

namespace  std
 

Typedefs

template<ptrdiff_t _Max, typename _Tp = __detail::__platform_wait_t>
using std::_Semaphore_impl = __conditional_t< __platform_wait_uses_type< _Tp > &&_Max<=__gnu_cxx::__int_traits< _Tp >::__max, __platform_semaphore_impl<(_Max<=1)>, __semaphore_impl >
 

Detailed Description

This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <semaphore>.

Definition in file semaphore_base.h.