代码搜索:kqueue
找到约 77 项符合「kqueue」的源代码
代码结果 77
www.eeworm.com/read/325387/3484564
c ngx_aio_read.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
#include
#if (NGX_HAVE_KQUEUE)
#include
#endif
/*
* th
www.eeworm.com/read/292685/3950454
c ngx_aio_write.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
#include
#if (NGX_HAVE_KQUEUE)
#include
#endif
/*
* th
www.eeworm.com/read/292685/3950461
c ngx_aio_read.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
#include
#if (NGX_HAVE_KQUEUE)
#include
#endif
/*
* th
www.eeworm.com/read/434168/1874634
c ngx_aio_write.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
#include
#if (NGX_HAVE_KQUEUE)
#include
#endif
/*
* th
www.eeworm.com/read/434168/1874641
c ngx_aio_read.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
#include
#if (NGX_HAVE_KQUEUE)
#include
#endif
/*
* th
www.eeworm.com/read/325387/3484359
c ngx_aio_module.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
#include
#if (NGX_HAVE_KQUEUE)
#include
#endif
static n
www.eeworm.com/read/292685/3950371
c ngx_aio_module.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
#include
#if (NGX_HAVE_KQUEUE)
#include
#endif
static n
www.eeworm.com/read/434168/1874550
c ngx_aio_module.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
#include
#if (NGX_HAVE_KQUEUE)
#include
#endif
static n
www.eeworm.com/read/412251/2172538
svn-base socketopsfreebsd.cpp.svn-base
#include "Network.h"
#ifdef CONFIG_USE_KQUEUE
namespace SocketOps
{
// Create file descriptor for socket i/o operations.
SOCKET CreateTCPFileDescriptor()
{
// create
www.eeworm.com/read/139060/13191108
h fdwatch.h
/* fdwatch.h - header file for fdwatch package
**
** This package abstracts the use of the select()/poll()/kqueue()
** system calls. The basic function of these calls is to watch a set
** of file des