代码搜索:blocking
找到约 1,859 项符合「blocking」的源代码
代码结果 1,859
www.eeworm.com/read/294797/3915199
c test_facility.c
/**
*@file test_facility.c
*@author Zlatan Stanojevic
*/
/*
* Specify I2C_BLOCKING before including "i2c_framing_layer.h" to make the Read/Write/Get/Set
* functions wait for the messa
www.eeworm.com/read/277562/4154225
c patest_read_record.c
/** @file patest_read_record.c
@ingroup test_src
@brief Record input into an array; Save array to a file; Playback recorded
data. Implemented using the blocking API (Pa_ReadStream(), Pa_WriteStr
www.eeworm.com/read/277562/4154240
c patest_write_stop.c
/** @file patest_write_stop.c
@brief Play a few seconds of silence followed by a few cycles of a sine wave. Tests to make sure that pa_StopStream() completes playback in blocking I/O
@author Bjorn R
www.eeworm.com/read/427042/1981386
c patest_write_sine.c
/** @file patest_write_sine.c
@brief Play a sine wave for several seconds using the blocking API (Pa_WriteStream())
@author Ross Bencina
@author Phil Burk
www.eeworm.com/read/427042/1981430
c patest_write_stop.c
/** @file patest_write_stop.c
@brief Play a few seconds of silence followed by a few cycles of a sine wave. Tests to make sure that pa_StopStream() completes playback in blocking I/O
@author Bjorn R
www.eeworm.com/read/383347/2617583
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/369426/2798609
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/160611/5569119
c patest_write_sine.c
/** @file patest_write_sine.c
@brief Play a sine wave for several seconds using the blocking API (Pa_WriteStream())
@author Ross Bencina
@author Phil Burk
www.eeworm.com/read/192259/8391428
c tty.c
#include "lprps.h"
#include
#include
static int block_flag = 1; /* default is blocking I/O */
void
set_block(void) /* turn off nonblocking flag */
{ /* called on
www.eeworm.com/read/287618/8678646
c get_key.c
/*
*
* Copyright (c) Sigma Designs, Inc. 2003. All rights reserved.
*
*/
/**
@file get_key.c
@brief non-blocking character read from terminal
@author Christian Wolff
*/
#include
#