Searched refs:last (Results 1 – 9 of 9) sorted by relevance
32 char last; in TEST_IMPL() local47 last = tmpdir[len - 1]; in TEST_IMPL()49 ASSERT_NE(last, '\\'); in TEST_IMPL()51 ASSERT_NE(last, '/'); in TEST_IMPL()
86 int last; in uv_barrier_wait() local114 last = (--b->out == 0); in uv_barrier_wait()115 if (last) in uv_barrier_wait()119 return last; in uv_barrier_wait()
237 struct poll_ctx* last; in timer_close_cb() local247 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()
44 Returns the last uv_dlopen() or uv_dlsym() error message.
43 * they all set the flag) but only the last one to bind will receive
53 the thread, the last parameter is a ``void *`` argument which can be used to pass
307 The third argument is the actual file or directory to monitor. The last
48 one larger than the number of arguments, with the last element being NULL**.
1492 * test: use last matching qemu version (cjihrig)2507 * unix: signal done to last thread barrier waiter (Ben Noordhuis)4901 * unix: stop child process watcher after last one exits (Saúl Ibarra Corretgé)
Completed in 48 milliseconds