Searched refs:passive (Results 1 – 6 of 6) sorted by relevance
9 … llc --mtriple=wasm32-unknown-unknown -mattr=+bulk-memory,+atomics -filetype=obj %s -o %t.passive.o80 …o-gc-sections --no-entry --shared-memory --max-memory=131072 -o %t.merged.passive.wasm %t.passive.o81 ; RUN: obj2yaml %t.merged.passive.wasm | FileCheck %s --check-prefix=PASSIVE-MERGE105 …shared-memory --max-memory=131072 --no-merge-data-segments -o %t.separate.passive.wasm %t.passive.o106 ; RUN: obj2yaml %t.separate.passive.wasm | FileCheck %s --check-prefix=PASSIVE-SEPARATE
20 ; atomics, bulk memory, shared memory => passive segments25 ; atomics, bulk memory, shared memory, wasm64 => passive segments
158 Loader(FileSpec root, bool passive = false);
199 Loader::Loader(FileSpec root, bool passive) in Loader() argument
147 entirely passive and has no knowledge of how any pass is implemented. When a
275 Decides whether threads spin (active) or yield (passive) while they are waiting.277 ``OMP_WAIT_POLICY=passive`` is an alias for ``KMP_LIBRARY=throughput``.279 | **Default:** ``passive``282 Although the default is ``passive``, unless the user has explicitly set