We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fc535 commit 8297085Copy full SHA for 8297085
thirdparty/boost/include/boost/interprocess/sync/interprocess_semaphore.hpp
@@ -59,11 +59,12 @@ class interprocess_semaphore
59
interprocess_semaphore &operator=(const interprocess_semaphore &);
60
#endif //#ifndef BOOST_INTERPROCESS_DOXYGEN_INVOKED
61
public:
62
+
63
//!Creates a interprocess_semaphore with initial count = 0.
64
interprocess_semaphore();
65
66
//!Creates a interprocess_semaphore with the given initial count.
- //!interprocess_exception if there is an error.*/
67
+ //!interprocess_exception if there is an error.
68
interprocess_semaphore(unsigned int initialCount);
69
70
//!Destroys the interprocess_semaphore.
0 commit comments