代码搜索:blocking
找到约 1,859 项符合「blocking」的源代码
代码结果 1,859
www.eeworm.com/read/136989/5838666
conf svc.conf
#
# svc.conf,v 1.1 2003/06/18 22:21:42 dengg Exp
#
static Advanced_Resource_Factory "-ORBReactorType select_mt -ORBReactorMaskSignals 0 -ORBFlushingStrategy blocking"
static Client_Strategy_Factor
www.eeworm.com/read/136989/5839088
conf svc.conf
#
# svc.conf,v 1.4 2002/12/23 01:20:38 bala Exp
#
static Advanced_Resource_Factory "-ORBReactorType select_mt -ORBReactorMaskSignals 0 -ORBFlushingStrategy blocking"
static Client_Strategy_Factory
www.eeworm.com/read/481537/6642732
c rtmutex.c
/*
* RT-Mutexes: simple blocking mutual exclusion locks with PI support
*
* started by Ingo Molnar and Thomas Gleixner.
*
* Copyright (C) 2004-2006 Red Hat, Inc., Ingo Molnar
www.eeworm.com/read/127767/14336949
txt e174. reading from a socketchannel.txt
See also e173 Creating a Non-Blocking Socket.
// Create a direct buffer to get bytes from socket.
// Direct buffers should be long-lived and be reused as much as possible.
ByteBuffer b
www.eeworm.com/read/127767/14337652
txt e175. writing to a socketchannel.txt
See also e173 Creating a Non-Blocking Socket.
// Create a direct buffer to get bytes from socket.
// Direct buffers should be long-lived and be reused as much as possible.
ByteBuffer b
www.eeworm.com/read/245298/4505237
java eventqueue.java
package com.hypefiend.javagamebook.common;
import java.util.LinkedList;
import org.apache.log4j.Logger;
/**
* EventQueue.java
*
* Blocking queue of GameEvents.
*
* @author
www.eeworm.com/read/237824/4620818
py role.py
"""
Single-session, blocking network I/O classes.
Copyright 1999-2004 by Ilya Etingof . See LICENSE for
details.
"""
import socket, select
from types import TupleType, ListTyp
www.eeworm.com/read/180137/5291068
m4 acinclude.m4
dnl Check for how to set a socket to non-blocking state. There seems to exist
dnl four known different ways, with the one used almost everywhere being POSIX
dnl and XPG3, while the other different way
www.eeworm.com/read/340511/3285132
java eventqueue.java
package com.hypefiend.javagamebook.common;
import java.util.LinkedList;
import org.apache.log4j.Logger;
/**
* EventQueue.java
*
* Blocking queue of GameEvents.
*
* @author
www.eeworm.com/read/336357/3351731
java eventqueue.java
package com.hypefiend.javagamebook.common;
import java.util.LinkedList;
import org.apache.log4j.Logger;
/**
* EventQueue.java
*
* Blocking queue of GameEvents.
*
* @author