/hardware/qcom/sdm845/gps/msm8998/utils/ |
D | msg_q.c | 40 pthread_cond_t list_cond; /* Condition variable for waiting on msg queue */ member 122 if( pthread_cond_init(&tmp_msg_q->list_cond, NULL) != 0 ) in msg_q_init() 169 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy() 213 pthread_cond_signal(&p_msg_q->list_cond); in msg_q_snd() 258 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex); in msg_q_rcv() 328 pthread_cond_broadcast(&p_msg_q->list_cond); in msg_q_unblock()
|
/hardware/qcom/sdm845/gps/msm8909/utils/ |
D | msg_q.c | 41 pthread_cond_t list_cond; /* Condition variable for waiting on msg queue */ member 123 if( pthread_cond_init(&tmp_msg_q->list_cond, NULL) != 0 ) in msg_q_init() 170 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy() 214 pthread_cond_signal(&p_msg_q->list_cond); in msg_q_snd() 259 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex); in msg_q_rcv() 329 pthread_cond_broadcast(&p_msg_q->list_cond); in msg_q_unblock()
|
/hardware/qcom/sdm845/gps/msm8996/utils/ |
D | msg_q.c | 41 pthread_cond_t list_cond; /* Condition variable for waiting on msg queue */ member 123 if( pthread_cond_init(&tmp_msg_q->list_cond, NULL) != 0 ) in msg_q_init() 170 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy() 214 pthread_cond_signal(&p_msg_q->list_cond); in msg_q_snd() 259 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex); in msg_q_rcv() 329 pthread_cond_broadcast(&p_msg_q->list_cond); in msg_q_unblock()
|
/hardware/qcom/sdm845/gps/msm8960/utils/ |
D | msg_q.c | 41 pthread_cond_t list_cond; /* Condition variable for waiting on msg queue */ member 123 if( pthread_cond_init(&tmp_msg_q->list_cond, NULL) != 0 ) in msg_q_init() 170 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy() 214 pthread_cond_signal(&p_msg_q->list_cond); in msg_q_snd() 259 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex); in msg_q_rcv() 329 pthread_cond_broadcast(&p_msg_q->list_cond); in msg_q_unblock()
|
/hardware/qcom/sdm845/gps/msm8084/utils/ |
D | msg_q.c | 41 pthread_cond_t list_cond; /* Condition variable for waiting on msg queue */ member 123 if( pthread_cond_init(&tmp_msg_q->list_cond, NULL) != 0 ) in msg_q_init() 170 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy() 214 pthread_cond_signal(&p_msg_q->list_cond); in msg_q_snd() 259 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex); in msg_q_rcv() 329 pthread_cond_broadcast(&p_msg_q->list_cond); in msg_q_unblock()
|
/hardware/qcom/sdm845/gps/msm8994/utils/ |
D | msg_q.c | 41 pthread_cond_t list_cond; /* Condition variable for waiting on msg queue */ member 123 if( pthread_cond_init(&tmp_msg_q->list_cond, NULL) != 0 ) in msg_q_init() 170 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy() 214 pthread_cond_signal(&p_msg_q->list_cond); in msg_q_snd() 259 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex); in msg_q_rcv() 329 pthread_cond_broadcast(&p_msg_q->list_cond); in msg_q_unblock()
|
/hardware/qcom/gps/utils/ |
D | msg_q.c | 41 pthread_cond_t list_cond; /* Condition variable for waiting on msg queue */ member 123 if( pthread_cond_init(&tmp_msg_q->list_cond, NULL) != 0 ) in msg_q_init() 170 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy() 214 pthread_cond_signal(&p_msg_q->list_cond); in msg_q_snd() 259 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex); in msg_q_rcv() 329 pthread_cond_broadcast(&p_msg_q->list_cond); in msg_q_unblock()
|
/hardware/qcom/gps/msm8084/utils/ |
D | msg_q.c | 41 pthread_cond_t list_cond; /* Condition variable for waiting on msg queue */ member 123 if( pthread_cond_init(&tmp_msg_q->list_cond, NULL) != 0 ) in msg_q_init() 170 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy() 214 pthread_cond_signal(&p_msg_q->list_cond); in msg_q_snd() 259 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex); in msg_q_rcv() 329 pthread_cond_broadcast(&p_msg_q->list_cond); in msg_q_unblock()
|
/hardware/qcom/gps/msm8996/utils/ |
D | msg_q.c | 41 pthread_cond_t list_cond; /* Condition variable for waiting on msg queue */ member 123 if( pthread_cond_init(&tmp_msg_q->list_cond, NULL) != 0 ) in msg_q_init() 170 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy() 214 pthread_cond_signal(&p_msg_q->list_cond); in msg_q_snd() 259 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex); in msg_q_rcv() 329 pthread_cond_broadcast(&p_msg_q->list_cond); in msg_q_unblock()
|
/hardware/qcom/gps/msm8909/utils/ |
D | msg_q.c | 41 pthread_cond_t list_cond; /* Condition variable for waiting on msg queue */ member 123 if( pthread_cond_init(&tmp_msg_q->list_cond, NULL) != 0 ) in msg_q_init() 170 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy() 214 pthread_cond_signal(&p_msg_q->list_cond); in msg_q_snd() 259 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex); in msg_q_rcv() 329 pthread_cond_broadcast(&p_msg_q->list_cond); in msg_q_unblock()
|
/hardware/qcom/gps/msm8960/utils/ |
D | msg_q.c | 41 pthread_cond_t list_cond; /* Condition variable for waiting on msg queue */ member 123 if( pthread_cond_init(&tmp_msg_q->list_cond, NULL) != 0 ) in msg_q_init() 170 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy() 214 pthread_cond_signal(&p_msg_q->list_cond); in msg_q_snd() 259 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex); in msg_q_rcv() 329 pthread_cond_broadcast(&p_msg_q->list_cond); in msg_q_unblock()
|
/hardware/qcom/sdm845/gps/utils/ |
D | msg_q.c | 41 pthread_cond_t list_cond; /* Condition variable for waiting on msg queue */ member 123 if( pthread_cond_init(&tmp_msg_q->list_cond, NULL) != 0 ) in msg_q_init() 170 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy() 214 pthread_cond_signal(&p_msg_q->list_cond); in msg_q_snd() 259 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex); in msg_q_rcv() 329 pthread_cond_broadcast(&p_msg_q->list_cond); in msg_q_unblock()
|
/hardware/qcom/sdm845/gps/sdm845/utils/ |
D | msg_q.c | 40 pthread_cond_t list_cond; /* Condition variable for waiting on msg queue */ member 122 if( pthread_cond_init(&tmp_msg_q->list_cond, NULL) != 0 ) in msg_q_init() 169 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy() 213 pthread_cond_signal(&p_msg_q->list_cond); in msg_q_snd() 256 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex); in msg_q_rcv() 326 pthread_cond_broadcast(&p_msg_q->list_cond); in msg_q_unblock()
|
/hardware/qcom/gps/msm8994/utils/ |
D | msg_q.c | 41 pthread_cond_t list_cond; /* Condition variable for waiting on msg queue */ member 123 if( pthread_cond_init(&tmp_msg_q->list_cond, NULL) != 0 ) in msg_q_init() 170 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy() 214 pthread_cond_signal(&p_msg_q->list_cond); in msg_q_snd() 259 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex); in msg_q_rcv() 329 pthread_cond_broadcast(&p_msg_q->list_cond); in msg_q_unblock()
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
D | msg_q.c | 40 pthread_cond_t list_cond; /* Condition variable for waiting on msg queue */ member 122 if( pthread_cond_init(&tmp_msg_q->list_cond, NULL) != 0 ) in msg_q_init() 169 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy() 213 pthread_cond_signal(&p_msg_q->list_cond); in msg_q_snd() 256 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex); in msg_q_rcv() 326 pthread_cond_broadcast(&p_msg_q->list_cond); in msg_q_unblock()
|
/hardware/qcom/gps/msm8998/utils/ |
D | msg_q.c | 40 pthread_cond_t list_cond; /* Condition variable for waiting on msg queue */ member 122 if( pthread_cond_init(&tmp_msg_q->list_cond, NULL) != 0 ) in msg_q_init() 169 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy() 213 pthread_cond_signal(&p_msg_q->list_cond); in msg_q_snd() 258 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex); in msg_q_rcv() 328 pthread_cond_broadcast(&p_msg_q->list_cond); in msg_q_unblock()
|