Home
last modified time | relevance | path

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

/libuv/docs/code/plugin/
H A Dhello.c3 void initialize() { in initialize() function
/libuv/docs/src/guide/
H A Dutilities.rst95 We initialize the garbage collector timer, then immediately ``unref`` it.
120 Here we initialize the idle watcher and queue it up along with the actual
334 Our interface defines that all plugins should have an ``initialize`` function
348 ``libhello.dylib``. Then we get access to the ``initialize`` function using
381 The first thing to do is to initialize a ``uv_tty_t`` with the file descriptor
H A Dprocesses.rst39 initialize it to null out all unused fields::
140 Use ``uv_signal_init()`` to initialize
395 important to initialize the pipe acting as the IPC channel with the third
H A Dbasics.rst99 custom memory management. Remember to de-initialize the loop using
/libuv/docs/src/
H A Dtty.rst94 .. versionchanged:: 1.5.0: trying to initialize a TTY stream with a file
H A Dpipe.rst151 First - call :c:func:`uv_pipe_pending_count`, if it's > 0 then initialize
H A Dthreading.rst20 Callback that is invoked to initialize thread execution. `arg` is the same
/libuv/
H A DChangeLog873 * thread: initialize uv_thread_self for all threads (Jameson Nash)
1079 * unix,win: initialize timer `timeout` field (Ben Noordhuis)
1320 * unix: fully initialize struct msghdr (Ben Noordhuis)
2235 * unix: initialize uv_interface_address_t.phys_addr (cjihrig)
2477 * zos: initialize pollfd revents (jBarz)
2771 * win, pipe: null-initialize stream->shutdown_req (Jameson Nash)
4994 * windows: always initialize uv_process_t (Alex Crichton)
6094 * unix: make uv_timer_init() initialize repeat (Brian Mazza)

Completed in 48 milliseconds