Home
last modified time | relevance | path

Searched refs:canceled (Results 1 – 25 of 55) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dwork_task_impl.hpp14 : canceled(std::move(canceled_)), in WorkTaskImpl()
22 if (!*canceled) { in operator ()()
37 *canceled = true; in cancel()
47 std::shared_ptr<std::atomic<bool>> canceled; member in mbgl::WorkTaskImpl
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dxen-tpmfront.c41 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument
45 *canceled = false; in wait_for_tpm_stat_cond()
49 *canceled = true; in wait_for_tpm_stat_cond()
62 bool canceled = false; in wait_for_tpm_stat() local
78 &canceled), in wait_for_tpm_stat()
81 if (canceled) in wait_for_tpm_stat()
H A Dtpm_tis_core.c33 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument
37 *canceled = false; in wait_for_tpm_stat_cond()
41 *canceled = true; in wait_for_tpm_stat_cond()
55 bool canceled = false; in wait_for_tpm_stat() local
71 &canceled), in wait_for_tpm_stat()
74 if (canceled) in wait_for_tpm_stat()
/OK3568_Linux_fs/kernel/drivers/char/tpm/st33zp24/
H A Dst33zp24.c216 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument
220 *canceled = false; in wait_for_tpm_stat_cond()
224 *canceled = true; in wait_for_tpm_stat_cond()
245 bool canceled = false; in wait_for_stat() local
275 check_cancel, &canceled); in wait_for_stat()
277 if (canceled) in wait_for_stat()
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/
H A Dtrace.h72 void setCanceled(bool canceled);
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Ddmx-set-filter.rst44 filter will be canceled, and the receive buffer will be flushed.
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dctl.c335 bool canceled) in tb_ctl_tx_callback() argument
416 bool canceled) in tb_ctl_rx_callback() argument
422 if (canceled) in tb_ctl_rx_callback()
H A Dnhi.c228 bool canceled = false; in ring_work() local
238 canceled = true; in ring_work()
270 frame->callback(ring, frame, canceled); in ring_work()
/OK3568_Linux_fs/kernel/Documentation/driver-api/pldmfw/
H A Dindex.rst68 not suitable, the update is canceled.
/OK3568_Linux_fs/kernel/include/linux/
H A Dthunderbolt.h509 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled);
/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H A DURB.rst33 - Transfers for one URB can be canceled with :c:func:`usb_unlink_urb`
37 has been successfully completed or canceled. The URB also contains a
H A Dgadget.rst52 be submitted or canceled. They share common definitions for the standard
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtypeahead.jquery.js785 var that = this, canceled = false, syncCalled = false, rendered = 0;
788 canceled = true;
808 if (!canceled && rendered < that.limit) {
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Dehci.rst214 to the HC, and wait for them all to complete (or be canceled on error).
H A Dusb-serial.rst67 the connection is canceled on the device.
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20191012.patch.gz1# ncurses 6.1 - patch 20191012 - Thomas E. Dickey 2# 3# --- ...
/OK3568_Linux_fs/kernel/drivers/net/
H A Dthunderbolt.c534 bool canceled) in tbnet_tx_callback() argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-63365 ‘fsync’ is called. If the thread gets canceled these resources
3646 The operation was canceled before the operation was finished
3731 The operation was canceled before the operation was finished.
3787 canceled before all requests are processed (*note Cancel AIO
4129 For requests which were successfully canceled, the normal
4133 started. If the request cannot be canceled, it terminates the
4136 After a request is successfully canceled, a call to ‘aio_error’
4139 request wasn’t canceled and is still running the error status is
4144 canceled. If there is one or more requests left which couldn’t be
4145 canceled, the return value is ‘AIO_NOTCANCELED’. In this case
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-63365 ‘fsync’ is called. If the thread gets canceled these resources
3646 The operation was canceled before the operation was finished
3731 The operation was canceled before the operation was finished.
3787 canceled before all requests are processed (*note Cancel AIO
4129 For requests which were successfully canceled, the normal
4133 started. If the request cannot be canceled, it terminates the
4136 After a request is successfully canceled, a call to ‘aio_error’
4139 request wasn’t canceled and is still running the error status is
4144 canceled. If there is one or more requests left which couldn’t be
4145 canceled, the return value is ‘AIO_NOTCANCELED’. In this case
[all …]
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dorangefs.rst366 state is not "canceled" or "given up", its state is set to "serviced".
/OK3568_Linux_fs/kernel/Documentation/livepatch/
H A Dlivepatch.rst150 A transition can be reversed and effectively canceled by writing the
/OK3568_Linux_fs/kernel/Documentation/s390/
H A Dcds.rst163 For long running I/O request to be canceled, the CDS layer provides the
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c9410 int canceled = 0; in io_kill_timeouts() local
9417 canceled++; in io_kill_timeouts()
9421 if (canceled != 0) in io_kill_timeouts()
9424 if (canceled != 0) in io_kill_timeouts()
9426 return canceled != 0; in io_kill_timeouts()
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-record.txt607 'overwrite' attribute can also be set or canceled for an event using
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Ddev-encoder.rst657 middle of the drain sequence, the drain sequence is canceled and all

123