Home
last modified time | relevance | path

Searched refs:spawn_thread (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/system/security/keystore2/src/
H A Dasync_task.rs184 self.spawn_thread(&mut state); in queue()
190 fn spawn_thread(&self, state: &mut MutexGuard<AsyncTaskState>) { in spawn_thread() method
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/API/
DSBDebugger.h424 void RunCommandInterpreter(bool auto_handle_events, bool spawn_thread);
455 void RunCommandInterpreter(bool auto_handle_events, bool spawn_thread,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/API/
DSBDebugger.h424 void RunCommandInterpreter(bool auto_handle_events, bool spawn_thread);
455 void RunCommandInterpreter(bool auto_handle_events, bool spawn_thread,
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/
Dhandle.rs573 spawn_thread(async {
594 async fn spawn_thread<F>(f: F) -> <F as Future>::Output
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/API/
DSBDebugger.h423 void RunCommandInterpreter(bool auto_handle_events, bool spawn_thread);
454 void RunCommandInterpreter(bool auto_handle_events, bool spawn_thread,
/aosp_15_r20/system/security/keystore2/watchdog/src/
H A Dlib.rs304 self.spawn_thread(&mut state); in arm()
321 fn spawn_thread(&self, state: &mut MutexGuard<WatchdogState>) { in spawn_thread() method
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/API/
DSBDebugger.h424 void RunCommandInterpreter(bool auto_handle_events, bool spawn_thread);
455 void RunCommandInterpreter(bool auto_handle_events, bool spawn_thread,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Interpreter/
DCommandInterpreter.h180 void SetSpawnThread(bool spawn_thread) { in SetSpawnThread() argument
181 m_spawn_thread = spawn_thread ? eLazyBoolYes : eLazyBoolNo; in SetSpawnThread()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Interpreter/
DCommandInterpreter.h181 void SetSpawnThread(bool spawn_thread) { in SetSpawnThread() argument
182 m_spawn_thread = spawn_thread ? eLazyBoolYes : eLazyBoolNo; in SetSpawnThread()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Interpreter/
DCommandInterpreter.h181 void SetSpawnThread(bool spawn_thread) { in SetSpawnThread() argument
182 m_spawn_thread = spawn_thread ? eLazyBoolYes : eLazyBoolNo; in SetSpawnThread()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Interpreter/
DCommandInterpreter.h181 void SetSpawnThread(bool spawn_thread) { in SetSpawnThread() argument
182 m_spawn_thread = spawn_thread ? eLazyBoolYes : eLazyBoolNo; in SetSpawnThread()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/blocking/
Dpool.rs416 match self.spawn_thread(shutdown_tx, rt, id) { in spawn_task()
452 fn spawn_thread( in spawn_thread() method
/aosp_15_r20/external/python/cpython2/Python/
Dthread_atheos.h111 tid = spawn_thread(name, func, NORMAL_PRIORITY, 0, arg); in PyThread_start_new_thread()
Dthread_beos.h129 tid = spawn_thread( (thread_func)func, name, in PyThread_start_new_thread()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/beos/
H A Dthread.c98 (*new)->td = spawn_thread((thread_func)dummy_worker, in apr_thread_create()
/aosp_15_r20/external/libusb/libusb/os/
H A Dhaiku_usb_backend.cpp236 fTransfersThread = spawn_thread(TransfersThread, "Transfer Worker", B_NORMAL_PRIORITY, this); in USBDeviceHandle()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/haiku/
H A Dnative.rs1070 pub fn spawn_thread( in spawn_thread() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/libc/src/unix/haiku/
H A Dnative.rs1070 pub fn spawn_thread( in spawn_thread() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/haiku/
H A Dnative.rs1070 pub fn spawn_thread( in spawn_thread() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/haiku/
H A Dnative.rs1070 pub fn spawn_thread( in spawn_thread() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/haiku/
H A Dnative.rs1070 pub fn spawn_thread( in spawn_thread() function
/aosp_15_r20/external/rust/android-crates-io/crates/libc/src/unix/haiku/
Dnative.rs1071 pub fn spawn_thread( in spawn_thread() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/unix/haiku/
H A Dnative.rs1070 pub fn spawn_thread( in spawn_thread() function
/aosp_15_r20/toolchain/pgo-profiles/
H A DAFDO_SUMMARY.txt17 <<std::thread::Builder>::spawn_unchecked_<<watchdog_rs::Watchdog>::spawn_thread::{closure#0}, ()>::…
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/python3.11/site-packages/lldb/
D__init__.py4900 …def RunCommandInterpreter(self, auto_handle_events, spawn_thread, options, num_errors, quit_reques… argument
4926 …return _lldb.SBDebugger_RunCommandInterpreter(self, auto_handle_events, spawn_thread, options, num…

12