Searched refs:m_threadKey (Results 1 – 2 of 2) sorted by relevance
76 : m_threadKey(osl_createThreadKey(delete_CURL)) { in FTPLoaderThread()82 osl_destroyThreadKey(m_threadKey); in ~FTPLoaderThread()88 CURL* ret = osl_getThreadKeyData(m_threadKey); in handle()99 osl_setThreadKeyData(m_threadKey,static_cast<void*>(ret)); in handle()
62 oslThreadKey m_threadKey; member in ftp::FTPLoaderThread
Completed in 8 milliseconds