代码搜索:blocking
找到约 1,859 项符合「blocking」的源代码
代码结果 1,859
www.eeworm.com/read/240204/4577016
otml empldb.otml
oaa_Solve(
manager('Adam Cheyer',[],_),
[blocking(false)]
)
www.eeworm.com/read/343231/3223684
cpp server.cpp
// Module Name: server2.cpp
//
// Purpose:
// This application demonstrates how to write a more advanced mailslot
// server that works around a Windows 9x problem with canceling blocking
www.eeworm.com/read/436207/1851013
java tokeninstanceoccurrence.java
package weka.deduping.blocking;
/** A lightweight object for storing information about an occurrence of a token (a.k.a word, term)
* in a record.
*
* @author Ray Mooney
*/
public class TokenInst
www.eeworm.com/read/415934/2130620
js testrunner.js
var _config = {
fixture: null,
Test: [],
stats: {
all: 0,
bad: 0
},
queue: [],
blocking: true,
timeout: null,
expected: null,
currentModule: null,
asyncTimeout: 1 // seconds for async ti
www.eeworm.com/read/415934/2130797
js testrunner.js
var _config = {
fixture: null,
Test: [],
stats: {
all: 0,
bad: 0
},
queue: [],
blocking: true,
timeout: null,
expected: null,
currentModule: null,
asyncTimeout: 2 // seconds for async ti
www.eeworm.com/read/159854/5580191
cpp server.cpp
// Module Name: server2.cpp
//
// Purpose:
// This application demonstrates how to write a more advanced mailslot
// server that works around a Windows 9x problem with canceling blocking
www.eeworm.com/read/106891/15618472
c dnstest.c
/* DNSTest - Tests InetAddr non-blocking functions
* Copyright (C) 2000-2002 David Helder
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU
www.eeworm.com/read/386607/8735870
java brokenprimeproducer.java
package net.jcip.examples;
import java.math.BigInteger;
import java.util.concurrent.*;
/**
* BrokenPrimeProducer
*
* Unreliable cancellation that can leave producers stuck in a blocking oper