代码搜索:timeout
找到约 9,694 项符合「timeout」的源代码
代码结果 9,694
www.eeworm.com/read/101971/15795970
h sys.h
/*
* Copyright (c) 2001, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provi
www.eeworm.com/read/275831/10794532
rb 13 - adding a timeout to a long-running operation.rb
# This code will sleep forever... OR WILL IT?
require 'timeout'
before = Time.now
begin
status = Timeout.timeout(5) { sleep }
rescue Timeout::Error
puts "I only slept for #{Time.now-before} second
www.eeworm.com/read/286336/8771082
c timer.c
//*********************************************************************************
//* ST 7538 DEMOBOARD SOFTWARE timer.c *
//*
www.eeworm.com/read/280897/10280531
h sec2drvtest.h
/****************************************************************************
* sec2drvTest.h - master include file for for SEC2 device driver test suite
*******************************************
www.eeworm.com/read/396009/8136830
c wdt_test.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include "
www.eeworm.com/read/130382/5958799
c clexpire.c
/*____________________________________________________________________________
Copyright (C) 1998 Network Associates, Inc.
All rights reserved.
CLexpire.c - product timeout routines (from Bre
www.eeworm.com/read/119340/6089348
java aeproxyfactory.java
/*
* Created on 06-Dec-2004
* Created by Paul Gardner
* Copyright (C) 2004 Aelitis, All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under
www.eeworm.com/read/119340/6089355
java aesocksproxyfactory.java
/*
* Created on 08-Dec-2004
* Created by Paul Gardner
* Copyright (C) 2004 Aelitis, All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under
www.eeworm.com/read/124072/14594993
h time.h
#ifndef MY_TIME_H
#define MY_TIME_H
char *GetTime();
char *GetFmtTime();
int timeoutopen(int timeout);
int timeoutclose();
int TimeOut(int fd,int timeout);
#endif
www.eeworm.com/read/124071/14595021
h time.h
#ifndef MY_TIME_H
#define MY_TIME_H
char *GetTime();
char *GetFmtTime();
int timeoutopen(int timeout);
int timeoutclose();
int TimeOut(int fd,int timeout);
#endif