代码搜索:blocking
找到约 1,859 项符合「blocking」的源代码
代码结果 1,859
www.eeworm.com/read/470102/6924704
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
#
www.eeworm.com/read/467978/6997633
h porcess.h
#include "stdio.h"
#define running 1
#define aready 2 /* */
#define blocking 3
#define sometime 5
#define pn 10
struct
{
int name;
int status;
int ax, bx, cx, dx;
int pc;
int
www.eeworm.com/read/465478/7055419
c nbtest.c
/*
* nbtest.c: read and write in non-blocking mode
*
* Tested with 1.2 on the x86
*
* Actually, it should run with any Unix
*/
#include
#include
#include
#include
www.eeworm.com/read/465478/7055470
c nbtest.c
/*
* nbtest.c: read and write in non-blocking mode
*
* Tested with 1.2 on the x86
*
* Actually, it should run with any Unix
*/
#include
#include
#include
#include
www.eeworm.com/read/439204/7714450
h ts.h
#ifndef __CSOCKET_H
#define __CSOCKET_H
//extern "C" AFX_EXT_API void WINAPI InitCTCPSocket(void);
#define ESTSOCKET 0X2022
// connect flags for connection methed
#define BLOCKING_NOTIFY
www.eeworm.com/read/197120/8027406
h ts.h
#ifndef __CSOCKET_H
#define __CSOCKET_H
//extern "C" AFX_EXT_API void WINAPI InitCTCPSocket(void);
#define ESTSOCKET 0X2022
// connect flags for connection methed
#define BLOCKING_NOTIFY
www.eeworm.com/read/136959/13351053
c unxgetch.c
/*
** UNXGETCH.C - Non-blocking console input function for Unix/Posix.
**
** public domain by Bob Stout using Steve Poole's term_option().
*/
#include "unxconio.h"
int getch()
{
int istat, k
www.eeworm.com/read/303580/13812178
c nbtest.c
/*
* nbtest.c: read and write in non-blocking mode
*
* Tested with 1.2 on the x86
*
* Actually, it should run with any Unix
*/
#include
#include
#include
#include
www.eeworm.com/read/303580/13812229
c nbtest.c
/*
* nbtest.c: read and write in non-blocking mode
*
* Tested with 1.2 on the x86
*
* Actually, it should run with any Unix
*/
#include
#include
#include
#include
www.eeworm.com/read/141295/5774079
c select.c
/* Redefinition of the open system call, so that we can mark it
* as non-blocking and asynchronous */
#include
#include
#include
#include
#include