Searched refs:htab_lock (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
H A Dhtab.c33 static mtx_t htab_lock = _MTX_INITIALIZER_NP; variable in typeref:typename:mtx_t
41 mtx_lock(&htab_lock);
45 mtx_unlock(&htab_lock);
51 mtx_lock(&htab_lock);
56 mtx_unlock(&htab_lock);
64 mtx_lock(&htab_lock);
67 mtx_unlock(&htab_lock);
76 mtx_lock(&htab_lock);
79 mtx_unlock(&htab_lock);
85 mtx_lock(&htab_lock);
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
H A Dhtab.c33 static mtx_t htab_lock = _MTX_INITIALIZER_NP; variable in typeref:typename:mtx_t
41 mtx_lock(&htab_lock);
45 mtx_unlock(&htab_lock);
51 mtx_lock(&htab_lock);
56 mtx_unlock(&htab_lock);
64 mtx_lock(&htab_lock);
67 mtx_unlock(&htab_lock);
76 mtx_lock(&htab_lock);
79 mtx_unlock(&htab_lock);
85 mtx_lock(&htab_lock);
[all...]

Completed in 4 milliseconds