Searched refs:s_tid_reader (Results 1 – 2 of 2) sorted by relevance
44 static pthread_t s_tid_reader; variable653 ret = pthread_create(&s_tid_reader, &attr, readerLoop, NULL); in at_open()805 if (0 != pthread_equal(s_tid_reader, pthread_self())) { in at_send_command_full()951 if (0 != pthread_equal(s_tid_reader, pthread_self())) { in at_handshake()
797 static pthread_t s_tid_reader = 0; variable1381 if (s_tid_reader == 0) in mbim_send_command()1437 s_tid_reader = pthread_self(); in mbim_read_thread()1530 s_tid_reader = 0; in mbim_read_thread()