HomeSort by relevance Sort by last modified time
    Searched refs:_Thread (Results 1 - 8 of 8) sorted by null

  /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/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...]
  /prebuilts/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...]
  /prebuilts/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 82 struct _Thread {
84 struct _Thread* admin;
  /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()

Completed in 152 milliseconds