Searched defs:startup (Results 1 - 9 of 9) sorted by relevance
/httpd/modules/core/ |
H A D | mod_watchdog.c | 46 apr_thread_mutex_t *startup; member in struct:ap_watchdog_t 114 apr_thread_mutex_unlock(w->startup); 268 /* Create thread startup mutex */ 269 rc = apr_thread_mutex_create(&w->startup, APR_THREAD_MUTEX_UNNESTED, p); 284 apr_thread_mutex_lock(w->startup); 293 apr_thread_mutex_lock(w->startup); 294 apr_thread_mutex_unlock(w->startup); 295 apr_thread_mutex_destroy(w->startup);
|
/httpd/server/mpm/mpmt_os2/ |
H A D | mpmt_os2.c | 486 int startup = 0; local 490 startup = 1; 494 if (startup) { 507 if (startup) { 593 "Number of child processes launched at server startup" ),
|
/httpd/server/mpm/motorz/ |
H A D | motorz.c | 1501 int startup = 0; local 1513 startup = 1; 1519 (startup ? NULL : s), 1534 (startup ? NULL : s), 1544 (startup ? NULL : s), 1554 (startup ? NULL : s), 1632 int startup = 0; local 1637 startup = 1; 1641 if (startup) { 1657 if (startup) { [all...] |
/httpd/server/mpm/netware/ |
H A D | mpm_netware.c | 908 was specified at startup) */ 1013 int startup = 0; local 1017 startup = 1; 1021 if (startup) { 1042 if (startup) { 1058 if (startup) { 1071 if (startup) { 1351 "Number of worker threads launched at server startup"),
|
/httpd/server/mpm/prefork/ |
H A D | prefork.c | 1292 int startup = 0; local 1303 startup = 1; 1309 (startup ? NULL : s), 1324 (startup ? NULL : s), 1334 (startup ? NULL : s), 1344 (startup ? NULL : s), 1415 int startup = 0; local 1419 startup = 1; 1423 if (startup) { 1439 if (startup) { [all...] |
/httpd/server/mpm/winnt/ |
H A D | mpm_winnt.c | 1406 int startup = 0; local 1412 startup = 1; 1416 if (startup) { 1432 if (startup) { 1451 /* Don't need a startup console version here */ 1462 if (startup) { 1481 if (startup) {
|
/httpd/include/ |
H A D | http_core.h | 868 int startup; member in struct:ap_errorlog_info 890 * called. On failure, the provider should log a startup error 891 * message and return NULL to abort httpd startup.
|
/httpd/server/mpm/worker/ |
H A D | worker.c | 2016 int startup = 0; local 2028 startup = 1; 2034 (startup ? NULL : s), 2049 (startup ? NULL : s), 2059 (startup ? NULL : s), 2069 (startup ? NULL : s), 2172 int startup = 0; local 2176 startup = 1; 2180 if (startup) { 2196 if (startup) { [all...] |
/httpd/server/mpm/event/ |
H A D | event.c | 3275 int startup = 0; local 3286 startup = 1; 3292 (startup ? NULL : s), 3307 (startup ? NULL : s), 3317 (startup ? NULL : s), 3505 int startup = 0; local 3509 startup = 1; 3513 if (startup) { 3529 if (startup) { 3548 /* don't need a startup consol [all...] |
Completed in 51 milliseconds