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

Go to the source code of this file.

Functions

ngx_int_t ngx_os_init (ngx_log_t *log)
void ngx_os_status (ngx_log_t *log)

Variables

ngx_int_t ngx_ncpu
ngx_int_t ngx_max_sockets
ngx_uint_t ngx_inherited_nonblocking
ngx_uint_t ngx_tcp_nodelay_and_tcp_nopush
struct rlimit rlmt
ngx_os_io_t ngx_os_io

Function Documentation

ngx_int_t ngx_os_init ( ngx_log_t log)

Definition at line 33 of file ngx_posix_init.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void ngx_os_status ( ngx_log_t log)

Definition at line 83 of file ngx_posix_init.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

ngx_uint_t ngx_inherited_nonblocking

Definition at line 15 of file ngx_posix_init.c.

ngx_int_t ngx_max_sockets

Definition at line 14 of file ngx_posix_init.c.

ngx_int_t ngx_ncpu

Definition at line 13 of file ngx_posix_init.c.

ngx_os_io_t ngx_os_io
Initial value:

Definition at line 22 of file ngx_posix_init.c.

ngx_uint_t ngx_tcp_nodelay_and_tcp_nopush

Definition at line 16 of file ngx_posix_init.c.

struct rlimit rlmt

Definition at line 19 of file ngx_posix_init.c.