Home
last modified time | relevance | path

Searched refs:terminate (Results 1 – 25 of 505) sorted by relevance

12345678910>>...21

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/util/
H A Ddefault_thread_pool.cpp18 return !queue.empty() || terminate; in ThreadPool()
21 if (terminate) { in ThreadPool()
38 terminate = true; in ~ThreadPool()
H A Ddefault_thread_pool.hpp24 bool terminate { false }; member in mbgl::ThreadPool
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dexception64 /// If you write a replacement %terminate handler, it must be of this type.
74 /// Return the current terminate handler.
80 void terminate() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__noreturn__));
97 * due to the throw; or after entering @c terminate() for any reason
98 * other than an explicit call to @c terminate(). [Note: This includes
102 * %exception can result in a call of @c terminate()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dexception64 /// If you write a replacement %terminate handler, it must be of this type.
74 /// Return the current terminate handler.
80 void terminate() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__noreturn__));
97 * due to the throw; or after entering @c terminate() for any reason
98 * other than an explicit call to @c terminate(). [Note: This includes
102 * %exception can result in a call of @c terminate()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-slave-time.c50 goto terminate; in spi_slave_time_complete()
54 goto terminate; in spi_slave_time_complete()
58 terminate: in spi_slave_time_complete()
H A Dspi-slave-system-control.c56 goto terminate; in spi_slave_system_control_complete()
87 goto terminate; in spi_slave_system_control_complete()
91 terminate: in spi_slave_system_control_complete()
/OK3568_Linux_fs/buildroot/package/efivar/
H A D0003-Fix-all-the-places-Werror-address-of-packed-member-c.patch145 -utf8_to_ucs2(uint16_t *ucs2, ssize_t size, int terminate, uint8_t *utf8)
146 +utf8_to_ucs2(void *ucs2void, ssize_t size, int terminate, uint8_t *utf8)
155 @@ -162,10 +170,13 @@ utf8_to_ucs2(uint16_t *ucs2, ssize_t size, int terminate, uint8_t *utf8)
163 + if (terminate) {
167 - if (terminate)
/OK3568_Linux_fs/kernel/Documentation/networking/devlink/
H A Dsja1105.rst27 - Can terminate untagged traffic over switch net
30 - Can terminate VLAN-tagged traffic over switch net
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/scripts/
H A Dsymbolize.py134 p.terminate()
152 self._addr2line.terminate
257 nm.terminate()
286 objdump.terminate()
362 self._addr2line.terminate()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/scripts/
H A Dsymbolize.py134 p.terminate()
152 self._addr2line.terminate
257 nm.terminate()
286 objdump.terminate()
362 self._addr2line.terminate()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-fsi24 Sends an FSI terminate command from the master to its
25 connected slave. A terminate resets the slave's state machines
/OK3568_Linux_fs/kernel/net/bluetooth/hidp/
H A Dcore.c108 if (atomic_read(&session->terminate)) in hidp_send_message()
244 if (atomic_read(&session->terminate)) in hidp_get_raw_report()
276 !atomic_read(&session->terminate)) { in hidp_get_raw_report()
281 || atomic_read(&session->terminate), in hidp_get_raw_report()
351 !atomic_read(&session->terminate)) { in hidp_set_raw_report()
356 || atomic_read(&session->terminate), in hidp_set_raw_report()
1081 atomic_inc(&session->terminate); in hidp_session_terminate()
1205 if (atomic_read(&session->terminate)) in hidp_session_run()
1246 atomic_inc(&session->terminate); in hidp_session_run()
/OK3568_Linux_fs/kernel/tools/usb/usbip/src/
H A Dusbipd.c496 int i, terminate; in do_standalone_mode() local
558 terminate = 0; in do_standalone_mode()
559 while (!terminate) { in do_standalone_mode()
565 terminate = 1; in do_standalone_mode()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-davinci.c130 u8 terminate; member
462 dev->terminate = 0; in i2c_davinci_xfer_msg()
503 dev->terminate = 1; in i2c_davinci_xfer_msg()
585 if (!dev->terminate) in terminate_read()
594 if (!dev->terminate) in terminate_write()
/OK3568_Linux_fs/kernel/net/bluetooth/cmtp/
H A Dcore.c291 if (atomic_read(&session->terminate)) in cmtp_session()
400 atomic_inc(&session->terminate); in cmtp_add_connection()
438 atomic_inc(&session->terminate); in cmtp_del_connection()
H A Dcmtp.h84 atomic_t terminate; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/postgresql/
H A Dpostgresql_14.5.bb12 file://0001-Properly-NULL-terminate-GSS-receive-buffer-on-error-.patch \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A Dsblim-sfcb-1.4.9-fix-ftbfs.patch5 * Kindly null terminate, always, even if might overwrite
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dmain.py370 server_connection.terminate()
381 server_connection.terminate()
474 server_connection.terminate()
/OK3568_Linux_fs/buildroot/support/testing/tests/download/
H A Dgitremote.py47 self.daemon.terminate(force=True)
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-app/
H A Dxinit_1.4.1.bb9 then terminate."
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DBUSL-1.117 above terminate.
35 terminate your rights under this License for the current and all other
/OK3568_Linux_fs/kernel/sound/synth/emux/
H A Demux_synth.c93 emu->ops.terminate(vp); in snd_emux_note_on()
395 if (snd_BUG_ON(!emu || !emu->ops.terminate)) in snd_emux_terminate_note()
446 if (snd_BUG_ON(!emu || !emu->ops.terminate)) in snd_emux_sounds_off_all()
495 emu->ops.terminate(vp); in terminate_voice()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/support/
H A Dhttpserver.py61 self.process.terminate()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dpredict.def108 /* Edge causing loop to terminate is probably not taken. */
116 /* Edge causing loop to terminate by computing value used by later
144 /* Branch causing function to terminate is probably not taken. */

12345678910>>...21