/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-private.hh | 389 template <typename item_t, typename lock_t> 397 inline item_t *replace_or_insert (T v, lock_t &l, bool replace) 422 inline void remove (T v, lock_t &l) 438 inline bool find (T v, item_t *i, lock_t &l) 449 inline item_t *find_or_insert (T v, lock_t &l) 462 inline void finish (lock_t &l)
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/ |
d3d1xstutil.h | 714 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/ |
hb-private.hh | 389 template <typename item_t, typename lock_t> 397 inline item_t *replace_or_insert (T v, lock_t &l, bool replace) 422 inline void remove (T v, lock_t &l) 438 inline bool find (T v, item_t *i, lock_t &l) 449 inline item_t *find_or_insert (T v, lock_t &l) 462 inline void finish (lock_t &l)
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/ |
d3d1xstutil.h | 714 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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_screen.h | 104 #define SYNCHRONIZED lock_t<maybe_mutex_t<threadsafe> > lock_(mutex) [all...] |
d3d11_context.h | 126 #define SYNCHRONIZED lock_t<maybe_mutex_t<threadsafe> > lock_(this->mutex) [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_screen.h | 104 #define SYNCHRONIZED lock_t<maybe_mutex_t<threadsafe> > lock_(mutex) [all...] |
d3d11_context.h | 126 #define SYNCHRONIZED lock_t<maybe_mutex_t<threadsafe> > lock_(this->mutex) [all...] |