Home | History | Annotate | Download | only in tf_daemon

Lines Matching refs:fork

407    LogInfo("-d         Turns on debug mode.  If not specified, the daemon will fork itself");
1323 * Turns this application into a daemon => fork off parent process, setup logging, ...
1332 /* Fork off the parent process */
1333 pid = fork();