deimos.uv.unix

Undocumented in source.

Public Imports

deimos.uv._d
public import deimos.uv._d;

Members

Aliases

UV_PLATFORM_SEM_T
alias UV_PLATFORM_SEM_T = sem_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uv__dirent_t
alias uv__dirent_t = dirent
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uv__io_cb
alias uv__io_cb = ExternC!(void function(uv_loop_s* loop, uv__io_s* w, uint events))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uv__io_t
alias uv__io_t = uv__io_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uv_barrier_t
alias uv_barrier_t = pthread_barrier_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uv_cond_t
alias uv_cond_t = pthread_cond_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uv_file
alias uv_file = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uv_gid_t
alias uv_gid_t = gid_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uv_key_t
alias uv_key_t = pthread_key_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uv_mutex_t
alias uv_mutex_t = pthread_mutex_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uv_once_t
alias uv_once_t = pthread_once_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uv_os_fd_t
alias uv_os_fd_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uv_os_sock_t
alias uv_os_sock_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uv_pid_t
alias uv_pid_t = pid_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uv_rwlock_t
alias uv_rwlock_t = pthread_rwlock_t_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uv_sem_t
alias uv_sem_t = UV_PLATFORM_SEM_T
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uv_thread_t
alias uv_thread_t = pthread_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uv_uid_t
alias uv_uid_t = uid_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

NI_MAXSERV
enum NI_MAXSERV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_FS_O_FILEMAP
enum UV_FS_O_FILEMAP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_FS_O_RANDOM
enum UV_FS_O_RANDOM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_FS_O_SEQUENTIAL
enum UV_FS_O_SEQUENTIAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_FS_O_SHORT_LIVED
enum UV_FS_O_SHORT_LIVED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_FS_O_TEMPORARY
enum UV_FS_O_TEMPORARY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_REQ_TYPE_PRIVATE
enum UV_REQ_TYPE_PRIVATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV__DT_BLOCK
enum UV__DT_BLOCK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV__DT_CHAR
enum UV__DT_CHAR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV__DT_DIR
enum UV__DT_DIR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV__DT_FIFO
enum UV__DT_FIFO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV__DT_FILE
enum UV__DT_FILE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV__DT_LINK
enum UV__DT_LINK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV__DT_SOCKET
enum UV__DT_SOCKET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_uv_barrier
struct _uv_barrier
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uv__io_s
struct uv__io_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uv_barrier_t
struct uv_barrier_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uv_buf_t
struct uv_buf_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uv_lib_t
struct uv_lib_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Templates

HAVE_DIRENT_TYPES
template HAVE_DIRENT_TYPES()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_ASYNC_PRIVATE_FIELDS
template UV_ASYNC_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_CHECK_PRIVATE_FIELDS
template UV_CHECK_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_CONNECT_PRIVATE_FIELDS
template UV_CONNECT_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_DIR_PRIVATE_FIELDS
template UV_DIR_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_FS_EVENT_PRIVATE_FIELDS
template UV_FS_EVENT_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_FS_PRIVATE_FIELDS
template UV_FS_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_GETADDRINFO_PRIVATE_FIELDS
template UV_GETADDRINFO_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_GETNAMEINFO_PRIVATE_FIELDS
template UV_GETNAMEINFO_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_HANDLE_PRIVATE_FIELDS
template UV_HANDLE_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_IDLE_PRIVATE_FIELDS
template UV_IDLE_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_IO_PRIVATE_PLATFORM_FIELDS
template UV_IO_PRIVATE_PLATFORM_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_LOOP_PRIVATE_FIELDS
template UV_LOOP_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_PIPE_PRIVATE_FIELDS
template UV_PIPE_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_PLATFORM_LOOP_FIELDS
template UV_PLATFORM_LOOP_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_POLL_PRIVATE_FIELDS
template UV_POLL_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_PREPARE_PRIVATE_FIELDS
template UV_PREPARE_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_PRIVATE_REQ_TYPES
template UV_PRIVATE_REQ_TYPES()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_PROCESS_PRIVATE_FIELDS
template UV_PROCESS_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_REQ_PRIVATE_FIELDS
template UV_REQ_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_SHUTDOWN_PRIVATE_FIELDS
template UV_SHUTDOWN_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_SIGNAL_PRIVATE_FIELDS
template UV_SIGNAL_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_STREAM_PRIVATE_FIELDS
template UV_STREAM_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_STREAM_PRIVATE_PLATFORM_FIELDS
template UV_STREAM_PRIVATE_PLATFORM_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_TCP_PRIVATE_FIELDS
template UV_TCP_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_TIMER_PRIVATE_FIELDS
template UV_TIMER_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_TTY_PRIVATE_FIELDS
template UV_TTY_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_UDP_PRIVATE_FIELDS
template UV_UDP_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_UDP_SEND_PRIVATE_FIELDS
template UV_UDP_SEND_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_WORK_PRIVATE_FIELDS
template UV_WORK_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UV_WRITE_PRIVATE_FIELDS
template UV_WRITE_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta