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

/fuchsia/zircon/system/dev/bus/platform/
H A Dplatform-i2c.cpp24 sync_completion_reset(&txn_signal_);
69 sync_completion_wait(&txn_signal_, ZX_TIME_INFINITE);
70 sync_completion_reset(&txn_signal_);
162 sync_completion_signal(&txn_signal_);
H A Dplatform-i2c.h48 sync_completion_t txn_signal_; member in class:platform_bus::PlatformI2cBus
/fuchsia/zircon/system/dev/bus/virtio/
H A Dblock.cpp115 sync_completion_reset(&txn_signal_);
265 sync_completion_signal(&txn_signal_);
461 sync_completion_wait(&txn_signal_, ZX_TIME_INFINITE);
462 sync_completion_reset(&txn_signal_);
H A Dblock.h104 sync_completion_t txn_signal_; member in class:virtio::BlockDevice

Completed in 33 milliseconds