Home
last modified time | relevance | path

Searched defs:FDSet (Results 1 – 25 of 77) sorted by relevance

1234

/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/creack/goselect/
H A Dfdset_windows.go10 type FDSet struct { struct
11 fd_count uint
12 fd_array [FD_SETSIZE]uintptr
16 func (fds *FDSet) Set(fd uintptr) {
32 func (fds *FDSet) Clear(fd uintptr) {
47 func (fds *FDSet) IsSet(fd uintptr) bool {
55 func (fds *FDSet) Zero() {
H A Dfdset_unsupported.go8 type FDSet struct{} struct
11 func (fds *FDSet) Set(fd uintptr) {}
14 func (fds *FDSet) Clear(fd uintptr) {}
17 func (fds *FDSet) IsSet(fd uintptr) bool { return false }
20 func (fds *FDSet) Zero() {}
H A Dzselect_windows.go17 func _select(nfds int, readfds *FDSet, writefds *FDSet, exceptfds *FDSet, timeout *syscall.Timeval)…
28 func __WSAFDIsSet(handle syscall.Handle, fdset *FDSet) (isset int, err error) {
H A Dselect.go9 func Select(n int, r, w, e *FDSet, timeout time.Duration) error {
20 func RetrySelect(n int, r, w, e *FDSet, timeout time.Duration, retries int, retryDelay time.Duratio…
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/creack/goselect/
H A Dfdset_windows.go10 type FDSet struct { struct
11 fd_count uint
12 fd_array [FD_SETSIZE]uintptr
16 func (fds *FDSet) Set(fd uintptr) {
32 func (fds *FDSet) Clear(fd uintptr) {
47 func (fds *FDSet) IsSet(fd uintptr) bool {
55 func (fds *FDSet) Zero() {
H A Dfdset_unsupported.go8 type FDSet struct{} struct
11 func (fds *FDSet) Set(fd uintptr) {}
14 func (fds *FDSet) Clear(fd uintptr) {}
17 func (fds *FDSet) IsSet(fd uintptr) bool { return false }
20 func (fds *FDSet) Zero() {}
H A Dzselect_windows.go17 func _select(nfds int, readfds *FDSet, writefds *FDSet, exceptfds *FDSet, timeout *syscall.Timeval)…
28 func __WSAFDIsSet(handle syscall.Handle, fdset *FDSet) (isset int, err error) {
H A Dselect.go9 func Select(n int, r, w, e *FDSet, timeout time.Duration) error {
20 func RetrySelect(n int, r, w, e *FDSet, timeout time.Duration, retries int, retryDelay time.Duratio…
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/creack/goselect/
H A Dfdset_windows.go10 type FDSet struct { struct
11 fd_count uint
12 fd_array [FD_SETSIZE]uintptr
16 func (fds *FDSet) Set(fd uintptr) {
32 func (fds *FDSet) Clear(fd uintptr) {
47 func (fds *FDSet) IsSet(fd uintptr) bool {
55 func (fds *FDSet) Zero() {
H A Dfdset_unsupported.go8 type FDSet struct{} struct
11 func (fds *FDSet) Set(fd uintptr) {}
14 func (fds *FDSet) Clear(fd uintptr) {}
17 func (fds *FDSet) IsSet(fd uintptr) bool { return false }
20 func (fds *FDSet) Zero() {}
H A Dzselect_windows.go17 func _select(nfds int, readfds *FDSet, writefds *FDSet, exceptfds *FDSet, timeout *syscall.Timeval)…
30 func __WSAFDIsSet(handle syscall.Handle, fdset *FDSet) (isset int, err error) {
H A Dselect.go9 func Select(n int, r, w, e *FDSet, timeout time.Duration) error {
20 func RetrySelect(n int, r, w, e *FDSet, timeout time.Duration, retries int, retryDelay time.Duratio…
H A Dselect_linux.go7 func sysSelect(n int, r, w, e *FDSet, timeout *syscall.Timeval) error {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/creack/goselect/
H A Dfdset_windows.go10 type FDSet struct { struct
11 fd_count uint
12 fd_array [FD_SETSIZE]uintptr
16 func (fds *FDSet) Set(fd uintptr) {
32 func (fds *FDSet) Clear(fd uintptr) {
47 func (fds *FDSet) IsSet(fd uintptr) bool {
55 func (fds *FDSet) Zero() {
H A Dfdset_unsupported.go8 type FDSet struct{} struct
11 func (fds *FDSet) Set(fd uintptr) {}
14 func (fds *FDSet) Clear(fd uintptr) {}
17 func (fds *FDSet) IsSet(fd uintptr) bool { return false }
20 func (fds *FDSet) Zero() {}
H A Dzselect_windows.go17 func _select(nfds int, readfds *FDSet, writefds *FDSet, exceptfds *FDSet, timeout *syscall.Timeval)…
30 func __WSAFDIsSet(handle syscall.Handle, fdset *FDSet) (isset int, err error) {
H A Dselect.go9 func Select(n int, r, w, e *FDSet, timeout time.Duration) error {
20 func RetrySelect(n int, r, w, e *FDSet, timeout time.Duration, retries int, retryDelay time.Duratio…
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/creack/goselect/
H A Dfdset_windows.go10 type FDSet struct { struct
11 fd_count uint
12 fd_array [FD_SETSIZE]uintptr
16 func (fds *FDSet) Set(fd uintptr) {
32 func (fds *FDSet) Clear(fd uintptr) {
47 func (fds *FDSet) IsSet(fd uintptr) bool {
55 func (fds *FDSet) Zero() {
H A Dfdset_unsupported.go8 type FDSet struct{} struct
11 func (fds *FDSet) Set(fd uintptr) {}
14 func (fds *FDSet) Clear(fd uintptr) {}
17 func (fds *FDSet) IsSet(fd uintptr) bool { return false }
20 func (fds *FDSet) Zero() {}
H A Dzselect_windows.go17 func _select(nfds int, readfds *FDSet, writefds *FDSet, exceptfds *FDSet, timeout *syscall.Timeval)…
28 func __WSAFDIsSet(handle syscall.Handle, fdset *FDSet) (isset int, err error) {
H A Dselect.go9 func Select(n int, r, w, e *FDSet, timeout time.Duration) error {
20 func RetrySelect(n int, r, w, e *FDSet, timeout time.Duration, retries int, retryDelay time.Duratio…
/dports/devel/tinygo/tinygo-0.14.1/vendor/go.bug.st/serial/unixutils/
H A Dselect.go18 type FDSet struct { struct
19 set goselect.FDSet
20 max uintptr
31 func (s *FDSet) Add(fds ...int) {
70 func Select(rd, wr, er *FDSet, timeout time.Duration) (*FDResultSets, error) {
/dports/www/kannel/gateway-1.4.4/gwlib/
H A Dfdset.c70 struct FDSet struct
76 long poll_thread;
83 struct pollfd *pollinfo;
84 int size;
85 int entries;
88 time_t *times;
91 long timeout;
97 void **datafields;
112 int scanning;
118 int deleted_entries;
[all …]
H A Dfdset.h61 typedef struct FDSet FDSet; typedef
/dports/devel/creduce/creduce-2.10.0/clang_delta/
H A DReplaceUndefinedFunction.cpp134 const FunctionDeclSet *FDSet = (*I).second; in doAnalysis() local
154 FunctionDeclSet *FDSet = (*I).second; in handleOneFunctionDecl() local
165 FunctionDeclSet *FDSet = new FunctionDeclSet(); in handleOneFunctionDecl() local
176 const FunctionDeclSet *FDSet = (*I).second; in ~ReplaceUndefinedFunction() local

1234