Lines Matching refs:classname
146 the classname (of course),
156 [template condition_variable_x[classname locktype template_rtype template_arg]
157 [class_heading [classname]]
164 class ``[classname]`` {
166 ``[classname]``();
167 ~``[classname]``();
169 ``[classname]``( ``[classname]`` const&) = delete;
170 ``[classname]`` & operator=( ``[classname]`` const&) = delete;
203 ``[classname]``()
212 ~``[classname]``()
221 [member_heading [classname]..notify_one]
232 [member_heading [classname]..notify_all]
241 program state using a mechanism external to the [`[classname]], and
243 [`[classname]] might well wake up a number of times before the desired
247 [template_member_heading [classname]..wait]
278 in any [`[classname]::wait()] call: the [`[classname]] itself, the `mutex`
281 [`[classname]] instance into periods with one or more fibers waiting on it,
283 fiber is waiting on that [`[classname]], all must pass lock objects
287 [template_member_heading [classname]..wait_until]
330 [[Note:] [See [*Note] for [member_link [classname]..wait].]]
333 [template_member_heading [classname]..wait_for]
378 [[Note:] [See [*Note] for [member_link [classname]..wait].]]