Home
last modified time | relevance | path

Searched refs:NO_FDS (Results 1 – 3 of 3) sorted by relevance

/dports/lang/ocaml/ocaml-4.05.0/otherlibs/threads/
H A Dscheduler.c119 #define NO_FDS Val_unit macro
182 curr_thread->readfds = NO_FDS; in thread_initialize()
183 curr_thread->writefds = NO_FDS; in thread_initialize()
184 curr_thread->exceptfds = NO_FDS; in thread_initialize()
255 th->readfds = NO_FDS; in thread_new()
256 th->writefds = NO_FDS; in thread_new()
257 th->exceptfds = NO_FDS; in thread_new()
464 if (r != NO_FDS || w != NO_FDS || e != NO_FDS) { in schedule_thread()
493 Assign(run_thread->readfds, NO_FDS); in schedule_thread()
494 Assign(run_thread->writefds, NO_FDS); in schedule_thread()
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/threads/
H A Dscheduler.c119 #define NO_FDS Val_unit macro
182 curr_thread->readfds = NO_FDS; in thread_initialize()
183 curr_thread->writefds = NO_FDS; in thread_initialize()
184 curr_thread->exceptfds = NO_FDS; in thread_initialize()
255 th->readfds = NO_FDS; in thread_new()
256 th->writefds = NO_FDS; in thread_new()
257 th->exceptfds = NO_FDS; in thread_new()
464 if (r != NO_FDS || w != NO_FDS || e != NO_FDS) { in schedule_thread()
493 Assign(run_thread->readfds, NO_FDS); in schedule_thread()
494 Assign(run_thread->writefds, NO_FDS); in schedule_thread()
[all …]
/dports/x11/xterm/xterm-370/
H A Dmain.c3222 #define NO_FDS {-1, -1} macro
3224 static int cp_pipe[2] = NO_FDS; /* this pipe is used for child to parent transfer */
3225 static int pc_pipe[2] = NO_FDS; /* this pipe is used for parent to child transfer */