Home
last modified time | relevance | path

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

/external/dbus/bus/
Dmain.c48 #define RELOAD_READ_END 0 macro
230 if ((reload_pipe[RELOAD_READ_END] > 0) && in handle_reload_watch()
231 _dbus_read_socket (reload_pipe[RELOAD_READ_END], &str, 1) != 1) in handle_reload_watch()
306 watch = _dbus_watch_new (reload_pipe[RELOAD_READ_END], in setup_reload_pipe()
336 _dbus_close_socket (reload_pipe[RELOAD_READ_END], NULL); in close_reload_pipe()
337 reload_pipe[RELOAD_READ_END] = -1; in close_reload_pipe()