代码搜索:blocking
找到约 1,859 项符合「blocking」的源代码
代码结果 1,859
www.eeworm.com/read/408584/11380694
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/129891/14219176
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/489717/1212127
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/465320/1520775
c pablio.c
/*
* $Id: pablio.c,v 1.2 2006/06/27 10:15:03 sumomo Exp $
* pablio.c
* Portable Audio Blocking Input/Output utility.
*
* Author: Phil Burk, http://www.softsynth.com
*
* This program uses
www.eeworm.com/read/246537/4493726
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/238768/4609983
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/213039/4931437
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
www.eeworm.com/read/213039/4931469
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/328357/3445129
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/316872/3599179
h signal.h
#ifndef __ASM_GENERIC_SIGNAL_H
#define __ASM_GENERIC_SIGNAL_H
#include
#ifndef SIG_BLOCK
#define SIG_BLOCK 0 /* for blocking signals */
#endif
#ifndef SIG_UNBLOCK
#define