Searched refs:ThreadFunctionReadRemoteData (Results 1 – 2 of 2) sorted by relevance
160 static void* ThreadFunctionReadRemoteData(void *arg);
706 int err = ::pthread_create (&m_rx_pthread, NULL, ThreadFunctionReadRemoteData, this); in StartReadRemoteDataThread()742 RNBRemote::ThreadFunctionReadRemoteData(void *arg) in ThreadFunctionReadRemoteData() function in RNBRemote