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

  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 676 struct maybe_mutex_t;
679 struct maybe_mutex_t<true> struct
683 maybe_mutex_t() function in struct:maybe_mutex_t
700 struct maybe_mutex_t<false> struct
711 typedef maybe_mutex_t<true> mutex_t;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 99 maybe_mutex_t<threadsafe> mutex;
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 66 milliseconds