Sign in
nginx
/
nginx
/
297c0487518d4b974a548dfd3d5d2f10c250177c
/
.
/
src
/
os
/
win32
/
ngx_os_thread.h
blob: 81eb3b968ded6a81967b30c54f67f5101404c577 [
file
]
#ifndef
_NGX_OS_THREAD_H_INCLUDED_
#define
_NGX_OS_THREAD_H_INCLUDED_
#include
<ngx_config.h>
typedef
HANDLE
ngx_os_tid_t
;
typedef
int
ngx_tid_t
;
typedef
LPTHREAD_START_ROUTINE
ngx_thread_start_routine_t
#endif
/* _NGX_OS_THREAD_H_INCLUDED_ */