代码搜索:blocking
找到约 1,859 项符合「blocking」的源代码
代码结果 1,859
www.eeworm.com/read/139182/5807260
cxx cbrecord.cxx
/* This implements 'Call Blocking' subclass of
* the 'Record' superclass.
*
* CallBlockRecord.cxx version 1.0 -- 18 Mar 2003
* Suha Cubukcuoglu
*/
www.eeworm.com/read/226035/14502632
h rtduplex.h
/***************************************************/
/*! \class RtDuplex
\brief STK realtime audio (blocking) input/output class.
This class provides a simplified interface to
RtAudio fo
www.eeworm.com/read/226035/14502882
cpp rtduplex.cpp
/***************************************************/
/*! \class RtDuplex
\brief STK realtime audio (blocking) input/output class.
This class provides a simplified interface to
RtAudio fo
www.eeworm.com/read/17937/767681
v reg4_bpa.v
//--------------------------------------------------
//4-bit register for Blocking Procedural Assignment
//Filename : reg_bpa.v
//--------------------------------------------------
module reg4_bpa
www.eeworm.com/read/368409/9697040
v reg4_bpa.v
//--------------------------------------------------
//4-bit register for Blocking Procedural Assignment
//Filename : reg_bpa.v
//--------------------------------------------------
module reg4_bpa
www.eeworm.com/read/17937/767671
v reg4_nbp.v
//--------------------------------------------------
//4-bit register for Non-blocking Procedural Assignment
//Filename : reg_nbp.v
//--------------------------------------------------
module reg4
www.eeworm.com/read/200978/5063104
hip mfmexcpt.hip
void mFm12_01Exception( u8 vp_Blocking, u32 vp_CompactedParam );
www.eeworm.com/read/200978/5063194
hip fsexcpt.hip
void Fs12_01Exception( u8 vp_Blocking, u32 vp_CompactedParam );
www.eeworm.com/read/303749/3809146
c receiver.c
// Module Name: Receiver.c
//
// Description:
// This sample receives UDP datagrams by binding to the specified
// interface and port number and then blocking on a recvfrom()
// call
/
www.eeworm.com/read/208214/4995080
m ttpost.m
% TTPOST Post a message to a mailbox (blocking)
%
% Usage: ttPost(mailboxname, msg)
%
% Inputs:
% mailboxname Name of a mailbox.
% msg The contents of the message to be posted.
%