HomeSort by relevance Sort by last modified time
    Searched refs:list_cond (Results 1 - 7 of 7) sorted by null

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

Completed in 7936 milliseconds