HomeSort by relevance Sort by last modified time
    Searched defs:thread (Results 501 - 525 of 684) sorted by null

<<2122232425262728

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
telnetlib.py 606 import thread namespace
607 thread.start_new_thread(self.listener, ())
615 """Helper for mt_interact() -- this executes in the other thread."""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 25 import thread namespace
27 thread = None variable
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 141 ThreadInfo* thread = getThreadInfo(); local
142 return thread->glesContext;
679 ThreadInfo* thread = getThreadInfo(); local
680 ContextPtr prevCtx = thread->eglContext;
688 thread->updateInfo(ContextPtr(NULL),dpy,NULL,ShareGroupPtr(NULL),dpy->getManager(prevCtx->version()));
746 thread->updateInfo(newCtx,dpy,newCtx->getGlesContext(),newCtx->getShareGroup(),dpy->getManager(newCtx->version()));
779 ThreadInfo* thread = getThreadInfo(); local
780 ContextPtr currentCtx = thread->eglContext;
798 ThreadInfo* thread = getThreadInfo(); local
799 ContextPtr currCtx = thread->eglContext
813 ThreadInfo* thread = getThreadInfo(); local
855 ThreadInfo* thread = getThreadInfo(); local
871 ThreadInfo* thread = getThreadInfo(); local
919 ThreadInfo* thread = getThreadInfo(); local
931 ThreadInfo* thread = getThreadInfo(); local
1002 ThreadInfo* thread = getThreadInfo(); local
1017 ThreadInfo* thread = getThreadInfo(); local
1035 ThreadInfo* thread = getThreadInfo(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java 655 && app != null && app.thread != null) {
660 app.thread.scheduleNewIntent(ar, appToken);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiScanningServiceImpl.java 190 HandlerThread thread = new HandlerThread("WifiScanningService"); local
191 thread.start();
193 mClientHandler = new ClientHandler(thread.getLooper());
194 mStateMachine = new WifiScanningStateMachine(thread.getLooper());
195 mWifiChangeStateMachine = new WifiChangeStateMachine(thread.getLooper());
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.eclipse.equinox.p2.updatechecker_1.1.101.R36x_v20100823.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
jdimodel.jar 
  /frameworks/base/media/java/android/media/
MediaPlayer.java 544 * MediaPlayer objects on a thread with its own Looper running (main UI
545 * thread by default has a Looper running).
1995 final HandlerThread thread = new HandlerThread("SubtitleReadThread", local
2218 final HandlerThread thread = new HandlerThread( local
    [all...]
  /frameworks/base/services/core/java/com/android/server/
MountService.java 540 // This method must be run on the main (handler) thread,
574 Slog.w(TAG, "Thread " + Thread.currentThread().getName()
770 * we need to do our work in a new thread.
772 new Thread("MountService#onDaemonConnected") {
1488 Thread thread = new Thread(mConnector, VOLD_TAG); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyManagerService.java 320 HandlerThread thread = new HandlerThread(TAG); local
321 thread.start();
322 mHandler = new Handler(thread.getLooper(), mHandlerCallback);
495 // on background handler thread, and PACKAGE_ADDED is protected
515 // on background handler thread, and UID_REMOVED is protected
533 // on background handler thread, and USER_ADDED and USER_REMOVED
557 // on background handler thread, and verified
575 // on background handler thread, and verified MANAGE_NETWORK_POLICY
589 // on background handler thread, and verified MANAGE_NETWORK_POLICY
603 // on background handler thread, and verified CONNECTIVITY_INTERNA
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar 
  /art/runtime/gc/allocator/
rosalloc.cc 21 #include "thread-inl.h"
110 void* RosAlloc::AllocPages(Thread* self, size_t num_pages, byte page_map_type) {
289 size_t RosAlloc::FreePages(Thread* self, void* ptr, bool already_zero) {
453 void* RosAlloc::AllocLargeObject(Thread* self, size_t size, size_t* bytes_allocated) {
485 size_t RosAlloc::FreeInternal(Thread* self, void* ptr) {
530 size_t RosAlloc::Free(Thread* self, void* ptr) {
535 RosAlloc::Run* RosAlloc::AllocRun(Thread* self, size_t idx) {
551 // Take ownership of the cache lines if we are likely to be thread local run.
570 RosAlloc::Run* RosAlloc::RefillRun(Thread* self, size_t idx) {
586 inline void* RosAlloc::AllocFromCurrentRunUnlocked(Thread* self, size_t idx)
2020 Thread* thread = *it; local
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
VmMirror.java 63 /** PacketDispatcher thread used for asynchronous reading packets. */
259 * Waits for stop on breakpoint and gets id of thread where it stopped.
263 * @return threadID id of thread, where we stop on breakpoint
468 * Resumes specified thread on target Virtual Machine
495 * Suspends specified thread in debuggee VM.
645 * Gets ThreadID for specified thread name.
648 * thread name
654 long thread = -1; local
661 // Get thread ID for threadName
664 thread = request.getNextValueAsThreadID()
    [all...]
  /external/chromium_org/base/debug/
trace_event_unittest.cc 23 #include "base/threading/thread.h"
95 // Used when testing thread-local buffers which requires the thread initiating
99 Thread flush_thread("flush");
829 TRACE_EVENT_INSTANT2("all", "multi thread event",
831 "thread", thread_id,
853 if (name != "multi thread event")
856 int thread = 0; local
858 EXPECT_TRUE(dict->GetInteger("args.thread", &thread));
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
implement.h 129 * This enumeration represents the state of the thread;
130 * The thread is still "alive" if the numeric value of the
133 PThreadStateInitial = 0, /* Thread not running */
134 PThreadStateRunning, /* Thread alive & kicking */
135 PThreadStateSuspended, /* Thread alive but suspended */
136 PThreadStateCancelPending, /* Thread alive but */
138 PThreadStateCanceling, /* Thread alive but is */
141 PThreadStateExiting, /* Thread alive but exiting */
157 unsigned __int64 seqNumber; /* Process-unique thread sequence number */
158 HANDLE threadH; /* Win32 thread handle - POSIX thread is invalid if threadH == 0 *
185 DWORD thread; \/* Win32 thread ID *\/ member in struct:ptw32_thread_t_
502 ptw32_thread_t * thread; member in struct:ThreadKeyAssoc
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_test.cc 1807 MTThread thread[kNumThreads]; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel_unittest.cc 199 flags1, flags2, talk_base::Thread::Current());
204 flags, talk_base::Thread::Current());
207 talk_base::Thread* thread) {
210 flags1, flags2, thread);
213 talk_base::Thread* thread) {
216 flags, thread);
220 int flags1, int flags2, talk_base::Thread* thread) {
544 CallThread* thread = new CallThread(this, method, result); local
551 CallThread* thread = new CallThread(this, method, result); local
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_beos.h 98 thread_id tid; /* BeOS thread handle */
101 join this thread */
247 /* Thread stuff */
289 /* Thread Synchronization */
449 /* Thread stuff */
454 NSPR_API(void) _MD_set_current_thread(PRThread *thread); variable
455 NSPR_API(void) _MD_set_last_thread(PRThread *thread); variable
456 NSPR_API(PRStatus) _MD_init_thread(PRThread *thread); variable
457 NSPR_API(void) _MD_exit_thread(PRThread *thread); variable
458 NSPR_API(PRStatus) _MD_init_attached_thread(PRThread *thread); variable
460 NSPR_API(void) _MD_suspend_thread(PRThread *thread); variable
461 NSPR_API(void) _MD_resume_thread(PRThread *thread); variable
469 NSPR_API(void *) _MD_get_sp(PRThread *thread); variable
471 NSPR_API(void) _MD_clean_thread(PRThread *thread); variable
474 NSPR_API(void) _MD_init_primordial_thread(PRThread *thread); variable
483 NSPR_API(void) _MD_switch_context(PRThread *thread); variable
484 NSPR_API(void) _MD_restore_context(PRThread *thread); variable
    [all...]
_macos.h 115 PRThread * thread; member in struct:_MDSocketCallerInfo
210 ** Thread Stacks Debugging Related definitions
227 ** Thread Related definitions
249 ** Initialize the thread machine dependent data structure
251 extern PRStatus _MD_InitThread(PRThread *thread);
255 ** Clean-up the thread machine dependent data structure
265 ** Initialize the thread context preparing it to execute _main.
300 ** Switch away from the current thread context by saving its state and
301 ** calling the thread scheduler. Reload cpu when we come back from the
322 ** Restore a thread context that was saved by _MD_SWITCH_CONTEXT o
    [all...]
  /external/chromium_org/v8/src/
isolate.cc 31 #include "src/sweeper-thread.h"
49 int thread_id = Thread::GetThreadLocalInt(Isolate::thread_id_key_);
52 Thread::SetThreadLocalInt(Isolate::thread_id_key_, thread_id);
101 Thread::LocalStorageKey Isolate::isolate_key_;
102 Thread::LocalStorageKey Isolate::thread_id_key_;
103 Thread::LocalStorageKey Isolate::per_isolate_thread_data_key_;
105 Thread::LocalStorageKey PerThreadAssertScopeBase::thread_local_key;
164 isolate_key_ = Thread::CreateThreadLocalKey();
165 thread_id_key_ = Thread::CreateThreadLocalKey();
166 per_isolate_thread_data_key_ = Thread::CreateThreadLocalKey()
187 ThreadLocalTop* thread = reinterpret_cast<ThreadLocalTop*>(thread_storage); local
194 ThreadLocalTop* thread = reinterpret_cast<ThreadLocalTop*>(t); local
    [all...]
platform-win32.cc 432 // Returns the accumulated user time for thread.
437 // Get the amount of time that the thread has executed in user mode.
1319 Thread* thread = reinterpret_cast<Thread*>(arg); local
    [all...]
  /external/fio/
fio.h 95 * This describes a single thread/process executing a fio job.
102 pthread_t thread; member in struct:thread_data
462 * Thread life cycle. Once a thread has a runstate beyond TD_INITIALIZED, it
464 * Once the thread reaches TD_EXITED, it is just waiting for the core to

Completed in 2124 milliseconds

<<2122232425262728