Home
last modified time | relevance | path

Searched defs:cancellation (Results 1 – 25 of 131) sorted by relevance

123456

/dports/net/yggdrasil/yggdrasil-go-0.3.11/src/util/
H A Dcancellation.go30 type cancellation struct { struct
31 cancel chan struct{}
32 mutex sync.RWMutex
33 err error
34 done bool
47 func (c *cancellation) Finished() <-chan struct{} {
52 func (c *cancellation) Cancel(err error) error {
66 func (c *cancellation) Error() error {
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/stock/doc/
H A Dstock.rst530 Returns
537 Cancellation
545 Procurement group propagation
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/libomptarget/deviceRTLs/nvptx/test/api/
H A Dignored.c9 int cancellation = -1, dynamic = -1, nested = -1, maxActiveLevels = -1; in main() local
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/salsa-0.17.0-pre.2/tests/parallel/
H A Dmain.rs3 mod cancellation; module
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/libomptarget/deviceRTLs/nvptx/test/api/
H A Dignored.c9 int cancellation = -1, dynamic = -1, nested = -1, maxActiveLevels = -1; in main() local
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/libomptarget/deviceRTLs/nvptx/test/api/
H A Dignored.c9 int cancellation = -1, dynamic = -1, nested = -1, maxActiveLevels = -1; in main() local
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/libomptarget/deviceRTLs/nvptx/test/api/
H A Dignored.c9 int cancellation = -1, dynamic = -1, nested = -1, maxActiveLevels = -1; in main() local
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/libomptarget/deviceRTLs/nvptx/test/api/
H A Dignored.c9 int cancellation = -1, dynamic = -1, nested = -1, maxActiveLevels = -1; in main() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/libomptarget/deviceRTLs/nvptx/test/api/
H A Dignored.c9 int cancellation = -1, dynamic = -1, nested = -1, maxActiveLevels = -1; in main() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/libomptarget/deviceRTLs/nvptx/test/api/
H A Dignored.c9 int cancellation = -1, dynamic = -1, nested = -1, maxActiveLevels = -1; in main() local
/dports/devel/texlab/texlab-3.3.0/cargo-crates/salsa-0.15.2/tests/parallel/
H A Dmain.rs3 mod cancellation; module
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/libomptarget/deviceRTLs/nvptx/test/api/
H A Dignored.c9 int cancellation = -1, dynamic = -1, nested = -1, maxActiveLevels = -1; in main() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/test/api/
H A Dignored.c9 int cancellation = -1, dynamic = -1, nested = -1, maxActiveLevels = -1; in main() local
/dports/lang/rust/rustc-1.58.1-src/vendor/salsa/tests/parallel/
H A Dmain.rs3 mod cancellation; module
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/libomptarget/deviceRTLs/nvptx/test/api/
H A Dignored.c9 int cancellation = -1, dynamic = -1, nested = -1, maxActiveLevels = -1; in main() local
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/libomptarget/deviceRTLs/nvptx/test/api/
H A Dignored.c9 int cancellation = -1, dynamic = -1, nested = -1, maxActiveLevels = -1; in main() local
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/libomptarget/deviceRTLs/nvptx/test/
H A Dlit.cfg9 config = object()
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/libomptarget/deviceRTLs/nvptx/test/api/
H A Dignored.c9 int cancellation = -1, dynamic = -1, nested = -1, maxActiveLevels = -1; in main() local
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/posix/
H A DJackPosixThread.h48 … JackPosixThread(JackRunnableInterface* runnable, bool real_time, int priority, int cancellation) in JackPosixThread()
/dports/net/evans/evans-0.9.1/vendor/github.com/improbable-eng/grpc-web/integration_test/ts/
H A DsuiteUtils.ts7 cancellation, enumerator
/dports/misc/vifm/vifm-0.11/src/io/
H A Dioeta.c34 ioeta_alloc(void *param, io_cancellation_t cancellation) in ioeta_alloc()
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/android/
H A DJackAndroidThread.h56 … JackAndroidThread(JackRunnableInterface* runnable, bool real_time, int priority, int cancellation) in JackAndroidThread()
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/caf/detail/
H A Dsimple_actor_clock.hpp172 struct cancellation : event { struct in caf::detail::simple_actor_clock
173 cancellation(event_type t, actor_id aid) : event(t), aid(aid) { in cancellation() function
177 actor_id aid;
/dports/sysutils/dar/dar-2.5.14-bis/src/libdar/
H A Dthread_cancellation.hpp155 bool cancellation; ///< true if a thread has to be canceled member
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/macosx/
H A DJackMachThread.h112 … : JackPosixThread(runnable, cancellation), fPeriod(0), fComputation(0), fConstraint(0) in JackPosixThread() argument

123456