OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:list_mutex
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_screen.h
52
pipe_mutex
list_mutex
;
member in struct:rbug_screen
71
pipe_mutex_lock(scr->
list_mutex
); \
74
pipe_mutex_unlock(scr->
list_mutex
); \
79
pipe_mutex_lock(scr->
list_mutex
); \
82
pipe_mutex_unlock(scr->
list_mutex
); \
rbug_core.c
185
pipe_mutex_lock(rb_screen->
list_mutex
);
191
pipe_mutex_unlock(rb_screen->
list_mutex
);
208
pipe_mutex_lock(rb_screen->
list_mutex
);
217
pipe_mutex_unlock(rb_screen->
list_mutex
);
235
pipe_mutex_unlock(rb_screen->
list_mutex
);
255
pipe_mutex_lock(rb_screen->
list_mutex
);
264
pipe_mutex_unlock(rb_screen->
list_mutex
);
290
pipe_mutex_unlock(rb_screen->
list_mutex
);
304
pipe_mutex_lock(rb_screen->
list_mutex
);
310
pipe_mutex_unlock(rb_screen->
list_mutex
);
[
all
...]
rbug_context.h
77
pipe_mutex
list_mutex
;
member in struct:rbug_context
rbug_screen.c
261
pipe_mutex_init(rb_screen->
list_mutex
);
rbug_context.c
[
all
...]
/external/mesa3d/src/gallium/drivers/rbug/
rbug_screen.h
52
pipe_mutex
list_mutex
;
member in struct:rbug_screen
71
pipe_mutex_lock(scr->
list_mutex
); \
74
pipe_mutex_unlock(scr->
list_mutex
); \
79
pipe_mutex_lock(scr->
list_mutex
); \
82
pipe_mutex_unlock(scr->
list_mutex
); \
rbug_core.c
185
pipe_mutex_lock(rb_screen->
list_mutex
);
191
pipe_mutex_unlock(rb_screen->
list_mutex
);
208
pipe_mutex_lock(rb_screen->
list_mutex
);
217
pipe_mutex_unlock(rb_screen->
list_mutex
);
235
pipe_mutex_unlock(rb_screen->
list_mutex
);
255
pipe_mutex_lock(rb_screen->
list_mutex
);
264
pipe_mutex_unlock(rb_screen->
list_mutex
);
290
pipe_mutex_unlock(rb_screen->
list_mutex
);
304
pipe_mutex_lock(rb_screen->
list_mutex
);
310
pipe_mutex_unlock(rb_screen->
list_mutex
);
[
all
...]
rbug_context.h
77
pipe_mutex
list_mutex
;
member in struct:rbug_context
rbug_screen.c
261
pipe_mutex_init(rb_screen->
list_mutex
);
rbug_context.c
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug_memory.c
76
pipe_static_mutex(
list_mutex
);
variable
138
pipe_mutex_lock(
list_mutex
);
140
pipe_mutex_unlock(
list_mutex
);
172
pipe_mutex_lock(
list_mutex
);
174
pipe_mutex_unlock(
list_mutex
);
242
pipe_mutex_lock(
list_mutex
);
244
pipe_mutex_unlock(
list_mutex
);
/external/mesa3d/src/gallium/auxiliary/util/
u_debug_memory.c
76
pipe_static_mutex(
list_mutex
);
variable
138
pipe_mutex_lock(
list_mutex
);
140
pipe_mutex_unlock(
list_mutex
);
172
pipe_mutex_lock(
list_mutex
);
174
pipe_mutex_unlock(
list_mutex
);
242
pipe_mutex_lock(
list_mutex
);
244
pipe_mutex_unlock(
list_mutex
);
Completed in 209 milliseconds