Home
last modified time | relevance | path

Searched defs:Thread (Results 1 – 25 of 59) sorted by relevance

123

/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
Dthread_group.hpp50 struct Thread struct in spirv_cross::ThreadGroup
52 enum State
58 State state = Idle;
60 void start(T *impl) in start()
81 void wait() in wait()
87 void run() in run()
94 ~Thread() in ~Thread()
106 std::thread worker;
107 std::condition_variable cond;
108 std::mutex lock;
/third_party/rust/rust/library/std/src/sys/hermit/
Dthread.rs15 pub struct Thread { struct
19 unsafe impl Send for Thread {} argument
20 unsafe impl Sync for Thread {} implementation
24 impl Thread { impl
29 ) -> io::Result<Thread> { in new_with_coreid()
59 pub unsafe fn new(stack: usize, p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new()
/third_party/rust/rust/library/std/src/sys/itron/
Dthread.rs20 pub struct Thread { struct
21 p_inner: NonNull<ThreadInner>, argument
27 // Safety: There's nothing in `Thread` that ties it to the original creator. It argument
29 unsafe impl Send for Thread {} implementation
31 unsafe impl Sync for Thread {} implementation
89 impl Thread { implementation
93 pub unsafe fn new(stack: usize, p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new()
271 impl Drop for Thread { implementation
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DEventListener.hpp34 virtual void onThreadStarted(ID<Thread>) {} in onThreadStarted()
38 virtual void onThreadStepped(ID<Thread>) {} in onThreadStepped()
42 virtual void onLineBreakpointHit(ID<Thread>) {} in onLineBreakpointHit()
46 virtual void onFunctionBreakpointHit(ID<Thread>) {} in onFunctionBreakpointHit()
/third_party/rust/rust/library/std/src/sys/unsupported/
Dthread.rs7 pub struct Thread(!); struct
11 impl Thread { impl
13 pub unsafe fn new(_stack: usize, _p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new()
/third_party/rust/rust/library/std/src/sys/windows/
Dthread.rs19 pub struct Thread { struct
23 impl Thread { impl
25 pub unsafe fn new(stack: usize, p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new()
/third_party/rust/rust/library/std/src/sys/wasm/atomics/
Dthread.rs7 pub struct Thread(!); struct
11 impl Thread { impl
13 pub unsafe fn new(_stack: usize, _p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new()
/third_party/rust/rust/library/std/src/sys/wasi/
Dthread.rs10 pub struct Thread(!); struct
14 impl Thread { implementation
16 pub unsafe fn new(_stack: usize, _p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new()
/third_party/rust/rust/library/std/src/sys/sgx/
Dthread.rs10 pub struct Thread(task_queue::JoinHandle); struct
102 impl Thread { impl
104 pub unsafe fn new(_stack: usize, p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new()
/third_party/rust/rust/library/std/src/thread/
Dmod.rs1190 pub struct Thread { struct
1194 impl Thread { argument
1197 pub(crate) fn new(name: Option<CString>) -> Thread { in new()
1320 impl fmt::Debug for Thread { implementation
1532 pub fn thread(&self) -> &Thread { in thread()
1591 fn as_inner(&self) -> &imp::Thread { in as_inner()
1597 fn into_inner(self) -> imp::Thread { in into_inner()
/third_party/rust/rust/src/tools/miri/src/concurrency/
Dthread.rs111 pub struct Thread<'mir, 'tcx> { struct
112 state: ThreadState, argument
134 join_status: ThreadJoinStatus, argument
153 impl<'mir, 'tcx> Thread<'mir, 'tcx> { implementation
194 impl<'mir, 'tcx> std::fmt::Debug for Thread<'mir, 'tcx> { implementation
206 impl<'mir, 'tcx> Thread<'mir, 'tcx> { impl
221 impl VisitTags for Thread<'_, '_> { implementation
223 let Thread { in visit_tags() localVariable
/third_party/grpc/src/core/util/
Dthd.h89 Thread() : state_(FAKE), impl_(nullptr) {} in Thread() function
113 Thread(Thread&& other) noexcept in Thread() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMinidump.h219 struct Thread { struct
220 support::ulittle32_t ThreadId; argument
228 static_assert(sizeof(Thread) == 48, ""); argument
/third_party/rust/rust/library/std/src/sys/unix/
Dthread.rs40 pub struct Thread { struct
46 unsafe impl Send for Thread {} implementation
47 unsafe impl Sync for Thread {} implementation
49 impl Thread { impl
51 pub unsafe fn new(stack: usize, p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new()
280 impl Drop for Thread { implementation
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeThread.hpp43 class Thread class
DdeThread.cpp37 Thread::Thread (void) in Thread() function in de::Thread
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Degl_stubs_autogen.h32 class Thread; variable
Degl_ext_stubs_autogen.h32 class Thread; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DSurfaceImpl.h36 class Thread; variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DSymbolEnv.h24 Thread, enumerator
/third_party/lzma/CPP/7zip/Common/
DVirtThread.h13 NWindows::CThread Thread; member
/third_party/skia/third_party/externals/swiftshader/src/Common/
DThread.cpp19 Thread::Thread(void (*threadFunction)(void *parameters), void *parameters) in Thread() function in sw::Thread
/third_party/re2/re2/
Dnfa.cc69 struct Thread { struct in re2::NFA
70 union {
74 const char** capture;
/third_party/rust/rust/library/std/src/sys_common/
Dthread_info.rs41 pub fn set(stack_guard: Option<Guard>, thread: Thread) { in set()
/third_party/vk-gl-cts/modules/egl/
DteglThreadCleanUpTests.cpp58 class Thread : public de::Thread class
61Thread (const Library& egl, EGLDisplay display, EGLSurface surface, EGLContext context, EGLConfig … in Thread() function in deqp::egl::__anond69db80a0111::Thread

123