Home
last modified time | relevance | path

Searched refs:thread (Results 1676 - 1700 of 2392) sorted by relevance

1...<<61626364656667686970>>...96

/third_party/libunwind/libunwind/doc/
H A Dunw_get_accessors.tex38 The \Func{unw\_get\_accessors}() routine is thread-safe as well as
H A D_U_dyn_register.tex32 \Func{\_U\_dyn\_register}() is thread-safe but \emph{not} safe to use
H A D_U_dyn_cancel.tex31 \Func{\_U\_dyn\_cancel}() is thread-safe but \emph{not} safe to use
H A Dunw_is_fpreg.tex33 \Func{unw\_is\_fpreg}() is thread-safe as well as safe to use
H A Dunw_set_cache_size.tex34 \Func{unw\_set\_cache\_size}() is thread-safe but \emph{not} safe
/third_party/mesa3d/src/c11/
H A Dthreads.h72 # define _Thread_local __declspec(thread)
77 * to a non-thread-local global variable
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dswapchain9.h156 HANDLE thread );
/third_party/musl/src/thread/powerpc/
H A Dsyscall_cp.s13 #r2: tls/thread pointer on pp32
/third_party/nghttp2/src/
H A Dshrpx_log_config.cc29 #include <thread>
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dpthread_impl.h102 hidden int __thread_clone(int (*func)(void *), int flags, pthread_t *thread, unsigned char *sp);
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_queue.h66 * 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 DMtDec.h1 /* 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 Dcxa_thread_atexit_test.cpp20 #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 Drestart-module.c31 #include <pulsecore/thread-mq.h>
/third_party/pulseaudio/src/tests/
H A Dthread-mainloop-test.c31 #include <pulse/thread-mainloop.h>
H A Donce-test.c35 #include <pulsecore/thread.h>
H A Datomic-test.c45 #include <pulsecore/thread.h>
H A Dthread-test.c25 #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 Dtls.cpp7 // 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 Dsolaris.rs98 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 Dlow_level_alloc_test.cc20 #include <thread> // NOLINT(build/c++11)
/third_party/rust/crates/regex/src/
H A Dpool.rs1 // 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 Dmod.rs88 #[cfg(feature = "thread")]
89 pub(crate) mod thread;
/third_party/rust/crates/nix/src/sys/
H A Dtimerfd.rs207 if !std::thread::panicking() { in drop()
H A Dsignalfd.rs4 //! 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