代码搜索:timeout
找到约 9,694 项符合「timeout」的源代码
代码结果 9,694
www.eeworm.com/read/453695/7414369
o timeout.o
www.eeworm.com/read/453695/7414385
o timeout.o
www.eeworm.com/read/438832/7725785
sh timeout.sh
#!/bin/bash
# timeout.sh
# 由Stephane Chazelas所编写,
#+ 本书作者做了一些修改.
INTERVAL=5 # 超时间隔
timedout_read() {
timeout=$1
varname=$2
old_tty_settings=`stty -g`
stty -icanon min 0 time
www.eeworm.com/read/289562/7805838
c timeout.c
#include "apue.h"
#include
#include
#include
extern int makethread(void *(*)(void *), void *);
struct to_info {
void (*to_fn)(void *); /* function */
void *to_arg
www.eeworm.com/read/198616/7923651
c timeout.c
#include "apue.h"
#include
#include
#include
extern int makethread(void *(*)(void *), void *);
struct to_info {
void (*to_fn)(void *); /* function */
void *to_arg
www.eeworm.com/read/197752/7971975
c timeout.c
/****************************************************************************
Copyright (c) 1999,2000 WU-FTPD Development Group.
All rights reserved.
Portions Copyright (c) 1980, 1985,
www.eeworm.com/read/196362/8097394
class timeout.class
www.eeworm.com/read/332098/12780220
c timeout.c
#include "apue.h"
#include
#include
#include
extern int makethread(void *(*)(void *), void *);
struct to_info {
void (*to_fn)(void *); /* function */
void *to_arg