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

1 2

  /external/webrtc/src/system_wrappers/source/
condition_variable_posix.cc 50 result = pthread_cond_init(&_cond, NULL);
63 result = pthread_cond_init(&_cond, &condAttr);
79 pthread_cond_destroy(&_cond);
86 pthread_cond_wait(&_cond, &cs->_mutex);
132 const int res = pthread_cond_timedwait(&_cond, &cs->_mutex, &ts);
137 pthread_cond_wait(&_cond, &cs->_mutex);
144 pthread_cond_signal(&_cond);
149 pthread_cond_broadcast(&_cond);
condition_variable_posix.h 35 pthread_cond_t _cond; member in class:webrtc::ConditionVariablePosix
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
throw_allocator.h 454 template<typename _Cond>
455 struct throw_value_base : public _Cond
457 typedef _Cond condition_type;
491 template<typename _Cond>
493 swap(throw_value_base<_Cond>& __a, throw_value_base<_Cond>& __b)
495 typedef throw_value_base<_Cond> throw_value;
503 template<typename _Cond>
505 operator==(const throw_value_base<_Cond>& __a,
506 const throw_value_base<_Cond>& __b
    [all...]
type_traits.h 53 template<bool _Cond, typename _Iftrue, typename _Iffalse>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
throw_allocator.h 454 template<typename _Cond>
455 struct throw_value_base : public _Cond
457 typedef _Cond condition_type;
491 template<typename _Cond>
493 swap(throw_value_base<_Cond>& __a, throw_value_base<_Cond>& __b)
495 typedef throw_value_base<_Cond> throw_value;
503 template<typename _Cond>
505 operator==(const throw_value_base<_Cond>& __a,
506 const throw_value_base<_Cond>& __b
    [all...]
type_traits.h 53 template<bool _Cond, typename _Iftrue, typename _Iffalse>
  /external/stlport/stlport/stl/
type_manips.h 92 // Invocation: __select<_Cond, T, U>::Result
112 template <bool _Cond, class _Tp1, class _Tp2>
118 template <bool _Cond, class _Tp1, class _Tp2>
120 { typedef __selectT<typename __bool2type<_Cond>::_Ret, _Tp1, _Tp2>::_Ret _Ret; };
126 template <int _Cond>
142 template <int _Cond, class _Tp1, class _Tp2>
144 typedef typename __select_aux<_Cond>::_STLP_TEMPLATE _In<_Tp1, _Tp2>::_Ret _Ret;
148 template <int _Cond, class _Tp1, class _Tp2>
  /ndk/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 92 // Invocation: __select<_Cond, T, U>::Result
112 template <bool _Cond, class _Tp1, class _Tp2>
118 template <bool _Cond, class _Tp1, class _Tp2>
120 { typedef __selectT<typename __bool2type<_Cond>::_Ret, _Tp1, _Tp2>::_Ret _Ret; };
126 template <int _Cond>
142 template <int _Cond, class _Tp1, class _Tp2>
144 typedef typename __select_aux<_Cond>::_STLP_TEMPLATE _In<_Tp1, _Tp2>::_Ret _Ret;
148 template <int _Cond, class _Tp1, class _Tp2>
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 92 // Invocation: __select<_Cond, T, U>::Result
112 template <bool _Cond, class _Tp1, class _Tp2>
118 template <bool _Cond, class _Tp1, class _Tp2>
120 { typedef __selectT<typename __bool2type<_Cond>::_Ret, _Tp1, _Tp2>::_Ret _Ret; };
126 template <int _Cond>
142 template <int _Cond, class _Tp1, class _Tp2>
144 typedef typename __select_aux<_Cond>::_STLP_TEMPLATE _In<_Tp1, _Tp2>::_Ret _Ret;
148 template <int _Cond, class _Tp1, class _Tp2>
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 92 // Invocation: __select<_Cond, T, U>::Result
112 template <bool _Cond, class _Tp1, class _Tp2>
118 template <bool _Cond, class _Tp1, class _Tp2>
120 { typedef __selectT<typename __bool2type<_Cond>::_Ret, _Tp1, _Tp2>::_Ret _Ret; };
126 template <int _Cond>
142 template <int _Cond, class _Tp1, class _Tp2>
144 typedef typename __select_aux<_Cond>::_STLP_TEMPLATE _In<_Tp1, _Tp2>::_Ret _Ret;
148 template <int _Cond, class _Tp1, class _Tp2>
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 92 // Invocation: __select<_Cond, T, U>::Result
112 template <bool _Cond, class _Tp1, class _Tp2>
118 template <bool _Cond, class _Tp1, class _Tp2>
120 { typedef __selectT<typename __bool2type<_Cond>::_Ret, _Tp1, _Tp2>::_Ret _Ret; };
126 template <int _Cond>
142 template <int _Cond, class _Tp1, class _Tp2>
144 typedef typename __select_aux<_Cond>::_STLP_TEMPLATE _In<_Tp1, _Tp2>::_Ret _Ret;
148 template <int _Cond, class _Tp1, class _Tp2>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
debug.h 65 # define __glibcxx_requires_cond(_Cond,_Msg)
96 # define __glibcxx_requires_cond(_Cond,_Msg) _GLIBCXX_DEBUG_VERIFY(_Cond,_Msg)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
debug.h 65 # define __glibcxx_requires_cond(_Cond,_Msg)
96 # define __glibcxx_requires_cond(_Cond,_Msg) _GLIBCXX_DEBUG_VERIFY(_Cond,_Msg)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
debug.h 65 # define __glibcxx_requires_cond(_Cond,_Msg)
96 # define __glibcxx_requires_cond(_Cond,_Msg) _GLIBCXX_DEBUG_VERIFY(_Cond,_Msg)
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/
debug.h 65 # define __glibcxx_requires_cond(_Cond,_Msg)
96 # define __glibcxx_requires_cond(_Cond,_Msg) _GLIBCXX_DEBUG_VERIFY(_Cond,_Msg)
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/
debug.h 65 # define __glibcxx_requires_cond(_Cond,_Msg)
96 # define __glibcxx_requires_cond(_Cond,_Msg) _GLIBCXX_DEBUG_VERIFY(_Cond,_Msg)
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/debug/
debug.h 65 # define __glibcxx_requires_cond(_Cond,_Msg)
96 # define __glibcxx_requires_cond(_Cond,_Msg) _GLIBCXX_DEBUG_VERIFY(_Cond,_Msg)
  /system/extras/tests/bionic/libc/other/
test_sysconf.c 33 #define T(_name,_cond) \
40 if ( ret _cond ) { \
43 printf( "ERROR: %d does not meet %s\n", ret, #_cond ); \
  /system/extras/tests/bionic/libc/common/
test_cpu_set.c 39 int _cond = (cond); \
41 if ((_cond) != (_exp)) {\
43 __FUNCTION__, __LINE__, #cond, _cond, _exp);\
  /hardware/ti/omap4xxx/domx/mm_osal/inc/
timm_osal_error.h 147 #define GOTO_EXIT_IF(_Cond,_ErrorCode) { \
148 if ((_Cond)) { \
151 __FILE__, __FUNCTION__, __LINE__, #_Cond); \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
type_traits.h 50 template<bool _Cond, typename _Iftrue, typename _Iffalse>
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
type_traits.h 50 template<bool _Cond, typename _Iftrue, typename _Iffalse>
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
type_traits.h 50 template<bool _Cond, typename _Iftrue, typename _Iffalse>
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
type_traits.h 50 template<bool _Cond, typename _Iftrue, typename _Iffalse>
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 30 // X86 specific condition code. These correspond to X86_*_COND in

Completed in 946 milliseconds

1 2