Searched defs:lock_guard (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libcilkrts/include/cilktools/
H A Dlock_guard.h58 class lock_guard class in namespace:cilkscreen
63 explicit lock_guard(mutex_type &m) : pm(m) function in class:cilkscreen::lock_guard
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr49394.C24 struct lock_guard struct
27 lock_guard (Mutex *m) : m(m) function in struct:lock_guard

Completed in 46 milliseconds