Searched refs:list_mutex (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/gps/msm8084/utils/
H A Dmsg_q.c42 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/msm8909/utils/
H A Dmsg_q.c42 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/msm8960/utils/
H A Dmsg_q.c42 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/msm8994/utils/
H A Dmsg_q.c42 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/msm8996/utils/
H A Dmsg_q.c42 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/
H A Dmsg_q.c42 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...]

Completed in 6030 milliseconds