Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
ngx_cycle.c File Reference
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_event.h>
Include dependency graph for ngx_cycle.c:

Go to the source code of this file.

Functions

ngx_cycle_tngx_init_cycle (ngx_cycle_t *old_cycle)
ngx_int_t ngx_create_pidfile (ngx_str_t *name, ngx_log_t *log)
void ngx_delete_pidfile (ngx_cycle_t *cycle)
ngx_int_t ngx_signal_process (ngx_cycle_t *cycle, char *sig)
void ngx_reopen_files (ngx_cycle_t *cycle, ngx_uid_t user)
ngx_shm_zone_tngx_shared_memory_add (ngx_conf_t *cf, ngx_str_t *name, size_t size, void *tag)

Variables

volatile ngx_cycle_tngx_cycle
ngx_array_t ngx_old_cycles
ngx_uint_t ngx_test_config
ngx_uint_t ngx_quiet_mode

Function Documentation

ngx_int_t ngx_create_pidfile ( ngx_str_t name,
ngx_log_t log 
)

Definition at line 969 of file ngx_cycle.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void ngx_delete_pidfile ( ngx_cycle_t cycle)

Definition at line 1014 of file ngx_cycle.c.

Here is the call graph for this function:

Here is the caller graph for this function:

ngx_cycle_t* ngx_init_cycle ( ngx_cycle_t old_cycle)

Definition at line 43 of file ngx_cycle.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void ngx_reopen_files ( ngx_cycle_t cycle,
ngx_uid_t  user 
)

Definition at line 1116 of file ngx_cycle.c.

Here is the call graph for this function:

Here is the caller graph for this function:

ngx_shm_zone_t* ngx_shared_memory_add ( ngx_conf_t cf,
ngx_str_t name,
size_t  size,
void *  tag 
)

Definition at line 1245 of file ngx_cycle.c.

Here is the call graph for this function:

Here is the caller graph for this function:

ngx_int_t ngx_signal_process ( ngx_cycle_t cycle,
char *  sig 
)

Definition at line 1031 of file ngx_cycle.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

volatile ngx_cycle_t* ngx_cycle

Definition at line 21 of file ngx_cycle.c.

ngx_array_t ngx_old_cycles

Definition at line 22 of file ngx_cycle.c.

ngx_uint_t ngx_quiet_mode

Definition at line 28 of file ngx_cycle.c.

ngx_uint_t ngx_test_config

Definition at line 27 of file ngx_cycle.c.