代码搜索:kqueue
找到约 77 项符合「kqueue」的源代码
代码结果 77
www.eeworm.com/read/375190/2726757
hpp kqueue_reactor_fwd.hpp
//
// kqueue_reactor_fwd.hpp
// ~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com)
// Copyright (c) 2005 Stefan Arentz (stefan at soze dot com)
//
www.eeworm.com/read/137626/5823004
c kbd.c
/* Support for keyboard interface */
/* $Id: kbd.c,v 1.112.6.7 2005/06/11 16:22:29 jonas Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include
#include
#ifdef HAVE_
www.eeworm.com/read/278507/10531589
c str_cli_kqueue04.c
#include "unp.h"
void
str_cli(FILE *fp, int sockfd)
{
int kq, i, n, nev, stdineof = 0, isfile;
char buf[MAXLINE];
struct kevent kev[2];
struct timespec ts;
struct stat st;
isfile = ((fst
www.eeworm.com/read/408584/11381305
c str_cli_kqueue04.c
#include "unp.h"
void
str_cli(FILE *fp, int sockfd)
{
int kq, i, n, nev, stdineof = 0, isfile;
char buf[MAXLINE];
struct kevent kev[2];
struct timespec ts;
struct stat st;
isfile = ((fst
www.eeworm.com/read/290808/3971158
c str_cli_kqueue04.c
#include "unp.h"
void
str_cli(FILE *fp, int sockfd)
{
int kq, i, n, nev, stdineof = 0, isfile;
char buf[MAXLINE];
struct kevent kev[2];
struct timespec ts;
struct stat st;
isfile = ((fst
www.eeworm.com/read/359662/10131439
authors
All files unless otherwise noted were written by Dan Kegel
Poller_select.* and Poller_devpoll.* written by Fred Cheng
Poller_kqueue.* written by Michael R
www.eeworm.com/read/178690/9388491
am makefile.am
noinst_LTLIBRARIES = libsub_torrent.la
libsub_torrent_la_SOURCES = \
bitfield.cc \
bitfield.h \
block.cc \
block.h \
block_failed.h \
block_list.cc \
block_list.h \
block_transfer.h \
chunk_
www.eeworm.com/read/402480/2321432
h config.h
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define if kqueue works correctly with pipes */
#undef HAVE_WORKING_KQUEUE
/* Define to `unsigned long long' if
www.eeworm.com/read/359662/10131354
html poller_bench.html
Microbenchmark comparing poll, kqueue, and /dev/poll - 24 Oct 2000
Microbenchmark comparing poll, kqueue, and /dev/poll - 24 Oct 2000
www.eeworm.com/read/325387/3484557
c ngx_aio_write.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
#include
#if (NGX_HAVE_KQUEUE)
#include
#endif
/*
* th