代码搜索:blocking
找到约 1,859 项符合「blocking」的源代码
代码结果 1,859
www.eeworm.com/read/395229/2446554
h signal.h
#ifndef __ASM_GENERIC_SIGNAL_H
#define __ASM_GENERIC_SIGNAL_H
#ifndef SIG_BLOCK
#define SIG_BLOCK 0 /* for blocking signals */
#endif
#ifndef SIG_UNBLOCK
#define SIG_UNBLOCK 1 /* for
www.eeworm.com/read/395229/2447249
h signal.h
#ifndef __ASM_GENERIC_SIGNAL_H
#define __ASM_GENERIC_SIGNAL_H
#ifndef SIG_BLOCK
#define SIG_BLOCK 0 /* for blocking signals */
#endif
#ifndef SIG_UNBLOCK
#define SIG_UNBLOCK 1 /* for
www.eeworm.com/read/192096/8406793
htm ch07_15.htm
Recipe 7.14. Doing Non-Blocking I/O (Perl Cookbook)
www.eeworm.com/read/189219/8484622
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 only by bl
www.eeworm.com/read/387005/8713397
c t0.c
/*
Non-blocking input
AUP2, Sec. 5.17 (not in book)
Copyright 2003 by Marc J. Rochkind. All rights reserved.
May be copied only for purposes and under conditions described
on the Web page www.ba
www.eeworm.com/read/185783/8986189
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 only by bl
www.eeworm.com/read/278507/10530841
c home_page.c
#include "web.h"
void
home_page(const char *host, const char *fname)
{
int fd, n;
char line[MAXLINE];
fd = Tcp_connect(host, SERV); /* blocking connect() */
n = snprintf(line, sizeof(line), GE
www.eeworm.com/read/331180/12841974
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 only by bl
www.eeworm.com/read/327324/13086170
c t0.c
/*
Non-blocking input
AUP2, Sec. 5.17 (not in book)
Copyright 2003 by Marc J. Rochkind. All rights reserved.
May be copied only for purposes and under conditions described
on the Web page www.ba
www.eeworm.com/read/136989/5827135
cpp test_spipe_acceptor.cpp
#include "ace/SPIPE_Acceptor.h"
#include "ace/SPIPE_Addr.h"
#include "ace/Service_Config.h"
#include "CPP-acceptor.h"
ACE_RCSID (non_blocking,
test_spipe_acceptor,
"t