Home
last modified time | relevance | path

Searched refs:pause (Results 476 - 500 of 957) sorted by relevance

1...<<11121314151617181920>>...39

/kernel/linux/linux-6.6/drivers/iio/imu/st_lsm6dsx/
H A Dst_lsm6dsx.h215 * @pause: controller pause value.
240 u8 pause; member
/third_party/eudev/hm_src/
H A Dkeyboard-keys-from-name.h250 {"pause", KEY_PAUSE}, in keyboard_lookup_key()
/third_party/node/lib/
H A D_http_incoming.js49 socket.pause();
H A Dreadline.js439 this.pause();
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h106 int pause(void);
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h80 int pause(void);
/third_party/musl/porting/linux/user/include/
H A Dunistd.h86 int pause(void);
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h106 int pause(void);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h80 int pause(void);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h80 int pause(void);
/third_party/node/deps/npm/node_modules/npmlog/lib/
H A Dlog.js184 log.pause = function () {
/third_party/ltp/testcases/kernel/numa/
H A Dnuma01.sh186 numactl --all --physcpubind=$run_on_cpu support_numa pause & #just waits for sigint
/third_party/ltp/testcases/kernel/sched/tool/
H A Dtime-schedule.c156 pause(); in main()
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise11.c66 pause(); in sigbus_handler()
/third_party/musl/include/
H A Dunistd.h121 int pause(void);
/third_party/skia/third_party/externals/oboe/tests/
H A DtestStreamClosedMethods.cpp298 EXPECT_EQ(mStream->pause(), Result::ErrorClosed); in TEST_F()
/third_party/rust/crates/nix/test/sys/
H A Dtest_uio.rs266 pause(); in test_process_vm_readv()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/
H A Dprestera_hw.c809 static void prestera_hw_remote_fc_to_eth(u8 fc, bool *pause, bool *asym_pause);
1285 static void prestera_hw_remote_fc_to_eth(u8 fc, bool *pause, bool *asym_pause) in prestera_hw_remote_fc_to_eth() argument
1289 *pause = true; in prestera_hw_remote_fc_to_eth()
1293 *pause = false; in prestera_hw_remote_fc_to_eth()
1297 *pause = true; in prestera_hw_remote_fc_to_eth()
1301 *pause = false; in prestera_hw_remote_fc_to_eth()
/kernel/linux/linux-5.10/drivers/net/dsa/
H A Dqca8k.c982 state->pause = MLO_PAUSE_NONE; in qca8k_phylink_mac_link_state()
984 state->pause |= MLO_PAUSE_RX; in qca8k_phylink_mac_link_state()
986 state->pause |= MLO_PAUSE_TX; in qca8k_phylink_mac_link_state()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_intf.c642 if (intf->old_pause != phydev->pause) { in bcmasp_adj_link()
644 intf->old_pause = phydev->pause; in bcmasp_adj_link()
647 if (!phydev->pause) in bcmasp_adj_link()
/third_party/node/lib/internal/debugger/
H A Dinspect_repl.js90 breakOnNone Don't pause on exceptions (this is the default)
992 get pause() {
993 return Debugger.pause();
/third_party/node/test/parallel/
H A Dtest-readline-interface.js39 pause() {}
1124 rli.pause();
1136 rli.pause();
H A Dtest-stream-pipeline.js341 oldStream.pause = oldStream.resume = () => {};
390 oldStream.pause = oldStream.resume = () => {};
401 destroyableOldStream.pause = destroyableOldStream.resume = () => {};
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger.cc179 void V8Debugger::setPauseOnNextCall(bool pause, int targetContextGroupId) { in setPauseOnNextCall() argument
182 if (!pause && m_targetContextGroupId && in setPauseOnNextCall()
186 if (pause) { in setPauseOnNextCall()
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Dbg_transient_task_mgr.cpp712 void BgTransientTaskMgr::DumpTaskTime(const std::vector<std::string> &dumpOption, bool pause, in DumpTaskTime() argument
717 if (pause) { in DumpTaskTime()
720 dumpInfo.push_back("pause transient tasl fail!\n"); in DumpTaskTime()
722 dumpInfo.push_back("pause transient tasl success!\n"); in DumpTaskTime()

Completed in 29 milliseconds

1...<<11121314151617181920>>...39