OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:list_mutex
(Results
1 - 8
of
8
) 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_context.h
77
pipe_mutex
list_mutex
;
member in struct:rbug_context
/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_context.h
77
pipe_mutex
list_mutex
;
member in struct:rbug_context
/hardware/qcom/gps/msm8960/utils/
msg_q.c
42
pthread_mutex_t
list_mutex
; /* Mutex for exclusive access to message queue */
member in struct:msg_q
115
if( pthread_mutex_init(&tmp_msg_q->
list_mutex
, NULL) != 0 )
127
pthread_mutex_destroy(&tmp_msg_q->
list_mutex
);
169
pthread_mutex_destroy(&p_msg_q->
list_mutex
);
201
pthread_mutex_lock(&p_msg_q->
list_mutex
);
207
pthread_mutex_unlock(&p_msg_q->
list_mutex
);
216
pthread_mutex_unlock(&p_msg_q->
list_mutex
);
247
pthread_mutex_lock(&p_msg_q->
list_mutex
);
252
pthread_mutex_unlock(&p_msg_q->
list_mutex
);
259
pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->
list_mutex
);
[
all
...]
/hardware/qcom/gps/utils/
msg_q.c
42
pthread_mutex_t
list_mutex
; /* Mutex for exclusive access to message queue */
member in struct:msg_q
115
if( pthread_mutex_init(&tmp_msg_q->
list_mutex
, NULL) != 0 )
127
pthread_mutex_destroy(&tmp_msg_q->
list_mutex
);
169
pthread_mutex_destroy(&p_msg_q->
list_mutex
);
201
pthread_mutex_lock(&p_msg_q->
list_mutex
);
207
pthread_mutex_unlock(&p_msg_q->
list_mutex
);
216
pthread_mutex_unlock(&p_msg_q->
list_mutex
);
247
pthread_mutex_lock(&p_msg_q->
list_mutex
);
252
pthread_mutex_unlock(&p_msg_q->
list_mutex
);
259
pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->
list_mutex
);
[
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 442 milliseconds