OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:force_fork
(Results
1 - 3
of
3
) sorted by null
/external/dbus/bus/
main.c
276
int
force_fork
;
local
294
force_fork
= FORK_FOLLOW_CONFIG_FILE;
312
force_fork
= FORK_NEVER;
314
force_fork
= FORK_ALWAYS;
492
context = bus_context_new (&config_file,
force_fork
,
bus.h
75
ForceForkSetting
force_fork
,
bus.c
681
ForceForkSetting
force_fork
,
836
if ((
force_fork
!= FORK_NEVER && context->fork) ||
force_fork
== FORK_ALWAYS)
868
if ((
force_fork
!= FORK_NEVER && context->fork) ||
force_fork
== FORK_ALWAYS)
[
all
...]
Completed in 20 milliseconds