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

  /external/webrtc/src/system_wrappers/source/
thread_linux.cc 139 result |= pthread_create(&_thread, &_attr, &StartThread, this);
155 threadID = static_cast<unsigned int>(_thread);
186 result = pthread_setschedparam(_thread, policy, &param);
239 if (_thread && (0 != pthread_cancel(_thread)))
thread_linux.h 61 pthread_t _thread; member in class:webrtc::ThreadLinux
trace_impl.h 128 ThreadWrapper& _thread; member in class:webrtc::TraceImpl
trace_impl.cc 212 _thread(*ThreadWrapper::CreateThread(TraceImpl::Run, this,
226 _thread.Start(tid);
256 _thread.SetNotAlive();
260 bool stopped = _thread.Stop();
273 delete &_thread;
  /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()
  /prebuilt/linux-x86/toolchain/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...]
  /prebuilt/ndk/android-ndk-r5/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...]
  /prebuilt/ndk/android-ndk-r6/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...]
  /prebuilt/ndk/android-ndk-r7/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...]
  /external/valgrind/main/helgrind/
hg_lock_n_thread.h 77 struct _Thread {
79 struct _Thread* admin;
  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 269 ProcessRecord(BatteryStatsImpl.Uid.Proc _batteryStats, IApplicationThread _thread,
275 thread = _thread;
  /external/stlport/etc/
ChangeLog-5.1     [all...]

Completed in 450 milliseconds