comparison src/os/unix/ngx_freebsd_rfork_thread.c @ 305:4b1a3a4acc60

nginx-0.0.3-2004-04-02-19:13:20 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 02 Apr 2004 15:13:20 +0000
parents d4e65d74db9f
children 55e496a8ece3
comparison
equal deleted inserted replaced
304:bcbe876f4262 305:4b1a3a4acc60
24 * This threads implementation currently works on i486 and amd64 24 * This threads implementation currently works on i486 and amd64
25 * platforms only. 25 * platforms only.
26 */ 26 */
27 27
28 28
29 ngx_int_t ngx_threaded;
30 char *ngx_freebsd_kern_usrstack; 29 char *ngx_freebsd_kern_usrstack;
31 size_t ngx_thread_stack_size; 30 size_t ngx_thread_stack_size;
32 31
33 32
34 static size_t rz_size = /* STUB: PAGE_SIZE */ 4096; 33 static size_t rz_size = /* STUB: PAGE_SIZE */ 4096;