代码搜索:blocking
找到约 1,859 项符合「blocking」的源代码
代码结果 1,859
www.eeworm.com/read/128841/14277053
h simple.h
// simple.h - written and placed in the public domain by Wei Dai
/*! \file
Simple non-interface classes derived from classes in cryptlib.h.
*/
#ifndef CRYPTOPP_SIMPLE_H
#define CRYPTOPP_SIMPL
www.eeworm.com/read/128841/14277477
cpp cryptlib.cpp
// cryptlib.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#ifndef CRYPTOPP_IMPORTS
#include "cryptlib.h"
#include "misc.h"
#include "filters.h"
#include "algpar
www.eeworm.com/read/226200/14489491
h ida.h
#ifndef CRYPTOPP_IDA_H
#define CRYPTOPP_IDA_H
#include "mqueue.h"
#include "filters.h"
#include "channels.h"
#include
#include
NAMESPACE_BEGIN(CryptoPP)
/// base class for
www.eeworm.com/read/116603/14963222
html blockingframe.html
Display page for Blocking at www.BruceEckel.comBlocking.java
www.eeworm.com/read/115525/15011997
h osrng.h
#ifndef CRYPTOPP_OSRNG_H
#define CRYPTOPP_OSRNG_H
#include "config.h"
#if !defined(NO_OS_DEPENDENCE)
#include "randpool.h"
NAMESPACE_BEGIN(CryptoPP)
//! Exception class for Random Numb
www.eeworm.com/read/206767/15290160
conf scheduling.conf
// # of Process
numprocess 3
// mean deivation
meandev 1100
// standard deviation
standdev 510
// process # I/O blocking
process 100
process 500
process 30
// duration of the sim
www.eeworm.com/read/171592/9745790
h mkbd.h
/* MMURTL Keyboard service direct blocking call */
/* MMURTL Operating System Source Code
Copyright 1991,1992,1993, Richard A. Burgess
ALL RIGHTS RESERVED
Version x0.8
*/
extern far
www.eeworm.com/read/267326/11182452
h filters.h
#ifndef CRYPTOPP_FILTERS_H
#define CRYPTOPP_FILTERS_H
#include "simple.h"
#include "secblock.h"
#include "misc.h"
#include "smartptr.h"
#include "queue.h"
#include "algparam.h"
NAMESPACE_B
www.eeworm.com/read/267326/11182497
h ida.h
#ifndef CRYPTOPP_IDA_H
#define CRYPTOPP_IDA_H
#include "mqueue.h"
#include "filters.h"
#include "channels.h"
#include
#include
NAMESPACE_BEGIN(CryptoPP)
/// base class for
www.eeworm.com/read/267326/11182608
h queue.h
// specification file for an unlimited queue for storing bytes
#ifndef CRYPTOPP_QUEUE_H
#define CRYPTOPP_QUEUE_H
#include "simple.h"
//#include
NAMESPACE_BEGIN(CryptoPP)
/**