Searched full:interruptible (Results 1 – 25 of 40) sorted by relevance
12
| /third_party/mesa3d/docs/ |
| D | gitlab-ci.yml | 38 interruptible: true 55 interruptible: true
|
| /third_party/mbedtls/library/ |
| D | psa_crypto_core.h | 621 * interruptible function in a single call. 638 * interruptible function in a single call. 646 * by an interruptible function in a single call. 694 * interruptible manner. 719 * \retval #PSA_ERROR_NOT_SUPPORTED Either no internal interruptible operations 732 * short message with a private key, in an interruptible manner. 796 * interruptible manner. 823 * Either no internal interruptible operations are currently supported, 839 * short message with a private key, in an interruptible manner.
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/util/ |
| D | README.md | 258 To begin with we define an abstract class that describe objects that are interruptible. 314 and is interruptible : 335 The main difference is Wait() is interruptible. Thread returning from Wait must check Status return… 347 WaitPost is implemented on top of CondVar and hence is interruptible, that is, caller of 411 Queue is implemented on top of CondVar class and hence is interruptible. So callers of the above fu… 421 SpinLock is not interruptible. 432 RWLock is not interruptible.
|
| /third_party/mbedtls/include/psa/ |
| D | crypto_builtin_composites.h | 107 /* Context structure for the Mbed TLS interruptible sign hash implementation. */ 140 /* Context structure for the Mbed TLS interruptible verify hash
|
| D | crypto_struct.h | 422 * \brief The context for PSA interruptible hash signing. 460 * \brief The context for PSA interruptible hash verification.
|
| D | crypto.h | 4190 /** \defgroup interruptible_hash Interruptible sign/verify hash 4194 /** The type of the state data structure for interruptible hash 4227 /** The type of the state data structure for interruptible hash 4262 * executed by an interruptible function in a 4336 * executed by an interruptible function in a 4348 * executed by an interruptible function in a 4411 * private key, in an interruptible manner. 4488 * key, in an interruptible manner. 4620 * message, in an interruptible manner. 4701 * signed with a private key, in an interruptible
|
| D | crypto_values.h | 331 /** The function that returns this status is defined as interruptible and 2771 /** \defgroup interruptible Interruptible operations 2776 * the maximum number of ops allowed to be executed by an interruptible
|
| /third_party/mbedtls/docs/architecture/psa-migration/ |
| D | psa-limitations.md | 14 Restartable (aka interruptible) ECC operations 17 Support for interruptible ECDSA sign/verify was added to PSA in Mbed TLS 3.4. 18 However, support for interruptible ECDH is not present yet. Also, PK, X.509 and
|
| D | strategy.md | 80 Support for restartable (aka interruptible) ECDSA sign/verify operation was
|
| /third_party/mesa3d/.gitlab-ci/test/ |
| D | gitlab-ci.yml | 3 interruptible: true 25 interruptible: true 210 interruptible: true
|
| /third_party/mbedtls/docs/ |
| D | driver-only-builds.md | 224 ### Limitations regarding restartable / interruptible ECC operations 226 At the moment, there is no driver support for interruptible operations 230 Similarly, there is no PSA support for interruptible ECDH operations so these
|
| D | psa-transition.md | 977 The PSA API offers similar functionality via “interruptible” public-key operations. As of Mbed TLS … 979 The flow of operations for an interruptible signature operation is as follows: 985 The flow of operations for an interruptible signature verification operation is as follows: 1219 … under the name “interruptible key agreement” in a future version of the library, with an interfac…
|
| /third_party/mesa3d/.gitlab-ci/lava/ |
| D | lava-gitlab-ci.yml | 7 interruptible: true
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
| D | 16-1.c | 21 * If SA_RESTART is set in sa_flags, interruptible function interrupted
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/ |
| D | template_16-1.in | 20 * If SA_RESTART is set in sa_flags, interruptible function interrupted by signal
|
| /third_party/python/Modules/ |
| D | _threadmodule.c | 75 /* Helper to acquire an interruptible lock with a timeout. If the lock acquire 198 The blocking operation is interruptible."); 397 (note: the blocking operation is interruptible.)\n\
|
| /third_party/libfuse/lib/ |
| D | fuse_loop_mt.c | 364 /* sem_wait() is interruptible */ in fuse_session_loop_mt_312()
|
| /third_party/elfutils/debuginfod/ |
| D | ChangeLog | 631 (database_stats_report): Make more interruptible. Report sqlite3 633 (groom): Make more interruptible.
|
| /third_party/mksh/ |
| D | histrap.c | 1126 Sigact_ign.sa_flags = 0; /* interruptible */ in inittraps() 1544 /* interruptible */ in setsig()
|
| /third_party/mesa3d/.gitlab-ci/build/ |
| D | gitlab-ci.yml | 5 interruptible: true
|
| /third_party/python/Doc/library/ |
| D | signal.rst | 564 restart behaviour to interruptible by implicitly calling
|
| /third_party/libinput/ |
| D | .gitlab-ci.yml | 121 interruptible: true
|
| /third_party/libdrm/include/drm/ |
| D | vmwgfx_drm.h | 593 * Waits for a fence object to signal. The wait is interruptible, so that
|
| /third_party/mbedtls/tests/suites/ |
| D | test_suite_psa_crypto.function | 6868 * 1. Test interruptible sign hash with known outcomes (deterministic ECDSA 7042 * 1. Test that various failure cases for interruptible sign hash fail with the 7464 * 1. Test interruptible verify hash with known outcomes (deterministic ECDSA 7630 * 1. Test that various failure cases for interruptible verify hash fail with 7762 * 1. Test that calling the various interruptible sign and verify hash functions 7917 * 1. Test various edge cases in the interruptible sign and verify hash 8040 * 1. Test that setting max ops is reflected in both interruptible sign and
|
| /third_party/mesa3d/src/gallium/winsys/svga/drm/ |
| D | vmwgfx_drm.h | 584 * Waits for a fence object to signal. The wait is interruptible, so that
|
12