Searched refs:thread (Results 1676 - 1700 of 2392) sorted by relevance
1...<<61626364656667686970>>...96
/third_party/libunwind/libunwind/doc/ |
H A D | unw_get_accessors.tex | 38 The \Func{unw\_get\_accessors}() routine is thread-safe as well as
|
H A D | _U_dyn_register.tex | 32 \Func{\_U\_dyn\_register}() is thread-safe but \emph{not} safe to use
|
H A D | _U_dyn_cancel.tex | 31 \Func{\_U\_dyn\_cancel}() is thread-safe but \emph{not} safe to use
|
H A D | unw_is_fpreg.tex | 33 \Func{unw\_is\_fpreg}() is thread-safe as well as safe to use
|
H A D | unw_set_cache_size.tex | 34 \Func{unw\_set\_cache\_size}() is thread-safe but \emph{not} safe
|
/third_party/mesa3d/src/c11/ |
H A D | threads.h | 72 # define _Thread_local __declspec(thread) 77 * to a non-thread-local global variable
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | swapchain9.h | 156 HANDLE thread );
|
/third_party/musl/src/thread/powerpc/ |
H A D | syscall_cp.s | 13 #r2: tls/thread pointer on pp32
|
/third_party/nghttp2/src/ |
H A D | shrpx_log_config.cc | 29 #include <thread>
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | pthread_impl.h | 102 hidden int __thread_clone(int (*func)(void *), int flags, pthread_t *thread, unsigned char *sp);
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_queue.h | 66 * the client thread on which vkQueueSubmit was called or from a runtime- 67 * managed submit thread. We do, however, guarantee that as long as the 84 * thread is currently running for this queue. If the device submit 98 thrd_t thread; member 170 * will always use a submit thread for all submissions. You must have called
|
/third_party/lzma/C/ |
H A D | MtDec.h | 1 /* MtDec.h -- Multi-thread Decoder
50 CThread thread;
member 62 MTDEC_PARSE_OVERFLOW, // MT buffers overflow, need switch to single-thread
|
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/ |
H A D | cxa_thread_atexit_test.cpp | 20 #include <thread>
65 * @tc.desc: Test dtor of thread_local object is called when child thread exit.
95 fprintf(stderr, "%s", "main thread"); // Used for ASSERT_EXIT.
in ~ClassForMainThread() 109 * @tc.desc: Test dtor of thread_local object is called when main thread exit.
114 ASSERT_EXIT(MainThreadFunc(nullptr), testing::ExitedWithCode(0), "main thread");
in HWTEST_F() 175 * Test we can unload B and C when thread exit.
220 // They should have been unloaded when the thread exited.
in HWTEST_F()
|
/third_party/pulseaudio/src/modules/ |
H A D | restart-module.c | 31 #include <pulsecore/thread-mq.h>
|
/third_party/pulseaudio/src/tests/ |
H A D | thread-mainloop-test.c | 31 #include <pulse/thread-mainloop.h>
|
H A D | once-test.c | 35 #include <pulsecore/thread.h>
|
H A D | atomic-test.c | 45 #include <pulsecore/thread.h>
|
H A D | thread-test.c | 25 #include <pulsecore/thread.h> 118 /* There's a thread waiting for us to change magic_number to a non-zero in START_TEST() 154 tc = tcase_create("thread"); in main()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | tls.cpp | 7 // tls.cpp: Simple cross-platform interface for thread local storage. 30 static __declspec(thread) ThreadLocalData *currentThreadData = nullptr;
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | solaris.rs | 98 pub fn pthread_getattr_np(thread: ::pthread_t, attr: *mut ::pthread_attr_t) -> ::c_int; in pthread_getattr_np()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | low_level_alloc_test.cc | 20 #include <thread> // NOLINT(build/c++11)
|
/third_party/rust/crates/regex/src/ |
H A D | pool.rs | 1 // This module provides a relatively simple thread-safe pool of reusable 4 // costly, in the case where a pool is accessed by the first thread that tried 25 // case of the first-to-get thread. 44 // does try to reuse space previously used by a thread that has since stopped, 64 /// An atomic counter used to allocate thread IDs. 68 /// A thread local used to assign an ID to a thread. 71 // SAFETY: We cannot permit the reuse of thread IDs since reusing a 72 // thread ID might result in more than one thread "ownin [all...] |
/third_party/rust/crates/rustix/src/backend/libc/ |
H A D | mod.rs | 88 #[cfg(feature = "thread")] 89 pub(crate) mod thread;
|
/third_party/rust/crates/nix/src/sys/ |
H A D | timerfd.rs | 207 if !std::thread::panicking() { in drop()
|
H A D | signalfd.rs | 4 //! When a signal can't be delivered to a process (or thread), it will become a pending signal. 5 //! Failure to deliver could happen if the signal is blocked by every thread in the process or if 8 //! If a signal is sent to a process (or thread) that already has a pending signal of the same 45 /// A signal must be blocked on every thread in a process, otherwise it won't be visible from 68 /// // Set the thread to block the SIGUSR1 signal, otherwise the default handler will be used 123 if !std::thread::panicking() && e == Err(Errno::EBADF) { in drop()
|
Completed in 8 milliseconds
1...<<61626364656667686970>>...96