Home
last modified time | relevance | path

Searched defs:Threads (Results 1 – 25 of 268) sorted by relevance

1234567891011

/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Dpikevm.rs52 struct Threads { struct
54 set: SparseSet,
79 Cache { clist: Threads::new(), nlist: Threads::new(), stack: vec![] } in new() argument
116 mut clist: &mut Threads, in exec_()
117 mut nlist: &mut Threads, in exec_()
226 nlist: &mut Threads, in step()
273 nlist: &mut Threads, in add()
294 nlist: &mut Threads, in add_step()
342 impl Threads { implementation
/aosp_15_r20/external/volley/core/src/main/java/com/android/volley/toolbox/
H A DThreads.java5 final class Threads { class
6 private Threads() {} in Threads() method in Threads
/aosp_15_r20/external/vogar/src/vogar/util/
H A DThreads.java29 public final class Threads { class
30 private Threads() {} in Threads() method in Threads
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsSmsUtils.java148 public static final class Threads implements android.provider.Telephony.ThreadsColumns { class in MmsSmsUtils
156 private Threads() { in Threads() method in MmsSmsUtils.Threads
/aosp_15_r20/external/scudo/standalone/tests/
H A Dmutex_test.cpp86 pthread_t Threads[NumberOfThreads]; in TEST() local
96 pthread_t Threads[NumberOfThreads]; in TEST() local
H A Dwrappers_cpp_test.cpp195 std::thread Threads[32]; in TEST_F() local
228 std::vector<std::thread *> Threads; in TEST_F() local
H A Dtsd_test.cpp166 std::thread Threads[32]; in testRegistryThreaded() local
222 std::thread Threads[32]; in TEST() local
H A Dcondition_variable_test.cpp20 std::thread Threads[NumThreads]; in simpleWaitAndNotifyAll() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Target/
DThreadCollection.h46 virtual ThreadIterable Threads() { in Threads() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Target/
DThreadCollection.h46 virtual ThreadIterable Threads() { in Threads() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Target/
DThreadCollection.h46 virtual ThreadIterable Threads() { in Threads() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Target/
DThreadCollection.h46 virtual ThreadIterable Threads() { in Threads() function
/aosp_15_r20/art/test/1934-jvmti-signal-thread/src/art/
H A DThreads.java19 public class Threads { class
/aosp_15_r20/art/test/jvmti-common/
H A DThreads.java19 public class Threads { class
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
H A Dthreading.md20 ## Threads section in Threading
/aosp_15_r20/external/webrtc/g3doc/
H A Dimplementation_basics.md28 ## Threads section in Basic concepts and primitives
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DThreadPool.h77 std::vector<llvm::thread> Threads; variable
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/
Drefcount_test.cc48 TEST(RefCountTest, Threads) { in TEST() argument
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/
Drefcount_test.cc48 TEST(RefCountTest, Threads) { in TEST() argument
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/
H A Drefcount_test.cc48 TEST(RefCountTest, Threads) { in TEST() argument
/aosp_15_r20/external/boringssl/src/crypto/
H A Drefcount_test.cc48 TEST(RefCountTest, Threads) { in TEST() argument
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DThreadPool.h114 std::vector<llvm::thread> Threads; variable
/aosp_15_r20/system/extras/memory_replay/
H A DThread.h60 friend class Threads; variable
/aosp_15_r20/external/gwp_asan/gwp_asan/tests/
H A Dthread_contention.cpp48 std::vector<std::thread> Threads; in runThreadContentionTest() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
H A Dmutex_duration.pass.cpp42 static const unsigned Threads = 5; variable

1234567891011