|
Groonga 3.0.9 Source Code Document
|

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 |
Definition at line 33 of file ngx_posix_init.c.


| void ngx_os_status | ( | ngx_log_t * | log | ) |
Definition at line 83 of file ngx_posix_init.c.


| 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 |
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.
1.8.1.2