Home
last modified time | relevance | path

Searched refs:mutex_wrapper (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dguard.cc71 struct mutex_wrapper struct
74 mutex_wrapper() : unlock(true) in mutex_wrapper() function
77 ~mutex_wrapper() in ~mutex_wrapper() argument
308 mutex_wrapper mw; in __cxa_guard_acquire()
367 mutex_wrapper mw; in __cxa_guard_abort()
407 mutex_wrapper mw; in __cxa_guard_release()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dguard.cc71 struct mutex_wrapper struct
74 mutex_wrapper() : unlock(true) in mutex_wrapper() function
77 ~mutex_wrapper() in ~mutex_wrapper() argument
325 mutex_wrapper mw; in __cxa_guard_acquire()
392 mutex_wrapper mw; in __cxa_guard_abort()
440 mutex_wrapper mw; in __cxa_guard_release()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20061056 (mutex_wrapper::mutex_wrapper): Use it to get properly initialized
H A DChangeLog-20071876 * libsupc++/guard.cc (struct mutex_wrapper): Move into