/aosp_15_r20/frameworks/libs/binary_translation/tests/ndk_program_tests/ |
D | thread_test.cc | 27 TEST(Thread, CreateJoin) { in TEST() argument 81 TEST(Thread, Keys) { in TEST() argument 105 TEST(Thread, Once) { in TEST() argument 116 TEST(Thread, PThreadAttr) { in TEST() argument 133 TEST(Thread, CreateWithAttrs) { in TEST() argument 146 TEST(Thread, PushPop) { in TEST() argument 160 TEST(Thread, GetTid) { in TEST() argument 172 TEST(Thread, GetSetPriority) { in TEST() argument
|
/aosp_15_r20/libcore/ojluni/annotations/mmodule/java/lang/ |
H A D | Thread.annotated.java | 38 public class Thread implements java.lang.Runnable { class 40 public Thread() { throw new RuntimeException("Stub!"); } in Thread() method in Thread 42 public Thread(java.lang.Runnable target) { throw new RuntimeException("Stub!"); } in Thread() method in Thread 44 public Thread(java.lang.ThreadGroup group, java.lang.Runnable target) { throw new RuntimeException(… in Thread() method in Thread 46 public Thread(java.lang.String name) { throw new RuntimeException("Stub!"); } in Thread() method in Thread 48 public Thread(java.lang.ThreadGroup group, java.lang.String name) { throw new RuntimeException("Stu… in Thread() method in Thread 50 public Thread(java.lang.Runnable target, java.lang.String name) { throw new RuntimeException("Stub!… in Thread() method in Thread 52 public Thread(java.lang.ThreadGroup group, java.lang.Runnable target, java.lang.String name) { thro… in Thread() method in Thread 54 public Thread(java.lang.ThreadGroup group, java.lang.Runnable target, java.lang.String name, long s… in Thread() method in Thread
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/thread/ |
H A D | mod.rs | 708 pub(crate) fn set_current(thread: Thread) { in set_current() 1313 pub struct Thread { struct 1317 impl Thread { implementation 1322 pub(crate) unsafe fn new(name: CString) -> Thread { in new() 1337 unsafe fn new_inner(name: ThreadName) -> Thread { in new_inner() 1473 impl fmt::Debug for Thread { implementation 1686 pub fn thread(&self) -> &Thread { in thread() 1745 fn as_inner(&self) -> &imp::Thread { in as_inner() 1751 fn into_inner(self) -> imp::Thread { in into_inner()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/thread/ |
H A D | mod.rs | 708 pub(crate) fn set_current(thread: Thread) { in set_current() 1313 pub struct Thread { struct 1317 impl Thread { argument 1322 pub(crate) unsafe fn new(name: CString) -> Thread { in new() 1337 unsafe fn new_inner(name: ThreadName) -> Thread { in new_inner() 1473 impl fmt::Debug for Thread { implementation 1686 pub fn thread(&self) -> &Thread { in thread() 1745 fn as_inner(&self) -> &imp::Thread { in as_inner() 1751 fn into_inner(self) -> imp::Thread { in into_inner()
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/ |
H A D | Thread.java | 32 public class Thread implements java.lang.Runnable { class 34 public Thread() { in Thread() method in Thread 38 public Thread(java.lang.Runnable target) { in Thread() method in Thread 42 Thread(java.lang.Runnable target, java.security.AccessControlContext acc) { in Thread() method in Thread 46 public Thread(java.lang.ThreadGroup group, java.lang.Runnable target) { in Thread() method in Thread 50 public Thread(java.lang.String name) { in Thread() method in Thread 54 public Thread(java.lang.ThreadGroup group, java.lang.String name) { in Thread() method in Thread 59 Thread(java.lang.ThreadGroup group, java.lang.String name, int priority, boolean daemon) { in Thread() method in Thread 63 public Thread(java.lang.Runnable target, java.lang.String name) { in Thread() method in Thread 67 public Thread(java.lang.ThreadGroup group, java.lang.Runnable target, java.lang.String name) { in Thread() method in Thread [all …]
|
/aosp_15_r20/external/starlark-go/starlarktest/ |
H A D | starlarktest.go | 39 func SetReporter(thread *starlark.Thread, r Reporter) { 45 func GetReporter(thread *starlark.Thread) Reporter { 79 func catch(thread *starlark.Thread, _ *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tup… 91 func matches(thread *starlark.Thread, _ *starlark.Builtin, args starlark.Tuple, kwargs []starlark.T… 104 func error_(thread *starlark.Thread, _ *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tu… 122 func freeze(thread *starlark.Thread, _ *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tu…
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/fuchsia/ |
H A D | fuchsia_trace_tokenizer.h | 80 struct Thread { struct 81 explicit Thread(uint64_t tid) : info{0, tid} {} in Thread() function 83 FuchsiaThreadInfo info; argument 86 std::optional<tables::ThreadStateTable::RowNumber> last_state_row; argument 89 void SwitchFrom(Thread* thread, argument
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/thread/ |
H A D | mod.rs | 708 pub(crate) fn set_current(thread: Thread) { in set_current() 1376 pub struct Thread { struct 1380 impl Thread { argument 1382 pub(crate) fn new(name: String) -> Thread { in new() 1395 fn new_inner(name: ThreadName) -> Thread { in new_inner() 1527 impl fmt::Debug for Thread { implementation 1740 pub fn thread(&self) -> &Thread { in thread() 1799 fn as_inner(&self) -> &imp::Thread { in as_inner() 1805 fn into_inner(self) -> imp::Thread { in into_inner()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/thread/ |
H A D | mod.rs | 708 pub(crate) fn set_current(thread: Thread) { in set_current() 1376 pub struct Thread { struct 1380 impl Thread { impl 1382 pub(crate) fn new(name: String) -> Thread { in new() 1395 fn new_inner(name: ThreadName) -> Thread { in new_inner() 1527 impl fmt::Debug for Thread { implementation 1740 pub fn thread(&self) -> &Thread { in thread() 1799 fn as_inner(&self) -> &imp::Thread { in as_inner() 1805 fn into_inner(self) -> imp::Thread { in into_inner()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/thread/ |
H A D | mod.rs | 708 pub(crate) fn set_current(thread: Thread) { in set_current() 1376 pub struct Thread { struct 1380 impl Thread { impl 1382 pub(crate) fn new(name: String) -> Thread { in new() 1395 fn new_inner(name: ThreadName) -> Thread { in new_inner() 1527 impl fmt::Debug for Thread { implementation 1740 pub fn thread(&self) -> &Thread { in thread() 1799 fn as_inner(&self) -> &imp::Thread { in as_inner() 1805 fn into_inner(self) -> imp::Thread { in into_inner()
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/cache/ |
H A D | CacheLoadingTest.java | 2103 new Thread() { in testAsMapDuringLoading() method 2110 new Thread() { in testAsMapDuringLoading() method 2159 new Thread() { in testInvalidateDuringLoading() method 2166 new Thread() { in testInvalidateDuringLoading() method 2216 new Thread() { in testInvalidateAndReloadDuringLoading() method 2223 new Thread() { in testInvalidateAndReloadDuringLoading() method 2238 new Thread() { in testInvalidateAndReloadDuringLoading() method 2245 new Thread() { in testInvalidateAndReloadDuringLoading() method 2297 new Thread() { in testExpandDuringLoading() method 2309 new Thread() { in testExpandDuringLoading() method [all …]
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/cache/ |
H A D | CacheLoadingTest.java | 2103 new Thread() { in testAsMapDuringLoading() method 2110 new Thread() { in testAsMapDuringLoading() method 2159 new Thread() { in testInvalidateDuringLoading() method 2166 new Thread() { in testInvalidateDuringLoading() method 2216 new Thread() { in testInvalidateAndReloadDuringLoading() method 2223 new Thread() { in testInvalidateAndReloadDuringLoading() method 2238 new Thread() { in testInvalidateAndReloadDuringLoading() method 2245 new Thread() { in testInvalidateAndReloadDuringLoading() method 2297 new Thread() { in testExpandDuringLoading() method 2309 new Thread() { in testExpandDuringLoading() method [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A 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()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/xous/ |
H A D | thread.rs | 12 pub struct Thread { struct 13 tid: ThreadId, argument 20 impl Thread { impl 22 pub unsafe fn new(stack: usize, p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A 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()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | thread.rs | 19 pub struct Thread { struct 23 impl Thread { argument 25 pub unsafe fn new(stack: usize, p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A 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()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/ |
H A D | thread.rs | 12 pub struct Thread { struct 13 tid: ThreadId, argument 20 impl Thread { implementation 22 pub unsafe fn new(stack: usize, p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/ |
H A D | thread.rs | 12 pub struct Thread { struct 13 tid: ThreadId, argument 20 impl Thread { implementation 22 pub unsafe fn new(stack: usize, p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | thread.rs | 19 pub struct Thread { struct 23 impl Thread { implementation 25 pub unsafe fn new(stack: usize, p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/ |
H A D | thread.rs | 12 pub struct Thread { struct 13 tid: ThreadId, argument 20 impl Thread { impl 22 pub unsafe fn new(stack: usize, p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/xous/ |
H A D | thread.rs | 12 pub struct Thread { struct 13 tid: ThreadId, argument 20 impl Thread { implementation 22 pub unsafe fn new(stack: usize, p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new()
|
/aosp_15_r20/external/starlark-go/lib/proto/ |
H A D | proto.go | 116 func SetPool(thread *starlark.Thread, pool DescriptorPool) { 121 func Pool(thread *starlark.Thread) DescriptorPool { 170 func file(thread *starlark.Thread, fn *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tup… 192 func has(thread *starlark.Thread, fn *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tupl… 225 func marshal(_ *starlark.Thread, fn *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple… 246 func unmarshal(thread *starlark.Thread, fn *starlark.Builtin, args starlark.Tuple, kwargs []starlar… 256 func unmarshal_text(thread *starlark.Thread, fn *starlark.Builtin, args starlark.Tuple, kwargs []st… 267 func setFieldStarlark(thread *starlark.Thread, fn *starlark.Builtin, args starlark.Tuple, kwargs []… 289 func getFieldStarlark(thread *starlark.Thread, fn *starlark.Builtin, args starlark.Tuple, kwargs []… 312 func (d MessageDescriptor) CallInternal(thread *starlark.Thread, args starlark.Tuple, kwargs []star…
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A 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 { implementation 51 pub unsafe fn new(stack: usize, p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new() 289 impl Drop for Thread { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | thread.rs | 40 pub struct Thread { struct 46 unsafe impl Send for Thread {} argument 47 unsafe impl Sync for Thread {} implementation 49 impl Thread { implementation 51 pub unsafe fn new(stack: usize, p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new() 289 impl Drop for Thread { implementation
|