Searched refs:lock_t (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
H A Dd3d1xstutil.h714 struct lock_t struct
717 lock_t(T& mutex) function in struct:lock_t
723 ~lock_t()
848 lock_t<mutex_t> lock(private_data_mutex);
889 lock_t<mutex_t> lock(private_data_mutex);
913 lock_t<mutex_t> lock(private_data_mutex);
/external/harfbuzz_ng/src/
H A Dhb-private.hh489 template <typename item_t, typename lock_t>
497 inline item_t *replace_or_insert (T v, lock_t &l, bool replace)
522 inline void remove (T v, lock_t &l)
538 inline bool find (T v, item_t *i, lock_t &l)
549 inline item_t *find_or_insert (T v, lock_t &l)
562 inline void finish (lock_t &l)
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_screen.h104 #define SYNCHRONIZED lock_t<maybe_mutex_t<threadsafe> > lock_(mutex)
H A Dd3d11_context.h126 #define SYNCHRONIZED lock_t<maybe_mutex_t<threadsafe> > lock_(this->mutex)

Completed in 1401 milliseconds