Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/macosx/safe-to-func-call/
H A Dmain.c11 fd_set fdset; in select_thread() local
12 FD_SET (STDIN_FILENO, &fdset); in select_thread()
14 select (2, &fdset, NULL, NULL, NULL); in select_thread()