Home
last modified time | relevance | path

Searched refs:_captureSemaphore (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.h369 semaphore_t _captureSemaphore; variable
Daudio_device_mac.cc191 kernErr = semaphore_destroy(mach_task_self(), _captureSemaphore); in ~AudioDeviceMac()
288 kernErr = semaphore_create(mach_task_self(), &_captureSemaphore, in Init()
2537 kern_return_t kernErr = semaphore_signal_all(_captureSemaphore); in implInDeviceIOProc()
2557 kern_return_t kernErr = semaphore_timedwait(_captureSemaphore, timeout); in implInConverterProc()