comparison src/os/win32/ngx_process.h @ 374:213f17e9f776

nginx-0.0.7-2004-07-02-09:47:00 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 02 Jul 2004 05:47:00 +0000
parents 018569a8f09c
children da8c5707af39
comparison
equal deleted inserted replaced
373:018569a8f09c 374:213f17e9f776
21 #define NGX_PROCESS_WORKER 2 21 #define NGX_PROCESS_WORKER 2
22 22
23 23
24 ngx_pid_t ngx_execute(ngx_cycle_t *cycle, ngx_exec_ctx_t *ctx); 24 ngx_pid_t ngx_execute(ngx_cycle_t *cycle, ngx_exec_ctx_t *ctx);
25 25
26 #define ngx_sched_yeld() Sleep(0) 26 #define ngx_sched_yield() Sleep(0)
27 27
28 28
29 29
30 extern ngx_pid_t ngx_pid; 30 extern ngx_pid_t ngx_pid;
31 31