OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MyThread
(Results
1 - 12
of
12
) sorted by null
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
NewInstanceTagDebuggee.java
33
static class
MyThread
extends Thread {
47
new
MyThread
();
NewInstanceTagTest.java
94
String subclassSig = getClassSignature(NewInstanceTagDebuggee.
MyThread
.class);
/libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java
29
class
MyThread
extends Thread {
32
public
MyThread
(ThreadGroup group, String name)
136
List<
MyThread
> newThreads = populateGroupsWithThreads(group, groupSize);
139
for(
MyThread
thread : newThreads) {
153
for(
MyThread
thread : newThreads) {
195
List<
MyThread
> subThreads = populateGroupsWithThreads(thrGroup, 3);
202
for(
MyThread
thr:subThreads) {
213
List<
MyThread
> subThreads1 = populateGroupsWithThreads(subGroup1, 3);
220
for(
MyThread
thr:subThreads1) {
229
for(
MyThread
thr:subThreads)
[
all
...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
ArrayReferenceDebuggee.java
46
static
MyThread
[] myThreadArray = { new
MyThread
() };
82
class
MyThread
extends Thread {}
/libcore/luni/src/test/java/libcore/java/nio/channels/
OldServerSocketChannelTest.java
83
class
MyThread
extends Thread {
97
MyThread
thread = new
MyThread
();
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
GetValuesDebuggee.java
58
getValuesDebuggeeObject.threadField = new
MyThread
();
74
class
MyThread
extends Thread {
/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_;
tsan_unittest.cpp
287
ar_[0] = new
MyThread
(f1);
288
ar_[1] = f2 ? new
MyThread
(f2) : NULL;
289
ar_[2] = f3 ? new
MyThread
(f3) : NULL;
290
ar_[3] = f4 ? new
MyThread
(f4) : NULL;
291
ar_[4] = f5 ? new
MyThread
(f5) : NULL;
316
MyThread
*ar_[kSize];
340
MyThread
t(Worker);
620
MyThread
t(Signaller);
654
MyThread
t(Worker);
[
all
...]
/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/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");
/frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp
521
class
MyThread
: public Thread {
538
MyThread
(const sp<GLConsumer>& mST)
545
~
MyThread
() {
562
MyThread
* thread = new
MyThread
(mST);
567
thread->run("
MyThread
");
Completed in 571 milliseconds