Home
last modified time | relevance | path

Searched defs:Thread (Results 26 – 50 of 1378) sorted by relevance

12345678910>>...56

/aosp_15_r20/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dthread_test.cc27 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 DThread.annotated.java38 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 Dmod.rs708 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 Dmod.rs708 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 DThread.java32 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 Dstarlarktest.go39 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 Dfuchsia_trace_tokenizer.h80 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 Dmod.rs708 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 Dmod.rs708 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 Dmod.rs708 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 DCacheLoadingTest.java2103 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 DCacheLoadingTest.java2103 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 Dthread.rs19 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 Dthread.rs12 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 Dthread.rs19 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 Dthread.rs19 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 Dthread.rs19 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 Dthread.rs12 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 Dthread.rs12 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 Dthread.rs19 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 Dthread.rs12 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 Dthread.rs12 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 Dproto.go116 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 Dthread.rs40 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 Dthread.rs40 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

12345678910>>...56