HomeSort by relevance Sort by last modified time
    Searched refs:force_fork (Results 1 - 3 of 3) sorted by null

  /external/dbus/bus/
main.c 235 int force_fork; local
248 force_fork = FORK_FOLLOW_CONFIG_FILE;
265 force_fork = FORK_NEVER;
267 force_fork = FORK_ALWAYS;
421 context = bus_context_new (&config_file, force_fork,
bus.h 73 ForceForkSetting force_fork,
bus.c 531 ForceForkSetting force_fork,
685 if ((force_fork != FORK_NEVER && context->fork) || force_fork == FORK_ALWAYS)
    [all...]

Completed in 61 milliseconds