OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lock_guard
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
std_mutex.h
90
* such as `std::unique_lock`, `std::
lock_guard
`, or (since C++17)
236
* A
lock_guard
controls mutex ownership within a scope, releasing
243
class
lock_guard
class
249
explicit
lock_guard
(mutex_type& __m) : _M_device(__m)
function in class:lock_guard
253
lock_guard
(mutex_type& __m, adopt_lock_t) noexcept : _M_device(__m)
256
~
lock_guard
()
259
lock_guard
(const
lock_guard
&) = delete;
260
lock_guard
& operator=(const
lock_guard
&) = delete
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
std_mutex.h
90
* such as `std::unique_lock`, `std::
lock_guard
`, or (since C++17)
235
* A
lock_guard
controls mutex ownership within a scope, releasing
242
class
lock_guard
class
247
explicit
lock_guard
(mutex_type& __m) : _M_device(__m)
function in class:lock_guard
250
lock_guard
(mutex_type& __m, adopt_lock_t) noexcept : _M_device(__m)
253
~
lock_guard
()
256
lock_guard
(const
lock_guard
&) = delete;
257
lock_guard
& operator=(const
lock_guard
&) = delete
[
all
...]
Completed in 57 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026