Home
last modified time | relevance | path

Searched full:until (Results 1 – 25 of 85) sorted by relevance

1234

/arkcompiler/runtime_core/runtime/mem/
Drendezvous.h30 * * If there is, wait until we get woken up
38 // Wait until all threads release Mutator lock and acquires it for write;
/arkcompiler/runtime_core/compiler/tools/paoc/
Dpaoc.yaml36 - name: paoc-skip-until
41 - name: paoc-compile-until
Dpaoc.cpp414 * `--paoc-skip-until`, `--paoc-compile-until` and `--paoc-methods-from-file` options:
760 std::cerr << " --paoc-skip-until first method to compile, skip all previous\n"; in PrintUsage()
761 std::cerr << " --paoc-compile-until last method to compile, skip all following\n"; in PrintUsage()
778 * Check if needed to skip method, considering 'paoc-skip-until' and 'paoc-compile-until' options
/arkcompiler/runtime_core/templates/
Dmessages.rb33 until scanner.eos?
58 until scanner.eos?
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dmutex.cpp52 // Wait until pred is true, or until timeout is reached.
147 // Wait until RWLock is unlocked in WriteLock()
152 … // Retry wait until lock not held. If we have more than one reader, cur_state check fail in WriteLock()
179 // Wait until RWLock WriteLock is unlocked in HandleReadLockWait()
183 // Retry wait until WriteLock not held. in HandleReadLockWait()
Dfmutex.cpp122 // Wait until pred is true, or until timeout is reached.
204 … // Retry wait until lock not held. In heavy contention situations curState check can fail in MutexLock()
274 // Retry CAS until succeess in MutexUnlock()
/arkcompiler/runtime_core/compiler/docs/
Dpaoc.md65 #### `--paoc-skip-until`
69 #### `--paoc-compile-until`
/arkcompiler/runtime_core/runtime/tooling/inspector/
Devent_loop.h28 // Run the event loop until paused.
/arkcompiler/runtime_core/tests/cts-assembly/
Darrays-05.pa14 # The following comment until the empty line must be a valid YAML document
Darrays-02.pa14 # The following comment until the empty line must be a valid YAML document
Darrays-07.pa14 # The following comment until the empty line must be a valid YAML document
Darrays-08.pa14 # The following comment until the empty line must be a valid YAML document
Darrays-04.pa14 # The following comment until the empty line must be a valid YAML document
Darrays-03.pa14 # The following comment until the empty line must be a valid YAML document
/arkcompiler/runtime_core/tests/verifier-tests/
Dbug_2107_1.pa14 # The following comment until the empty line must be a valid YAML document
Dbug_2086_1.pa14 # The following comment until the empty line must be a valid YAML document
Dbug_2107_2.pa14 # The following comment until the empty line must be a valid YAML document
Dbug_2086_2.pa14 # The following comment until the empty line must be a valid YAML document
Dbug_2088.pa14 # The following comment until the empty line must be a valid YAML document
Dbug_2084.pa14 # The following comment until the empty line must be a valid YAML document
Dbug_2085.pa14 # The following comment until the empty line must be a valid YAML document
/arkcompiler/runtime_core/runtime/
Dthread_manager.cpp159 // Finally wait until all threads are suspended in WaitForDeregistration()
311 … // while other waits for thread to be suspended, so thread_lock_ is required to be held until in SuspendAndWaitThreadByInternalThreadId()
332 // Now wait until target thread is really suspended in SuspendAndWaitThreadByInternalThreadId()
/arkcompiler/runtime_core/tests/cts-generator/generator/
Dtest_base.rb35 content.puts '# The following comment until the empty line must be a valid YAML document'
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_interface.h53 … * \brief called by the ecmavm when breakpoint hits. Thread where breakpoint hits is stopped until
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmonitor.yaml344 # wait until a thread is blocked on a monitor
355 # wait until the thread enter the monitor

1234