Sign in
nginx
/
nginx
/
3b30a901b43c11c83ac598e0954c3c33a89d78fd
/
.
/
src
/
os
/
unix
/
ngx_pthread.h
blob: 845655f57bd2f4312e29f5355dcfb1adee4e3be4 [
file
] [
log
] [
blame
]
#ifndef
_NGX_OS_THREAD_H_INCLUDED_
#define
_NGX_OS_THREAD_H_INCLUDED_
#include
<pthread.h>
typedef
pthread_t
ngx_os_tid_t
;
typedef
int
ngx_tid_t
;
typedef
void
*(*)(
void
*)
ngx_thread_start_routine_t
#endif
/* _NGX_OS_THREAD_H_INCLUDED_ */