Searched refs:pthread_cond_timeout_np (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | QMIThread.h | 267 extern int pthread_cond_timeout_np(pthread_cond_t *cond, pthread_mutex_t * mutex, unsigned msecs);
|
| H A D | util.c | 116 int pthread_cond_timeout_np(pthread_cond_t *cond, pthread_mutex_t * mutex, unsigned msecs) { in pthread_cond_timeout_np() function
|
| H A D | atchannel.c | 764 err = pthread_cond_timeout_np(&cm_command_cond, &cm_command_mutex, timeoutMsec); in at_send_command_full_nolock()
|
| H A D | QMIThread.c | 608 ret = pthread_cond_timeout_np(&cm_command_cond, &cm_command_mutex, msecs); in QmiThreadSendQMITimeout()
|
| H A D | mbim-cm.c | 1403 ret = pthread_cond_timeout_np(&cm_command_cond, &cm_command_mutex, msecs); in mbim_send_command()
|