Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/
H A Dpdftops.c326 post_proc_pid = 0, /* Process ID of post-processing */ local
1143 if ((post_proc_pid = fork()) == 0)
1457 else if (post_proc_pid < 0)
1469 fprintf(stderr, "DEBUG: Started post-processing (PID %d)\n", post_proc_pid);
1532 kill(post_proc_pid, SIGTERM);
1564 (wait_pid == post_proc_pid ? "Post-processing" :
1581 (wait_pid == post_proc_pid ? "Post-processing" :
1599 (wait_pid == post_proc_pid ? "Post-processing" :
1616 (wait_pid == post_proc_pid ? "Post-processing" :

Completed in 2 milliseconds