Home
last modified time | relevance | path

Searched refs:thread (Results 1 – 21 of 21) sorted by relevance

/development/ndk/platforms/android-9/arch-mips/include/asm/
Ddsp.h30thread.dsp.dspr[0] = mfhi1(); tsk->thread.dsp.dspr[1] = mflo1(); tsk->thread.dsp.dspr[2] = mfh…
32thread.dsp.dspr[0]); mtlo1(tsk->thread.dsp.dspr[1]); mthi2(tsk->thread.dsp.dspr[2]); mtlo2(t…
35 #define __get_dsp_regs(tsk) ({ if (tsk == current) __save_dsp(current); tsk->thread.dsp.ds…
Dprocessor.h81 #define release_thread(thread) do { } while(0) argument
Delf.h201 … set_personality(PER_SVR4); set_personality(PER_LINUX); current->thread.abi = &mips_abi; …
/development/tools/axl/
Dchewie.py92 thread, action = x[1], x[2]
98 time, thread, host = x[0], x[1], x[4]
99 opened[thread] = [time, host, connectionCount]
102 time, thread, url = x[0], x[1], x[3]
103 opentime, host, connection = opened[thread]
105 record = [thread, qtime, opentime, time, None, None, None, url, host, connection]
106 active[thread].append(record)
108 time, thread = x[0], x[1]
109 record = active[thread][-1]
114 time, thread, = x[0], x[1]
[all …]
/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoManager.java335 Thread thread = taskArray[taskArrayIndex].mThreadThis; in cancelAll() local
338 if (null != thread) { in cancelAll()
339 thread.interrupt(); in cancelAll()
362 Thread thread = downloaderTask.getCurrentThread(); in removeDownload() local
365 if (null != thread) in removeDownload()
366 thread.interrupt(); in removeDownload()
DPhotoTask.java225 public void setCurrentThread(Thread thread) { in setCurrentThread() argument
227 mCurrentThread = thread; in setCurrentThread()
/development/samples/browseable/NetworkConnect/
D_index.jd10 background thread.</p>
/development/samples/LunarLander/src/com/example/android/lunarlander/
DLunarView.java797 private LunarThread thread; field in LunarView
807 thread = new LunarThread(holder, context, new Handler() { in LunarView()
824 return thread; in getThread()
832 return thread.doKeyDown(keyCode, msg); in onKeyDown()
841 return thread.doKeyUp(keyCode, msg); in onKeyUp()
850 if (!hasWindowFocus) thread.pause(); in onWindowFocusChanged()
863 thread.setSurfaceSize(width, height); in surfaceChanged()
873 thread.setRunning(true); in surfaceCreated()
874 thread.start(); in surfaceCreated()
886 thread.setRunning(false); in surfaceDestroyed()
[all …]
/development/ndk/sources/android/libportable/arch-mips/
Dpthread.c122 PTHREAD_WRAPPER(pthread_create, (pthread_t *thread, const pthread_attr_t *attr,
124 (thread, attr, start_routine, arg),
262 int WRAP(pthread_kill)(pthread_t thread, int portable_signum) in WRAP()
268 ALOGV("%s(thread:%lx, portable_signum:%d)", __func__, thread, portable_signum); in WRAP()
277 thread, mips_signum); in WRAP()
278 ret = REAL(pthread_kill)(thread, mips_signum); in WRAP()
/development/ndk/platforms/android-9/arch-x86/include/asm/
Di387_32.h29 …_input( "nop ; frstor %1", "fxrstor %1", X86_FEATURE_FXSR, "m" ((tsk)->thread.i387.fxsave))
/development/samples/ApiDemos/src/com/example/android/apis/app/
DServiceStartArguments.java117 HandlerThread thread = new HandlerThread("ServiceStartArguments", in onCreate() local
119 thread.start(); in onCreate()
121 mServiceLooper = thread.getLooper(); in onCreate()
/development/samples/USB/MissileLauncher/
DREADME.txt12 - Receiving packets on an interrupt endpoint using a thread that calls
/development/samples/JetBoy/src/com/example/android/jetboy/
DJetBoyView.java1293 private JetBoyThread thread; field in JetBoyView
1318 thread = new JetBoyThread(holder, context, new Handler() { in JetBoyView()
1372 if (thread != null) in onWindowFocusChanged()
1373 thread.pause(); in onWindowFocusChanged()
1385 return thread; in getThread()
1391 thread.setSurfaceSize(width, height); in surfaceChanged()
1398 thread.setRunning(true); in surfaceCreated()
1399 thread.start(); in surfaceCreated()
1405 thread.setRunning(false); in surfaceDestroyed()
1408 thread.join(); in surfaceDestroyed()
/development/ndk/sources/android/native_app_glue/
Dandroid_native_app_glue.h173 pthread_t thread; member
Dandroid_native_app_glue.c268 pthread_create(&android_app->thread, &attr, android_app_entry, android_app); in android_app_create()
/development/samples/USB/MissileLauncher/src/com/android/missilelauncher/
DMissileLauncherActivity.java139 Thread thread = new Thread(this); in setDevice() local
140 thread.start(); in setDevice()
/development/ndk/platforms/android-3/include/linux/raid/
Dmd_k.h102 struct mdk_thread_s *thread; member
/development/ndk/platforms/android-3/include/
Dpthread.h139 int pthread_create(pthread_t *thread, pthread_attr_t const * attr,
/development/ndk/platforms/android-5/include/
Dpthread.h139 int pthread_create(pthread_t *thread, pthread_attr_t const * attr,
/development/ndk/platforms/android-8/include/
Dpthread.h139 int pthread_create(pthread_t *thread, pthread_attr_t const * attr,
/development/ndk/platforms/android-9/include/
Dpthread.h143 int pthread_create(pthread_t *thread, pthread_attr_t const * attr,