Lines Matching refs:Enable
4 bool "Enable POSIX file system and I/O"
11 bool "Enable devices as file descriptors"
16 bool "Enable standard I/O devices, e.g. STDOUT_FILENO"
21 bool "Enable I/O Multiplexing poll() <poll.h>"
26 bool "Enable I/O Multiplexing select() <sys/select.h>"
32 bool "Enable I/O event eventfd <sys/eventfd.h>"
39 bool "Enable I/O Multiplexing epoll <sys/epoll.h>"
44 bool "Enable Signalfd <sys/signalfd.h>"
57 bool "Enable I/O timerfd <sys/timerfd.h>"
62 bool "Enable BSD Socket I/O <sys/socket.h> <netdb.h>"
68 bool "Enable Terminal I/O <termios.h>"
73 bool "Enable Asynchronous I/O <aio.h>"
77 bool "Enable Memory-Mapped I/O <sys/mman.h>"
83 bool "Enable delay APIs, sleep()/usleep()/msleep() etc"
87 bool "Enable clock/time APIs, clock_gettime()/clock_settime() etc"
94 bool "Enable timer APIs, timer_create()/timer_gettime() etc"
98 bool "Enable pthreads APIs"
109 bool "Enable dynamic module APIs, dlopen()/dlsym()/dlclose() etc"
114 bool "Enable load dynamic module by custom"