HomeSort by relevance Sort by last modified time
    Searched full:_thread (Results 51 - 75 of 81) sorted by null

1 23 4

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_win95.h 439 #define _MD_INIT_CONTEXT(_thread, _sp, _main, status) \
463 #define _MD_SET_CURRENT_THREAD(_thread) (_pr_currentThread = (_thread))
467 #define _MD_SET_LAST_THREAD(_thread) (_pr_thread_last_run = 0)
475 #define _MD_SET_CURRENT_THREAD(_thread) TlsSetValue(_pr_currentThreadIndex, (_thread))
479 #define _MD_SET_LAST_THREAD(_thread) TlsSetValue(_pr_lastThreadIndex, 0)
_winnt.h 496 #define _MD_SET_CURRENT_THREAD(_thread) \
499 _pr_current_fiber = (_thread); \
501 TlsSetValue(_pr_currentFiberIndex, (_thread)); \
512 #define _MD_SET_LAST_THREAD(_thread) \
515 _pr_fiber_last_run = (_thread); \
517 TlsSetValue(_pr_lastFiberIndex, (_thread)); \
_os2.h 450 #define _MD_INIT_CONTEXT(_thread, _sp, _main, status) \
478 #define _MD_SET_CURRENT_THREAD(_thread) _PR_MD_ENSURE_TLS(); pThreadLocalStorage->_pr_currentThread = (_thread)
481 #define _MD_SET_LAST_THREAD(_thread) _PR_MD_ENSURE_TLS(); pThreadLocalStorage->_pr_thread_last_run = (_thread)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading_local.py 8 _thread = test_support.import_module('thread') variable
191 _local = _thread._local
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading_local.py 8 _thread = test_support.import_module('thread') variable
191 _local = _thread._local
  /external/chromium_org/build/android/
adb_profile_chrome.py 168 self._thread = None
179 self._thread = threading.Thread(target=self._CollectData)
180 self._thread.start()
186 self._thread.join()
187 self._thread = None
  /external/webrtc/src/system_wrappers/source/
trace_impl.cc 75 _thread(*ThreadWrapper::CreateThread(TraceImpl::Run, this,
89 _thread.Start(tid);
112 _thread.SetNotAlive();
116 bool stopped = _thread.Stop();
129 delete &_thread;
trace_impl.h 119 ThreadWrapper& _thread; member in class:webrtc::TraceImpl
  /external/valgrind/main/helgrind/
hg_lock_n_thread.h 82 struct _Thread {
84 struct _Thread* admin;
  /external/chromium_org/chrome/browser/task_profiler/
task_profiler_data_serializer.cc 52 dictionary->Set(prefix + "_thread",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_imports.py 34 'thread': '_thread',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_imports.py 34 'thread': '_thread',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tempfile.py 60 import thread as _thread namespace
62 import dummy_thread as _thread namespace
63 _allocate_lock = _thread.allocate_lock
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py 60 import thread as _thread namespace
62 import dummy_thread as _thread namespace
63 _allocate_lock = _thread.allocate_lock
  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 385 public void makeActive(IApplicationThread _thread, ProcessStatsService tracker) {
408 thread = _thread;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
__init__.py 448 # 2to3 automatically changes "import thread" to "import _thread"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
__init__.py 448 # 2to3 automatically changes "import thread" to "import _thread"
  /external/stlport/etc/
ChangeLog-5.1     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.16 
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/
gdb.info     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
gdb.info     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/
gdb.info     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/
gdb.info     [all...]

Completed in 546 milliseconds

1 23 4