| /third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/ |
| D | thread_group.hpp | 50 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/ |
| D | thread.rs | 15 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/ |
| D | thread.rs | 20 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/ |
| D | EventListener.hpp | 34 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/ |
| D | thread.rs | 7 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/ |
| D | thread.rs | 19 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/ |
| D | thread.rs | 7 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/ |
| D | thread.rs | 10 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/ |
| D | thread.rs | 10 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/ |
| D | mod.rs | 1190 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/ |
| D | thread.rs | 111 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/ |
| D | thd.h | 89 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/ |
| D | Minidump.h | 219 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/ |
| D | thread.rs | 40 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/ |
| D | deThread.hpp | 43 class Thread class
|
| D | deThread.cpp | 37 Thread::Thread (void) in Thread() function in de::Thread
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| D | egl_stubs_autogen.h | 32 class Thread; variable
|
| D | egl_ext_stubs_autogen.h | 32 class Thread; variable
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | SurfaceImpl.h | 36 class Thread; variable
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| D | SymbolEnv.h | 24 Thread, enumerator
|
| /third_party/lzma/CPP/7zip/Common/ |
| D | VirtThread.h | 13 NWindows::CThread Thread; member
|
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| D | Thread.cpp | 19 Thread::Thread(void (*threadFunction)(void *parameters), void *parameters) in Thread() function in sw::Thread
|
| /third_party/re2/re2/ |
| D | nfa.cc | 69 struct Thread { struct in re2::NFA 70 union { 74 const char** capture;
|
| /third_party/rust/rust/library/std/src/sys_common/ |
| D | thread_info.rs | 41 pub fn set(stack_guard: Option<Guard>, thread: Thread) { in set()
|
| /third_party/vk-gl-cts/modules/egl/ |
| D | teglThreadCleanUpTests.cpp | 58 class Thread : public de::Thread class 61 …Thread (const Library& egl, EGLDisplay display, EGLSurface surface, EGLContext context, EGLConfig … in Thread() function in deqp::egl::__anond69db80a0111::Thread
|