Lines Matching defs:scoreboard
18 * @file scoreboard.h
19 * @brief Apache scoreboard library
48 * can properly update the scoreboard when a process dies). We may want
74 * arrays in the scoreboard never change between the parent and forked
80 /* Is the scoreboard shared between processes or not?
81 * Set by the MPM when the scoreboard is created.
156 } scoreboard;
196 /** Copy the contents of a worker scoreboard entry. The contents of
209 AP_DECLARE_DATA extern scoreboard *ap_scoreboard_image;
223 * Hook for post scoreboard creation, pre mpm.