Home
last modified time | relevance | path

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

/haiku/src/apps/cortex/NodeManager/
H A DNodeSyncThread.cpp89 m_portBufferSize(sizeof(_sync_op)) { in NodeSyncThread()
128 _sync_op op = {perfTime, position, timeout}; in sync()
133 sizeof(_sync_op)); in sync()
182 const _sync_op& op = *(_sync_op*)m_portBuffer; in _sync()
H A DNodeSyncThread.h117 struct _sync_op { struct