Home
last modified time | relevance | path

Searched defs:idle (Results 1 – 25 of 45) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-performance-eventlooputil.js18 assert.deepStrictEqual(elu, { idle: 0, active: 0, utilization: 0 }); property
20 { idle: 0, active: 0, utilization: 0 }); property
22 { idle: 0, active: 0, utilization: 0 }); property
/third_party/libuv/test/
Dtest-tcp-oob.c34 static uv_idle_t idle; variable
47 static void idle_cb(uv_idle_t* idle) { in idle_cb()
Dtest-poll-oob.c37 static uv_idle_t idle; variable
55 static void idle_cb(uv_idle_t* idle) { in idle_cb()
Dtest-handle-fileno.c55 uv_idle_t idle; in TEST_IMPL() local
Dtest-callback-order.c61 uv_idle_t idle; in TEST_IMPL() local
/third_party/node/test/node-api/test_uv_loop/
Dtest_uv_loop.cc30 uv_idle_t* idle = new uv_idle_t; in SetImmediate() local
32 uv_idle_start(idle, [](uv_idle_t* idle) { in SetImmediate()
/third_party/libuv/docs/src/
Didle.rst2 .. _idle: target
/third_party/grpc/src/cpp/server/load_reporter/
Dget_cpu_stats_linux.cc34 uint64_t user, nice, system, idle; in GetCpuStatsImpl() local
Dget_cpu_stats_windows.cc44 FILETIME idle, kernel, user; in GetCpuStatsImpl() local
/third_party/node/test/sequential/
Dtest-worker-eventlooputil.js67 { idle: 0, active: 0, utilization: 0 }); property
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_gpu_load.c169 unsigned idle = p_atomic_read(&rscreen->mmio_counters.array[busy_index + 1]); in r600_read_mmio_counter() local
179 unsigned idle = (end >> 32) - (begin >> 32); in r600_end_mmio_counter() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_gpu_load.c182 unsigned idle = p_atomic_read(&sscreen->mmio_counters.array[busy_index + 1]); in si_read_mmio_counter() local
191 unsigned idle = (end >> 32) - (begin >> 32); in si_end_mmio_counter() local
/third_party/libwebsockets/lib/event-libs/glib/
Dprivate-lib-event-libs-glib.h37 lws_glib_tag_t idle; member
/third_party/libwebsockets/lib/event-libs/libev/
Dprivate-lib-event-libs-libev.h44 struct ev_idle idle; member
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dcamerabin.c983 gboolean idle = FALSE; in wait_for_idle_state() local
1000 gboolean idle; in run_single_image_capture_test() local
1065 gboolean idle; in GST_START_TEST() local
1122 gboolean idle; in GST_START_TEST() local
1171 gboolean idle; in GST_START_TEST() local
1564 gboolean idle; in GST_START_TEST() local
/third_party/libwebsockets/lib/event-libs/libuv/
Dprivate-lib-event-libs-libuv.h59 uv_idle_t idle; member
/third_party/python/Doc/library/
Didle.rst1 .. _idle: target
/third_party/lwip/src/core/
Daltcp.c514 altcp_keepalive_enable(struct altcp_pcb *conn, u32_t idle, u32_t intvl, u32_t count) in altcp_keepalive_enable()
697 altcp_default_keepalive_enable(struct altcp_pcb *conn, u32_t idle, u32_t intvl, u32_t count) in altcp_default_keepalive_enable()
/third_party/mbedtls/programs/ssl/
Dssl_test_lib.c285 int idle( mbedtls_net_context *fd, in idle() function
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.h150 bool idle; member
/third_party/toybox/toys/other/
Dvmstat.c33 uint64_t user, nice, sys, idle, wait, irq, sirq, intr, ctxt, running, blocked; member
/third_party/glib/tests/
Dthreadpool-test.c438 guint idle; in test_check_start_and_stop() local
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.h88 bool idle; member
/third_party/libsoup/tests/
Dcontext-test.c190 guint idle; in do_test2() local
/third_party/node/lib/
Dos.js146 idle: data[i++], property

12