Searched refs:ready (Results 1 – 7 of 7) sorted by relevance
/tools/perf/tests/ |
D | mmap-thread-lookup.c | 23 int ready[2]; member 58 ret = write(td->ready[1], &go, sizeof(int)); in thread_fn() 78 if (pipe(td->ready)) in thread_create() 84 ssize_t ret = read(td->ready[0], &go, sizeof(int)); in thread_create() 88 close(td->ready[0]); in thread_create() 89 close(td->ready[1]); in thread_create()
|
/tools/usb/ffs-aio-example/simple/device_app/ |
D | aio_simple.c | 162 static void handle_ep0(int ep0, bool *ready) in handle_ep0() argument 189 *ready = true; in handle_ep0() 193 *ready = false; in handle_ep0() 218 bool ready; in main() local 292 handle_ep0(ep0, &ready); in main() 295 if (!ready) in main()
|
/tools/usb/ffs-aio-example/multibuff/device_app/ |
D | aio_multibuff.c | 176 static void handle_ep0(int ep0, bool *ready) in handle_ep0() argument 196 *ready = true; in handle_ep0() 200 *ready = false; in handle_ep0() 249 bool ready; in main() local 317 handle_ep0(ep0, &ready); in main() 320 if (!ready) in main()
|
/tools/testing/selftests/rcutorture/bin/ |
D | kvm-test-1-run.sh | 112 mv $builddir.wait $builddir.ready 120 mv $builddir.wait $builddir.ready 124 while test -f $builddir.ready
|
/tools/perf/bench/ |
D | sched-messaging.c | 68 static void ready(int ready_out, int wakefd) in ready() function 88 ready(ctx->ready_out, ctx->wakefd); in sender() 119 ready(ctx->ready_out, ctx->wakefd); in receiver()
|
/tools/testing/selftests/ |
D | README.txt | 8 memory to be ready to be offlined. A special hot-plug target is created
|
/tools/testing/ktest/ |
D | ktest.pl | 1700 my $ready; 1710 ($ready, $time) = select($rin, undef, undef, $time);
|