OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aThread
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/sqlite/src/test/
threadtest2.c
101
pthread_t
aThread
[5];
120
for(i=0; i<sizeof(
aThread
)/sizeof(
aThread
[0]); i++){
121
pthread_create(&
aThread
[i], 0, worker, (void*)i);
123
for(i=0; i<sizeof(
aThread
)/sizeof(
aThread
[i]); i++){
124
pthread_join(
aThread
[i], 0);
/frameworks/base/core/tests/coretests/src/android/os/
TraceTest.java
88
Thread t1 = new
aThread
();
90
Thread t2 = new
aThread
();
92
Thread t3 = new
aThread
();
102
private class
aThread
extends Thread {
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
SDL_main.cpp
44
static TBool Rendezvous(RThread&
aThread
, TRequestStatus& aStatus);
1022
TBool EnvUtils::Rendezvous(RThread&
aThread
, TRequestStatus& aStatus)
1025
aThread
.Open(gEpocEnv->iId) &&
1026
aThread
.ExitType() == EExitPending)
1028
aThread
.Rendezvous(aStatus);
/frameworks/base/core/java/android/app/
Instrumentation.java
[
all
...]
Activity.java
[
all
...]
Completed in 2165 milliseconds