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

/haiku/src/servers/launch/
H A DLaunchDaemon.cpp74 TRIGGER_DEMAND = 0x02 enumerator in enum:launch_options
764 _LaunchJob(job, TRIGGER_DEMAND);
1739 && ((options & TRIGGER_DEMAND) == 0
1773 Calling this method will trigger a demand event if \c TRIGGER_DEMAND has
1786 if (!_CanLaunchJobRequirements(job, options | TRIGGER_DEMAND))
1796 if (!_LaunchJob(requirement, options | TRIGGER_DEMAND)) {

Completed in 33 milliseconds