Logo
Explore Help
Sign In
mirror/libowfat
1
0
Fork 0
You've already forked libowfat
Code Issues Pull Requests Packages Projects Releases Wiki Activity
libowfat/io/io_timeout.c

8 lines
129 B
C
Raw Normal View History

add long long buffer routines add tai64 and tai6464 typedefs add error message buffer routines add io timeout routines
2003-09-05 21:09:14 +00:00
#include "io_internal.h"
void io_timeout(int64 d,tai6464 t) {
switch io_fds from array to newly implemented (hopefully thread-safe) iarray switch epoll from level triggering to edge triggering
2014-04-04 18:11:03 +00:00
io_entry* e=iarray_get(&io_fds,d);
add long long buffer routines add tai64 and tai6464 typedefs add error message buffer routines add io timeout routines
2003-09-05 21:09:14 +00:00
if (e)
e->timeout=t;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.3 Page: 622ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API