HomeSort by relevance Sort by last modified time
    Searched refs:lock_t (Results 1 - 4 of 4) sorted by null

  /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/harfbuzz_ng/src/
hb-private.hh 447 template <typename item_t, typename lock_t>
455 inline item_t *replace_or_insert (T v, lock_t &l, bool replace)
480 inline void remove (T v, lock_t &l)
496 inline bool find (T v, item_t *i, lock_t &l)
507 inline item_t *find_or_insert (T v, lock_t &l)
520 inline void finish (lock_t &l)
  /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...]

Completed in 6177 milliseconds