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

/haiku/src/apps/cortex/RouteApp/
H A DDormantNodeIO.cpp349 if(m_flags & NodeRef::NO_STOP)
350 _write_simple(_FLAG_ELEMENT, "NO_STOP", context);
450 else if(!strcmp(data, "NO_STOP"))
451 ioFlags |= NodeRef::NO_STOP;
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.h135 NO_STOP = 1<<4, enumerator in enum:NodeRef::flag_t
H A DNodeRef.cpp1957 if(m_flags & NO_START_STOP || m_flags & NO_STOP)
1994 m_flags & NO_STOP ||

Completed in 100 milliseconds