Home
last modified time | relevance | path

Searched refs:pthread_cond_timeout_np (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DQMIThread.h267 extern int pthread_cond_timeout_np(pthread_cond_t *cond, pthread_mutex_t * mutex, unsigned msecs);
H A Dutil.c116 int pthread_cond_timeout_np(pthread_cond_t *cond, pthread_mutex_t * mutex, unsigned msecs) { in pthread_cond_timeout_np() function
H A Datchannel.c764 err = pthread_cond_timeout_np(&cm_command_cond, &cm_command_mutex, timeoutMsec); in at_send_command_full_nolock()
H A DQMIThread.c608 ret = pthread_cond_timeout_np(&cm_command_cond, &cm_command_mutex, msecs); in QmiThreadSendQMITimeout()
H A Dmbim-cm.c1403 ret = pthread_cond_timeout_np(&cm_command_cond, &cm_command_mutex, msecs); in mbim_send_command()