代码搜索:epoll

找到约 132 项符合「epoll」的源代码

代码结果 132
www.eeworm.com/read/377882/9259301

h epoll.h

#ifndef EPOLL_H_ #define EPOLL_H_ typedef union epoll_data { void *ptr; int fd; unsigned int u32; unsigned __int64 u64; } epoll_data_t; struct epoll_event { unsig
www.eeworm.com/read/377882/9259308

cpp epoll.cpp

/* * epoll.c ( Efficent event polling implementation ) * Copyright (C) 2001,...,2002 Davide Libenzi * * This program is free software; you can redistribute it and/or modify * it under t
www.eeworm.com/read/136072/5874272

c epoll.c

/* vi: set sw=4 ts=4: */ /* * epoll_create() / epoll_ctl() / epoll_wait() for uClibc * * Copyright (C) 2005 by Erik Andersen * * GNU Library General Public License (LGPL)
www.eeworm.com/read/124910/6037211

h epoll.h

/* Copyright (C) 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of t
www.eeworm.com/read/487343/6519635

c epoll.c

#include #include #include #include #include #include #include #include #include #i
www.eeworm.com/read/262213/11601176

c epoll.c

#include #include #include #include #include #include #include #include #include #i
www.eeworm.com/read/219966/14857972

c epoll.c

/********************************************************* author: Adam Huang date:2005-10-26 *********************************************************/ #include #include
www.eeworm.com/read/486037/1254314

h epoll.h

/* Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under th
www.eeworm.com/read/486037/1255878

h epoll.h

/* Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under th
www.eeworm.com/read/480878/1313304

c epoll.c

/* Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyrig