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

  /external/chromium_org/third_party/webrtc/modules/utility/source/
process_thread_impl.h 45 ThreadWrapper* _thread; member in class:webrtc::ProcessThreadImpl
file_recorder_impl.h 184 ThreadWrapper* _thread; member in class:webrtc::AviRecorder
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_log.c 116 char *_thread; local
117 asprintf(&_thread, "%"PRIu64, thread);
118 if (_thread) {
119 asl_set(msg, "Thread", _thread);
120 free(_thread);
  /external/mesa3d/src/glx/apple/
apple_glx_log.c 116 char *_thread; local
117 asprintf(&_thread, "%"PRIu64, thread);
118 if (_thread) {
119 asl_set(msg, "Thread", _thread);
120 free(_thread);
  /external/webrtc/src/system_wrappers/source/
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.h 119 ThreadWrapper& _thread; member in class:webrtc::TraceImpl
  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket_manager_posix.h 79 ThreadWrapper* _thread; member in class:webrtc::test::UdpSocketManagerPosixImpl
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dummy_thread.py 8 import dummy_thread as _thread namespace
23 self.lock = _thread.allocate_lock()
38 #Make sure release of an unlocked thread raises _thread.error
39 self.assertRaises(_thread.error, self.lock.release)
74 _thread.start_new_thread(delay_unlock,(self.lock, DELAY))
90 #Make sure _thread.exit() raises SystemExit
91 self.assertRaises(SystemExit, _thread.exit)
94 #Test sanity of _thread.get_ident()
95 self.assertIsInstance(_thread.get_ident(), int,
96 "_thread.get_ident() returned a non-integer"
    [all...]
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_dummy_thread.py 8 import dummy_thread as _thread namespace
23 self.lock = _thread.allocate_lock()
38 #Make sure release of an unlocked thread raises _thread.error
39 self.assertRaises(_thread.error, self.lock.release)
74 _thread.start_new_thread(delay_unlock,(self.lock, DELAY))
90 #Make sure _thread.exit() raises SystemExit
91 self.assertRaises(SystemExit, _thread.exit)
94 #Test sanity of _thread.get_ident()
95 self.assertIsInstance(_thread.get_ident(), int,
96 "_thread.get_ident() returned a non-integer"
    [all...]
test_threading_local.py 8 _thread = test_support.import_module('thread') variable
191 _local = _thread._local
  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
tb_external_transport.h 150 webrtc::ThreadWrapper& _thread; member in class:TbExternalTransport
  /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
  /external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc 179 ThreadWrapper* _thread; member in class:ThreadTest
184 if (_thread)
186 _thread->SetNotAlive();
187 if (_thread->Stop())
189 delete _thread;
190 _thread = NULL;
196 _thread(NULL)
198 _thread = ThreadWrapper::CreateThread(Run, this, kNormalPriority,
273 _thread->SetNotAlive();
274 _thread->Stop()
    [all...]

Completed in 746 milliseconds