Home
last modified time | relevance | path

Searched refs:suspend (Results 1 - 25 of 83) sorted by relevance

1234

/third_party/node/deps/v8/src/wasm/
H A Dwasm-import-wrapper-cache.h38 suspend(_suspend) {} in CacheKey()
42 expected_arity == rhs.expected_arity && suspend == rhs.suspend; in operator ==()
48 Suspend suspend; member
79 Suspend suspend) const;
82 int expected_arity, Suspend suspend) const;
H A Dwasm-import-wrapper-cache.cc29 Suspend suspend) const { in Get()
32 auto it = entry_map_.find({kind, sig, expected_arity, suspend}); in Get()
40 Suspend suspend) const { in MaybeGet()
43 auto it = entry_map_.find({kind, sig, expected_arity, suspend}); in MaybeGet()
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.2.c3820 goto suspend; \
6256 goto suspend; in wuffs_deflate__decoder__decode_io_writer()
6257 suspend: in wuffs_deflate__decoder__decode_io_writer()
6313 goto suspend; in wuffs_deflate__decoder__decode_blocks()
6336 goto suspend; in wuffs_deflate__decoder__decode_blocks()
6361 goto suspend; in wuffs_deflate__decoder__decode_blocks()
6394 goto suspend; in wuffs_deflate__decoder__decode_blocks()
6408 goto suspend; in wuffs_deflate__decoder__decode_blocks()
6409 suspend: in wuffs_deflate__decoder__decode_blocks()
6485 goto suspend; in wuffs_deflate__decoder__decode_uncompressed()
[all...]
H A Dwuffs-v0.3.c10134 goto suspend; \
21309 goto suspend; in wuffs_bmp__decoder__decode_image_config()
21336 goto suspend; in wuffs_bmp__decoder__decode_image_config()
21351 goto suspend; in wuffs_bmp__decoder__decode_image_config()
21386 goto suspend; in wuffs_bmp__decoder__decode_image_config()
21421 goto suspend; in wuffs_bmp__decoder__decode_image_config()
21450 goto suspend; in wuffs_bmp__decoder__decode_image_config()
21479 goto suspend; in wuffs_bmp__decoder__decode_image_config()
21512 goto suspend; in wuffs_bmp__decoder__decode_image_config()
21542 goto suspend; in wuffs_bmp__decoder__decode_image_config()
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_query_acc.h41 void (*suspend)(struct etna_acc_query *aq, struct etna_context *ctx); member
72 p->suspend(aq, ctx); in etna_acc_query_suspend()
H A Detnaviv_query_acc_occlusion.c116 .suspend = occlusion_suspend,
H A Detnaviv_query_acc.c104 p->suspend(aq, ctx); in etna_acc_end_query()
H A Detnaviv_query_acc_perfmon.c170 .suspend = perfmon_suspend,
/third_party/node/src/tracing/
H A Dagent.cc120 ScopedSuspendTracing suspend(tracing_controller_.get(), this); in AddClient()
160 ScopedSuspendTracing suspend(tracing_controller_.get(), this); in Disconnect()
169 ScopedSuspendTracing suspend(tracing_controller_.get(), this, in Enable()
175 ScopedSuspendTracing suspend(tracing_controller_.get(), this, in Disable()
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c11027 goto suspend; \
22395 goto suspend; in wuffs_bmp__decoder__decode_image_config()
22422 goto suspend; in wuffs_bmp__decoder__decode_image_config()
22437 goto suspend; in wuffs_bmp__decoder__decode_image_config()
22472 goto suspend; in wuffs_bmp__decoder__decode_image_config()
22507 goto suspend; in wuffs_bmp__decoder__decode_image_config()
22536 goto suspend; in wuffs_bmp__decoder__decode_image_config()
22565 goto suspend; in wuffs_bmp__decoder__decode_image_config()
22598 goto suspend; in wuffs_bmp__decoder__decode_image_config()
22628 goto suspend; in wuffs_bmp__decoder__decode_image_config()
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Dusbdev.h181 /* Invoked on USB suspend. */
184 do { if ((drvr)->ops->suspend) (drvr)->ops->suspend(drvr, dev); } while (0)
374 void (*suspend)(struct usbdevclass_driver_s *driver, struct usbdev_s *dev); member
/third_party/pulseaudio/src/pulse/
H A Dintrospect.h319 pa_operation* pa_context_suspend_sink_by_name(pa_context *c, const char *sink_name, int suspend, pa_context_success_cb_t cb, void* userdata);
322 pa_operation* pa_context_suspend_sink_by_index(pa_context *c, uint32_t idx, int suspend, pa_context_success_cb_t cb, void* userdata);
424 pa_operation* pa_context_suspend_source_by_name(pa_context *c, const char *source_name, int suspend, pa_context_success_cb_t cb, void* userdata);
427 pa_operation* pa_context_suspend_source_by_index(pa_context *c, uint32_t idx, int suspend, pa_context_success_cb_t cb, void* userdata);
/third_party/pulseaudio/src/pulsecore/
H A Dcard.c429 int pa_card_suspend(pa_card *c, bool suspend, pa_suspend_cause_t cause) { in pa_card_suspend() argument
441 if (suspend) in pa_card_suspend()
447 pa_log_debug("Card suspend causes/state changed"); in pa_card_suspend()
455 if ((r = pa_sink_suspend(sink, suspend, cause)) < 0) in pa_card_suspend()
462 if ((r = pa_source_suspend(source, suspend, cause)) < 0) in pa_card_suspend()
H A Dcli-command.c173 { "suspend-sink", pa_cli_command_suspend_sink, "Suspend sink (args: index|name, bool)", 3},
174 { "suspend-source", pa_cli_command_suspend_source, "Suspend source (args: index|name, bool)", 3},
175 { "suspend", pa_cli_command_suspend, "Suspend all sinks and all sources (args: bool)", 2},
1408 int suspend, r; in pa_cli_command_suspend_sink() local
1421 pa_strbuf_puts(buf, "You need to specify a suspend switch setting (0/1).\n"); in pa_cli_command_suspend_sink()
1425 if ((suspend = pa_parse_boolean(m)) < 0) { in pa_cli_command_suspend_sink()
1426 pa_strbuf_puts(buf, "Failed to parse suspend switch.\n"); in pa_cli_command_suspend_sink()
1435 pa_log_debug("%s of sink %s requested via CLI.", suspend ? "Suspending" : "Resuming", sink->name); in pa_cli_command_suspend_sink()
1437 if ((r = pa_sink_suspend(sink, suspend, PA_SUSPEND_USER)) < 0) in pa_cli_command_suspend_sink()
1438 pa_strbuf_printf(buf, "Failed to resume/suspend sin in pa_cli_command_suspend_sink()
1446 int suspend, r; pa_cli_command_suspend_source() local
1483 int suspend, r; pa_cli_command_suspend() local
[all...]
H A Dcard.h146 int pa_card_suspend(pa_card *c, bool suspend, pa_suspend_cause_t cause);
H A Dsource.h129 /* Callbacks for doing things when the source state and/or suspend cause is
131 * implementation doesn't have anything to do on state or suspend cause
151 * state is set to SUSPENDED and the suspend cause is set to 0. */
394 int pa_source_suspend(pa_source *s, bool suspend, pa_suspend_cause_t cause);
395 int pa_source_suspend_all(pa_core *c, bool suspend, pa_suspend_cause_t cause);
H A Dsink.h128 /* Callbacks for doing things when the sink state and/or suspend cause is
130 * implementation doesn't have anything to do on state or suspend cause
150 * state is set to SUSPENDED and the suspend cause is set to 0. */
467 int pa_sink_suspend(pa_sink *s, bool suspend, pa_suspend_cause_t cause);
468 int pa_sink_suspend_all(pa_core *c, bool suspend, pa_suspend_cause_t cause);
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_coro.h66 LLVMBasicBlockRef suspend; member
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H A Dst_tusb.h76 int (*suspend) (struct usb_hcd *hcd, __u32 state); member
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DRenderer.cpp168 suspend[i] = 0; in Renderer()
710 suspend[0]->wait(); in draw()
762 suspend[threadIndex]->signal(); in threadLoop()
884 suspend[i]->wait(); in scheduleTask()
2151 suspend[i] = new Event(); in initializeThreads()
2160 suspend[i]->wait(); in initializeThreads()
2161 suspend[i]->signal(); in initializeThreads()
2184 delete suspend[thread]; in terminateThreads()
2185 suspend[thread] = 0; in terminateThreads()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_query.h141 void (*suspend)(struct si_context *, struct si_query *); member
152 /* The number of dwords for suspend. */
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingRandomTests.cpp468 // Pipeline bind is not allowed between suspend and resume. in iterate()
488 // between suspend and resume. in iterate()
522 const bool suspend = m_random.getUint32() % 5 == 0 && i != numIterations - 1; in iterate() local
524 if (suspend) in iterate()
750 if (!suspend) in iterate()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dscheduler.cpp430 suspend(timeout); in wait()
440 // Lock the work mutex to call suspend(). in wait()
450 // suspend the fiber. in wait()
451 suspend(timeout); in wait()
469 void Scheduler::Worker::suspend( in suspend() function in marl::Scheduler::Worker
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktDynamicRenderingRandomTests.cpp468 // Pipeline bind is not allowed between suspend and resume. in iterate()
488 // between suspend and resume. in iterate()
522 const bool suspend = m_random.getUint32() % 5 == 0 && i != numIterations - 1; in iterate() local
524 if (suspend) in iterate()
750 if (!suspend) in iterate()
/third_party/pulseaudio/src/modules/dbus/
H A Diface-device.c187 static pa_dbus_arg_info suspend_args[] = { { "suspend", "b", "in" } };
937 dbus_bool_t suspend = FALSE; in handle_suspend() local
944 pa_assert_se(dbus_message_get_args(msg, NULL, DBUS_TYPE_BOOLEAN, &suspend, DBUS_TYPE_INVALID)); in handle_suspend()
948 pa_log_debug("%s sink %s requested by client %" PRIu32 ".", suspend ? "Suspending" : "Resuming", d->sink->name, client->index); in handle_suspend()
950 if (pa_sink_suspend(d->sink, suspend, PA_SUSPEND_USER) < 0) { in handle_suspend()
956 pa_log_debug("%s source %s requested by client %" PRIu32 ".", suspend ? "Suspending" : "Resuming", d->source->name, client->index); in handle_suspend()
958 if (pa_source_suspend(d->source, suspend, PA_SUSPEND_USER) < 0) { in handle_suspend()

Completed in 114 milliseconds

1234