Home
last modified time | relevance | path

Searched defs:multi_threaded_local (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/rtc_base/third_party/sigslot/
Dsigslot.h163 multi_threaded_local() { InitializeCriticalSection(&m_critsec); } in multi_threaded_local() function
165 multi_threaded_local(const multi_threaded_local&) { in multi_threaded_local() argument
193 multi_threaded_local() { pthread_mutex_init(&m_mutex, nullptr); } in multi_threaded_local() function
194 multi_threaded_local(const multi_threaded_local&) { in multi_threaded_local() function