Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ngx_os_thread.h « win32 « os « src - github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 81eb3b968ded6a81967b30c54f67f5101404c577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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_ */