Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-tmpdir.c32 char last; in TEST_IMPL() local
47 last = tmpdir[len - 1]; in TEST_IMPL()
49 ASSERT_NE(last, '\\'); in TEST_IMPL()
51 ASSERT_NE(last, '/'); in TEST_IMPL()
/libuv/src/
H A Dthread-common.c86 int last; in uv_barrier_wait() local
114 last = (--b->out == 0); in uv_barrier_wait()
115 if (last) in uv_barrier_wait()
119 return last; in uv_barrier_wait()
H A Dfs-poll.c237 struct poll_ctx* last; in timer_close_cb() local
247 for (last = handle->poll_ctx, it = last->previous; in timer_close_cb()
249 last = it, it = it->previous) { in timer_close_cb()
250 assert(last->previous != NULL); in timer_close_cb()
252 last->previous = ctx->previous; in timer_close_cb()
/libuv/docs/src/
H A Ddll.rst44 Returns the last uv_dlopen() or uv_dlsym() error message.
H A Dudp.rst41 * (provided they all set the flag) but only the last one to bind will receive
/libuv/docs/src/guide/
H A Dthreads.rst53 the thread, the last parameter is a ``void *`` argument which can be used to pass
H A Dfilesystem.rst307 The third argument is the actual file or directory to monitor. The last
H A Dprocesses.rst48 one larger than the number of arguments, with the last element being NULL**.
/libuv/
H A DChangeLog1241 * test: use last matching qemu version (cjihrig)
2256 * unix: signal done to last thread barrier waiter (Ben Noordhuis)
4650 * unix: stop child process watcher after last one exits (Saúl Ibarra Corretgé)

Completed in 55 milliseconds