Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
Dwinapi.c60 uv_fatal_error(GetLastError(), "GetModuleHandleA"); in uv__winapi_init()
70 uv_fatal_error(GetLastError(), "GetProcAddress"); in uv__winapi_init()
77 uv_fatal_error(GetLastError(), "GetProcAddress"); in uv__winapi_init()
84 uv_fatal_error(GetLastError(), "GetProcAddress"); in uv__winapi_init()
91 uv_fatal_error(GetLastError(), "GetProcAddress"); in uv__winapi_init()
97 uv_fatal_error(GetLastError(), "GetProcAddress"); in uv__winapi_init()
103 uv_fatal_error(GetLastError(), "GetProcAddress"); in uv__winapi_init()
110 uv_fatal_error(GetLastError(), "GetProcAddress"); in uv__winapi_init()
117 uv_fatal_error(GetLastError(), "GetProcAddress"); in uv__winapi_init()
122 uv_fatal_error(GetLastError(), "GetModuleHandleA"); in uv__winapi_init()
Dfs-event.c78 uv_fatal_error(ERROR_OUTOFMEMORY, "uv__malloc"); in uv__relative_path()
107 uv_fatal_error(ERROR_OUTOFMEMORY, "uv__malloc"); in uv__split_path()
122 uv_fatal_error(ERROR_OUTOFMEMORY, "uv__malloc"); in uv__split_path()
130 uv_fatal_error(ERROR_OUTOFMEMORY, "uv__malloc"); in uv__split_path()
174 uv_fatal_error(ERROR_OUTOFMEMORY, "uv__malloc"); in uv_fs_event_start()
185 uv_fatal_error(ERROR_OUTOFMEMORY, "uv__malloc"); in uv_fs_event_start()
215 uv_fatal_error(ERROR_OUTOFMEMORY, "uv__malloc"); in uv_fs_event_start()
305 uv_fatal_error(ERROR_OUTOFMEMORY, "uv__malloc"); in uv_fs_event_start()
487 uv_fatal_error(ERROR_OUTOFMEMORY, "uv__malloc"); in uv__process_fs_event_req()
502 uv_fatal_error(ERROR_OUTOFMEMORY, "uv__malloc"); in uv__process_fs_event_req()
Dfs-fd-hash-inl.h82 uv_fatal_error(err, "uv_mutex_init"); in uv__fd_hash_init()
151 uv_fatal_error(ERROR_OUTOFMEMORY, "uv__malloc"); in uv__fd_hash_add()
Dprocess.c98 uv_fatal_error(GetLastError(), "CreateJobObjectW"); in uv__init_global_job_handle()
104 uv_fatal_error(GetLastError(), "SetInformationJobObject"); in uv__init_global_job_handle()
804 uv_fatal_error(GetLastError(), "GetEnvironmentVariableW"); in make_program_env()
914 uv_fatal_error(GetLastError(), "UnregisterWaitEx"); in uv__process_close()
1141 uv_fatal_error(err, "AssignProcessToJobObject"); in uv_spawn()
1161 uv_fatal_error(GetLastError(), "RegisterWaitForSingleObject"); in uv_spawn()
Dthread.c42 uv_fatal_error(GetLastError(), "CreateEvent"); in uv__once_inner()
194 uv_fatal_error(GetLastError(), "DuplicateHandle"); in uv_thread_self()
Dpipe.c548 uv_fatal_error(GetLastError(), "CreateIoCompletionPort"); in pipe_alloc_accept()
742 uv_fatal_error(ERROR_OUTOFMEMORY, "uv__malloc"); in uv_pipe_bind()
757 uv_fatal_error(ERROR_OUTOFMEMORY, "uv__malloc"); in uv_pipe_bind()
857 uv_fatal_error(ERROR_OUTOFMEMORY, "uv__malloc"); in uv_pipe_connect()
1285 uv_fatal_error(GetLastError(), "PostQueuedCompletionStatus"); in post_completion_read_wait()
1304 uv_fatal_error(GetLastError(), "PostQueuedCompletionStatus"); in post_completion_write_wait()
1391 uv_fatal_error(GetLastError(), "CreateEvent"); in uv__pipe_read_start()
1443 uv_fatal_error(GetLastError(), "QueueUserWorkItem"); in uv__queue_non_overlapped_write()
1536 uv_fatal_error(GetLastError(), "CreateEvent"); in uv__pipe_write_data()
1835 uv_fatal_error(ERROR_OUTOFMEMORY, "uv__malloc"); in uv__pipe_queue_ipc_xfer_info()
Dtcp.c364 uv_fatal_error(GetLastError(), "PostQueuedCompletionStatus"); in post_completion()
383 uv_fatal_error(GetLastError(), "PostQueuedCompletionStatus"); in post_write_completion()
614 uv_fatal_error(ERROR_OUTOFMEMORY, "uv__malloc"); in uv__tcp_listen()
627 uv_fatal_error(GetLastError(), "CreateEvent"); in uv__tcp_listen()
738 uv_fatal_error(GetLastError(), "CreateEvent"); in uv__tcp_read_start()
924 uv_fatal_error(GetLastError(), "CreateEvent"); in uv__tcp_write()
Derror.c35 void uv_fatal_error(const int errorno, const char* syscall) { in uv_fatal_error() function
Dreq-inl.h81 uv_fatal_error(GetLastError(), "PostQueuedCompletionStatus"); \
Dcore.c482 uv_fatal_error(GetLastError(), "GetQueuedCompletionStatus"); in uv__poll_wine()
569 uv_fatal_error(GetLastError(), "GetQueuedCompletionStatusEx"); in uv__poll()
Dinternal.h264 __declspec(noreturn) void uv_fatal_error(const int errorno, const char* syscall);
Dwinsock.c100 uv_fatal_error(errorno, "WSAStartup"); in uv__winsock_init()
Dutil.c91 uv_fatal_error(GetLastError(), "QueryPerformanceFrequency"); in uv__util_init()
411 uv_fatal_error(ERROR_OUTOFMEMORY, "uv__malloc"); in uv_set_process_title()
503 uv_fatal_error(GetLastError(), "QueryPerformanceCounter"); in uv__hrtime()
Dpoll.c59 uv_fatal_error(GetLastError(), "CreateEvent"); in uv__init_overlapped_dummy()
Dfs.c2111 uv_fatal_error(ERROR_OUTOFMEMORY, "uv__malloc"); in fs__sendfile()
2417 uv_fatal_error(ERROR_OUTOFMEMORY, "uv__malloc"); in fs__create_junction()
/third_party/libuv/
DChangeLog5057 * unix: remove unused function uv_fatal_error() (Ben Noordhuis)