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

  /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
  /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
  /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

Completed in 178 milliseconds