Searched refs:ReleaseSRWLockExclusive (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Drw_lock_win.cc24 typedef void (WINAPI* ReleaseSRWLockExclusive)(PSRWLOCK); typedef in namespace:webrtc
33 ReleaseSRWLockExclusive release_srw_lock_exclusive;
81 (ReleaseSRWLockExclusive)GetProcAddress(library,
82 "ReleaseSRWLockExclusive");

Completed in 145 milliseconds