代码搜索:blocking

找到约 1,859 项符合「blocking」的源代码

代码结果 1,859
www.eeworm.com/read/427302/8952701

h block_dc.h

// Include file for the DC-blocking routine short block_dc(short sample);
www.eeworm.com/read/181501/9247900

lst slave.lst

C51 COMPILER V7.50 SLAVE 03/06/2006 11:44:01 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE SLAVE OBJECT MODULE PLACED IN .
www.eeworm.com/read/181501/9247910

c slave.c

/*------------------------------------------------------------------------------ ; This file is part of the RLC instruction ; Copyright (c) ; Version: 1.0 ;------------------------------------
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/296483/8100732

h inputsrc.h

// inputsrc.h // generic interface for a streaming input source // copyright SafeTP Development Group, Inc., 2000 Terms of use are as specified in license.txt // 6/7/99: added an output counterpart
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/311394/13631220

htm 16.htm

CTerm非常精华下载
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/14337854

txt e173. creating a non-blocking socket.txt

This example shows how to create a non-blocking socket. A non-blocking socket requires a socket channel. See also e176 Using a Selector to Manage Non-Blocking Sockets. // Creates a non-block