HomeSort by relevance Sort by last modified time
    Searched full:_thread (Results 1 - 25 of 32) sorted by null

1 2

  /external/webrtc/src/system_wrappers/source/
thread_win.cc 32 _thread(NULL),
52 if (_thread)
54 CloseHandle(_thread);
81 _thread=(HANDLE)_beginthreadex(NULL, 1024*1024, StartThread, (void*)this, 0,
83 if(_thread == NULL)
93 SetThreadPriority(_thread, THREAD_PRIORITY_BELOW_NORMAL);
96 SetThreadPriority(_thread, THREAD_PRIORITY_NORMAL);
99 SetThreadPriority(_thread, THREAD_PRIORITY_ABOVE_NORMAL);
102 SetThreadPriority(_thread, THREAD_PRIORITY_HIGHEST);
105 SetThreadPriority(_thread, THREAD_PRIORITY_TIME_CRITICAL)
    [all...]
thread_posix.cc 109 _thread(0)
182 result |= pthread_create(&_thread, &_attr, &StartThread, this);
198 threadID = static_cast<unsigned int>(_thread);
227 result = pthread_setschedparam(_thread, policy, &param);
288 if (_thread && (0 != pthread_cancel(_thread)))
thread_posix.h 67 pthread_t _thread; member in class:webrtc::ThreadPosix
thread_win.h 58 HANDLE _thread; member in class:webrtc::ThreadWindows
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/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
manager_worker_broker.py 264 class _Thread(threading.Thread):
287 self._thread = _Thread(self, port, self._client)
290 return self._thread.cancel()
294 return self._thread.isAlive()
297 return self._thread.join(timeout)
300 return self._thread.log_wedged_worker(test_name)
303 self._thread.start()
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
mt_allocator.h 187 template<bool _Thread>
386 template<template <bool> class _PoolTp, bool _Thread>
389 typedef _PoolTp<_Thread> pool_type;
399 template<template <bool> class _PoolTp, bool _Thread>
455 template<template <bool> class _PoolTp, bool _Thread>
456 struct __common_pool_policy : public __common_pool_base<_PoolTp, _Thread>
459 bool _Thread1 = _Thread>
463 using __common_pool_base<_PoolTp, _Thread>::_S_get_pool;
464 using __common_pool_base<_PoolTp, _Thread>::_S_initialize_once;
468 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
mt_allocator.h 189 template<bool _Thread>
388 template<template <bool> class _PoolTp, bool _Thread>
391 typedef _PoolTp<_Thread> pool_type;
401 template<template <bool> class _PoolTp, bool _Thread>
457 template<template <bool> class _PoolTp, bool _Thread>
458 struct __common_pool_policy : public __common_pool_base<_PoolTp, _Thread>
461 bool _Thread1 = _Thread>
465 using __common_pool_base<_PoolTp, _Thread>::_S_get_pool;
466 using __common_pool_base<_PoolTp, _Thread>::_S_initialize_once;
470 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
mt_allocator.h 189 template<bool _Thread>
388 template<template <bool> class _PoolTp, bool _Thread>
391 typedef _PoolTp<_Thread> pool_type;
401 template<template <bool> class _PoolTp, bool _Thread>
457 template<template <bool> class _PoolTp, bool _Thread>
458 struct __common_pool_policy : public __common_pool_base<_PoolTp, _Thread>
461 bool _Thread1 = _Thread>
465 using __common_pool_base<_PoolTp, _Thread>::_S_get_pool;
466 using __common_pool_base<_PoolTp, _Thread>::_S_initialize_once;
470 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 187 template<bool _Thread>
386 template<template <bool> class _PoolTp, bool _Thread>
389 typedef _PoolTp<_Thread> pool_type;
399 template<template <bool> class _PoolTp, bool _Thread>
455 template<template <bool> class _PoolTp, bool _Thread>
456 struct __common_pool_policy : public __common_pool_base<_PoolTp, _Thread>
459 bool _Thread1 = _Thread>
463 using __common_pool_base<_PoolTp, _Thread>::_S_get_pool;
464 using __common_pool_base<_PoolTp, _Thread>::_S_initialize_once;
468 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 187 template<bool _Thread>
386 template<template <bool> class _PoolTp, bool _Thread>
389 typedef _PoolTp<_Thread> pool_type;
399 template<template <bool> class _PoolTp, bool _Thread>
455 template<template <bool> class _PoolTp, bool _Thread>
456 struct __common_pool_policy : public __common_pool_base<_PoolTp, _Thread>
459 bool _Thread1 = _Thread>
463 using __common_pool_base<_PoolTp, _Thread>::_S_get_pool;
464 using __common_pool_base<_PoolTp, _Thread>::_S_initialize_once;
468 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 187 template<bool _Thread>
386 template<template <bool> class _PoolTp, bool _Thread>
389 typedef _PoolTp<_Thread> pool_type;
399 template<template <bool> class _PoolTp, bool _Thread>
455 template<template <bool> class _PoolTp, bool _Thread>
456 struct __common_pool_policy : public __common_pool_base<_PoolTp, _Thread>
459 bool _Thread1 = _Thread>
463 using __common_pool_base<_PoolTp, _Thread>::_S_get_pool;
464 using __common_pool_base<_PoolTp, _Thread>::_S_initialize_once;
468 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
mt_allocator.h 187 template<bool _Thread>
386 template<template <bool> class _PoolTp, bool _Thread>
389 typedef _PoolTp<_Thread> pool_type;
399 template<template <bool> class _PoolTp, bool _Thread>
455 template<template <bool> class _PoolTp, bool _Thread>
456 struct __common_pool_policy : public __common_pool_base<_PoolTp, _Thread>
459 bool _Thread1 = _Thread>
463 using __common_pool_base<_PoolTp, _Thread>::_S_get_pool;
464 using __common_pool_base<_PoolTp, _Thread>::_S_initialize_once;
468 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
mt_allocator.h 189 template<bool _Thread>
388 template<template <bool> class _PoolTp, bool _Thread>
391 typedef _PoolTp<_Thread> pool_type;
401 template<template <bool> class _PoolTp, bool _Thread>
457 template<template <bool> class _PoolTp, bool _Thread>
458 struct __common_pool_policy : public __common_pool_base<_PoolTp, _Thread>
461 bool _Thread1 = _Thread>
465 using __common_pool_base<_PoolTp, _Thread>::_S_get_pool;
466 using __common_pool_base<_PoolTp, _Thread>::_S_initialize_once;
470 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
mt_allocator.h 189 template<bool _Thread>
388 template<template <bool> class _PoolTp, bool _Thread>
391 typedef _PoolTp<_Thread> pool_type;
401 template<template <bool> class _PoolTp, bool _Thread>
457 template<template <bool> class _PoolTp, bool _Thread>
458 struct __common_pool_policy : public __common_pool_base<_PoolTp, _Thread>
461 bool _Thread1 = _Thread>
465 using __common_pool_base<_PoolTp, _Thread>::_S_get_pool;
466 using __common_pool_base<_PoolTp, _Thread>::_S_initialize_once;
470 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
    [all...]
  /external/valgrind/main/helgrind/
hg_lock_n_thread.h 82 struct _Thread {
84 struct _Thread* admin;
  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 327 ProcessRecord(BatteryStatsImpl.Uid.Proc _batteryStats, IApplicationThread _thread,
336 thread = _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...]

Completed in 603 milliseconds

1 2