代码搜索:blocking

找到约 1,859 项符合「blocking」的源代码

代码结果 1,859
www.eeworm.com/read/136989/5827148

cpp test_sock_acceptor.cpp

#include "ace/SOCK_Acceptor.h" #include "ace/INET_Addr.h" #include "ace/Service_Config.h" #include "CPP-acceptor.h" ACE_RCSID (non_blocking, test_sock_acceptor, "test
www.eeworm.com/read/127694/6002590

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/126641/6015753

readme

easy_tls - generic SSL/TLS proxy ======== (... and example for non-blocking SSL/TLS I/O multiplexing.) easy_tls.c, easy_tls.h: Small generic SSL/TLS proxy library: With a few function calls
www.eeworm.com/read/120251/6078036

c pablio.c

/* * $Id: pablio.c,v 1.1 2004/08/21 00:11:38 pjcast Exp $ * pablio.c * Portable Audio Blocking Input/Output utility. * * Author: Phil Burk, http://www.softsynth.com * * This program uses
www.eeworm.com/read/113165/6140050

c pablio.c

/* * $Id: pablio.c,v 1.1 2004/08/21 00:11:38 pjcast Exp $ * pablio.c * Portable Audio Blocking Input/Output utility. * * Author: Phil Burk, http://www.softsynth.com * * This program uses
www.eeworm.com/read/101082/6245612

3 getmountent.3

.\" SCCSID: @(#)getmountent.3 8.1 9/11/90 .TH getmountent 3 .SH Name getmountent \- get information about mounted file systems without blocking .SH Syntax .nf .ft B #include #include
www.eeworm.com/read/101082/6247492

3 getmountent.3

.\" SCCSID: @(#)getmountent.3 8.1 9/11/90 .TH getmountent 3 .SH Name getmountent \- get information about mounted file systems without blocking .SH Syntax .nf .ft B #include #include
www.eeworm.com/read/494691/6360409

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/490627/6450145

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/476848/6752067

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