代码搜索:Non-blocking
找到约 428 项符合「Non-blocking」的源代码
代码结果 428
www.eeworm.com/read/198531/7931118
c fdmisc.c
/*
* OpenVPN -- An application to securely tunnel IP networks
* over a single UDP port, with support for TLS-based
* session authentication and key exchange,
*
www.eeworm.com/read/322022/13390938
java dgnonblockbug.java
package com.ronsoft.books.nio.channels;
import java.nio.ByteBuffer;
import java.nio.channels.DatagramChannel;
import java.net.SocketAddress;
import java.net.InetSocketAddress;
/**
* Test non-block
www.eeworm.com/read/141295/5774081
c execve.c
/* Redefinition of the execve system call, so that we can remove the
* non-blocking flags from the files we marked as non-blocking and
* asynchronous */
#include
#include
www.eeworm.com/read/265182/11274282
h dnonblock.h
#ifndef foodaemonnonblockhfoo
#define foodaemonnonblockhfoo
/* $Id: dnonblock.h 101 2005-11-18 20:39:12Z lennart $ */
/*
* This file is part of libdaemon.
*
* libdaemon is free software; you can
www.eeworm.com/read/127767/14336325
txt e178. accepting a connection on a serversocketchannel.txt
To create a ServerSocketChannel, see e177 Creating a Non-Blocking Server Socket.
// Get port that received the connection request; this information
// might be useful in determining how to