Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 25 of 269) sorted by relevance

1234567891011

/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Support/
Dthread.h72 thread() : Thread(native_handle_type()) {} in thread() function
73 thread(thread &&Other) noexcept in thread() function
77 explicit thread(Function &&f, Args &&...args) in thread() function
125 thread::thread(std::optional<unsigned> StackSizeInBytes, Function &&f, in thread() function
218 struct thread { struct
219 thread() {} in thread() function
220 thread(thread &&other) {} in thread() function
222 explicit thread(std::optional<unsigned> StackSizeInBytes, Function &&f, in thread() function
227 explicit thread(Function &&f, Args &&...args) { in thread() function
233 report_fatal_error("Detaching from a thread does not make sense with no " in detach() argument
[all …]
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
Dthread.h72 thread() : Thread(native_handle_type()) {} in thread() function
73 thread(thread &&Other) noexcept in thread() function
77 explicit thread(Function &&f, Args &&...args) in thread() function
125 thread::thread(std::optional<unsigned> StackSizeInBytes, Function &&f, in thread() function
218 struct thread { struct
219 thread() {} in thread() argument
220 thread(thread &&other) {} in thread() function
222 explicit thread(std::optional<unsigned> StackSizeInBytes, Function &&f, in thread() argument
227 explicit thread(Function &&f, Args &&...args) { in thread() argument
233 report_fatal_error("Detaching from a thread does not make sense with no " in detach() argument
[all …]
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
Dthread.h72 thread() : Thread(native_handle_type()) {} in thread() function
73 thread(thread &&Other) noexcept in thread() function
77 explicit thread(Function &&f, Args &&...args) in thread() function
125 thread::thread(std::optional<unsigned> StackSizeInBytes, Function &&f, in thread() function
218 struct thread { struct
219 thread() {} in thread() function
220 thread(thread &&other) {} in thread() argument
222 explicit thread(std::optional<unsigned> StackSizeInBytes, Function &&f, in thread() argument
227 explicit thread(Function &&f, Args &&...args) { in thread() argument
233 report_fatal_error("Detaching from a thread does not make sense with no " in detach() argument
[all …]
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
Dthread.h72 thread() : Thread(native_handle_type()) {} in thread() function
73 thread(thread &&Other) noexcept in thread() function
77 explicit thread(Function &&f, Args &&...args) in thread() function
125 thread::thread(std::optional<unsigned> StackSizeInBytes, Function &&f, in thread() function
218 struct thread { struct
219 thread() {} in thread() function
220 thread(thread &&other) {} in thread() function
222 explicit thread(std::optional<unsigned> StackSizeInBytes, Function &&f, in thread() function
227 explicit thread(Function &&f, Args &&...args) { in thread() argument
233 report_fatal_error("Detaching from a thread does not make sense with no " in detach() argument
[all …]
/prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
Dtrace_unix.c24 pthread_t thread; in cCalledFromGo() local
Dtrace_windows.c25 uintptr_t thread; in cCalledFromGo() local
Dbindm.c15 static void* checkBindMThread(void* thread) { in checkBindMThread()
/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DCheckForPthreads.c11 pthread_t thread; in main() local
/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Target/
DStopInfo.h80 virtual bool IsValidForOperatingSystemThread(Thread &thread) { return true; } in IsValidForOperatingSystemThread()
85 virtual bool WasContinueInterrupted(Thread &thread) { return false; } in WasContinueInterrupted()
/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Target/
DStopInfo.h80 virtual bool IsValidForOperatingSystemThread(Thread &thread) { return true; } in IsValidForOperatingSystemThread()
85 virtual bool WasContinueInterrupted(Thread &thread) { return false; } in WasContinueInterrupted()
/prebuilts/clang/host/linux-x86/clang-r547379/include/lldb/Target/
DStopInfo.h80 virtual bool IsValidForOperatingSystemThread(Thread &thread) { return true; } in IsValidForOperatingSystemThread()
85 virtual bool WasContinueInterrupted(Thread &thread) { return false; } in WasContinueInterrupted()
DTimeoutResumeAll.h22 TimeoutResumeAll(Thread &thread) in TimeoutResumeAll()
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/os/unix/net/
Dtests.rs32 let thread = thread::spawn(move || { in basic() localVariable
77 let thread = thread::spawn(move || { in pair() localVariable
103 let thread = thread::spawn(move || { in try_clone() localVariable
128 let thread = thread::spawn(move || { in iter() localVariable
378 let thread = thread::spawn(move || { in datagram_pair() localVariable
428 let thread = thread::spawn(move || { in test_abstract_stream_connect() localVariable
456 let thread = thread::spawn(move || { in test_abstract_stream_iter() localVariable
551 let thread = thread::spawn(move || { in test_unix_stream_peek() localVariable
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/os/unix/net/
Dtests.rs32 let thread = thread::spawn(move || { in basic() localVariable
77 let thread = thread::spawn(move || { in pair() localVariable
103 let thread = thread::spawn(move || { in try_clone() localVariable
128 let thread = thread::spawn(move || { in iter() localVariable
378 let thread = thread::spawn(move || { in datagram_pair() localVariable
428 let thread = thread::spawn(move || { in test_abstract_stream_connect() localVariable
456 let thread = thread::spawn(move || { in test_abstract_stream_iter() localVariable
551 let thread = thread::spawn(move || { in test_unix_stream_peek() localVariable
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/os/unix/net/
Dtests.rs32 let thread = thread::spawn(move || { in basic() localVariable
77 let thread = thread::spawn(move || { in pair() localVariable
103 let thread = thread::spawn(move || { in try_clone() localVariable
128 let thread = thread::spawn(move || { in iter() localVariable
378 let thread = thread::spawn(move || { in datagram_pair() localVariable
428 let thread = thread::spawn(move || { in test_abstract_stream_connect() localVariable
456 let thread = thread::spawn(move || { in test_abstract_stream_iter() localVariable
551 let thread = thread::spawn(move || { in test_unix_stream_peek() localVariable
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/os/unix/net/
Dtests.rs32 let thread = thread::spawn(move || { in basic() localVariable
77 let thread = thread::spawn(move || { in pair() localVariable
103 let thread = thread::spawn(move || { in try_clone() localVariable
128 let thread = thread::spawn(move || { in iter() localVariable
378 let thread = thread::spawn(move || { in datagram_pair() localVariable
428 let thread = thread::spawn(move || { in test_abstract_stream_connect() localVariable
456 let thread = thread::spawn(move || { in test_abstract_stream_iter() localVariable
551 let thread = thread::spawn(move || { in test_unix_stream_peek() localVariable
/prebuilts/go/linux-x86/src/cmd/cgo/internal/test/
Dissue6997_linux.c11 static pthread_t thread; variable
/prebuilts/go/linux-x86/src/runtime/testdata/testwinlibthrow/
Dveh.c20 HANDLE thread = CreateThread(0, 0, ThreadRaiser, 0, 0, 0); in ThreadRaiseNoExcept() local
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/os/windows/
Dmod.rs34 pub mod thread; module
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/os/windows/
Dmod.rs34 pub mod thread; module
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/os/windows/
Dmod.rs34 pub mod thread; module
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/os/windows/
Dmod.rs34 pub mod thread; module
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/os/fortanix_sgx/
Dmod.rs45 pub mod thread { module
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/os/fortanix_sgx/
Dmod.rs45 pub mod thread { module
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/os/fortanix_sgx/
Dmod.rs45 pub mod thread { module

1234567891011