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

Go to the source code of this file.

Functions

ngx_int_t ngx_os_specific_init (ngx_log_t *log)
void ngx_os_specific_status (ngx_log_t *log)

Variables

u_char ngx_linux_kern_ostype [50]
u_char ngx_linux_kern_osrelease [50]
int ngx_linux_rtsig_max

Function Documentation

ngx_int_t ngx_os_specific_init ( ngx_log_t log)

Definition at line 34 of file ngx_linux_init.c.

Here is the call graph for this function:

void ngx_os_specific_status ( ngx_log_t log)

Definition at line 82 of file ngx_linux_init.c.

Here is the call graph for this function:

Variable Documentation

u_char ngx_linux_kern_osrelease[50]

Definition at line 13 of file ngx_linux_init.c.

u_char ngx_linux_kern_ostype[50]

Definition at line 12 of file ngx_linux_init.c.

int ngx_linux_rtsig_max

Definition at line 15 of file ngx_linux_init.c.