OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MyThread
(Results
1 - 10
of
10
) sorted by null
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
NewInstanceTagDebuggee.java
31
static class
MyThread
extends Thread {
45
new
MyThread
();
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
ArrayReferenceDebuggee.java
46
static
MyThread
[] myThreadArray = { new
MyThread
() };
83
class
MyThread
extends Thread {}
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
GetValuesDebuggee.java
59
getValuesDebuggeeObject.threadField = new
MyThread
();
75
class
MyThread
extends Thread {
/frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp
522
class
MyThread
: public Thread {
539
explicit
MyThread
(const sp<GLConsumer>& mST)
546
~
MyThread
() {
563
MyThread
* thread = new
MyThread
(mST);
568
thread->run("
MyThread
");
/frameworks/base/services/core/java/com/android/server/am/
InstrumentationReporter.java
39
final class
MyThread
extends Thread {
40
public
MyThread
() {
134
mThread = new
MyThread
();
/bionic/tests/
thread_local_test.cpp
38
typedef void* (*
MyThread
)(void*);
54
static int run_one_thread(
MyThread
foo) {
/libcore/luni/src/test/java/libcore/java/nio/channels/
OldServerSocketChannelTest.java
83
class
MyThread
extends Thread {
97
MyThread
thread = new
MyThread
();
/external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h
342
class
MyThread
{
346
MyThread
(worker_t worker, void *arg = NULL, const char *name = NULL)
348
MyThread
(void (*worker)(void), void *arg = NULL, const char *name = NULL)
350
MyThread
(void (*worker)(void *), void *arg = NULL, const char *name = NULL)
353
~
MyThread
(){ w_ = NULL; arg_ = NULL;}
358
static void ThreadBody(
MyThread
*my_thread) {
507
MyThread
*thread = new
MyThread
(&ThreadPool::Worker, this);
537
std::vector<
MyThread
*> workers_;
/libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java
29
class
MyThread
extends Thread {
32
public
MyThread
(ThreadGroup group, String name)
70
private List<
MyThread
> myThreads;
137
List<
MyThread
> newThreads = populateGroupsWithThreads(group, groupSize);
140
for(
MyThread
thread : newThreads) {
154
for(
MyThread
thread : newThreads) {
196
List<
MyThread
> subThreads = populateGroupsWithThreads(thrGroup, 3);
203
for(
MyThread
thr:subThreads) {
214
List<
MyThread
> subThreads1 = populateGroupsWithThreads(subGroup1, 3);
221
for(
MyThread
thr:subThreads1)
[
all
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ThreadTest.java
291
class
MyThread
extends Thread {
292
MyThread
(ThreadGroup tg, String name) {
358
MyThread
t = new
MyThread
(tg, "top");
Completed in 594 milliseconds