Searched refs:threading (Results 1 - 25 of 139) sorted by relevance

123456

/external/chromium_org/mojo/apps/js/bindings/
H A Dmonotonic_clock_unittests.js10 "mojo/apps/js/bindings/threading"
11 ], function(console, expect, monotonicClock, timer, threading) {
18 threading.quit();
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_slab.h69 enum util_slab_threading threading; member in struct:util_slab_mempool
77 enum util_slab_threading threading);
82 enum util_slab_threading threading);
H A Du_slab.c124 enum util_slab_threading threading)
126 pool->threading = threading;
128 if (threading) {
140 enum util_slab_threading threading)
156 util_slab_set_thread_safety(pool, threading);
123 util_slab_set_thread_safety(struct util_slab_mempool *pool, enum util_slab_threading threading) argument
137 util_slab_create(struct util_slab_mempool *pool, unsigned item_size, unsigned num_blocks, enum util_slab_threading threading) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_slab.h69 enum util_slab_threading threading; member in struct:util_slab_mempool
77 enum util_slab_threading threading);
82 enum util_slab_threading threading);
H A Du_slab.c124 enum util_slab_threading threading)
126 pool->threading = threading;
128 if (threading) {
140 enum util_slab_threading threading)
156 util_slab_set_thread_safety(pool, threading);
123 util_slab_set_thread_safety(struct util_slab_mempool *pool, enum util_slab_threading threading) argument
137 util_slab_create(struct util_slab_mempool *pool, unsigned item_size, unsigned num_blocks, enum util_slab_threading threading) argument
/external/chromium_org/build/android/pylib/utils/
H A Dtimeout_retry.py8 import threading namespace
41 name = 'TimeoutThread-for-%s' % threading.current_thread().name
H A Dreraiser_thread_unittest.py7 import threading namespace
83 event = threading.Event()
/external/chromium_org/third_party/mesa/src/scons/
H A Dfixes.py6 import threading namespace
9 spawn_lock = threading.Lock()
/external/mesa3d/scons/
H A Dfixes.py6 import threading namespace
9 spawn_lock = threading.Lock()
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dmsgutil.py42 import threading namespace
102 class MessageReceiver(threading.Thread):
125 threading.Thread.__init__(self)
174 class MessageSender(threading.Thread):
191 threading.Thread.__init__(self)
208 condition = threading.Condition()
216 self._queue.put((message, threading.Condition()))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dmsgutil.py42 import threading namespace
102 class MessageReceiver(threading.Thread):
125 threading.Thread.__init__(self)
174 class MessageSender(threading.Thread):
191 threading.Thread.__init__(self)
208 condition = threading.Condition()
216 self._queue.put((message, threading.Condition()))
/external/chromium_org/build/android/pylib/device/
H A Ddevice_blacklist.py7 import threading namespace
17 _blacklist_lock = threading.RLock()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Dabstractlocalservercommand.py26 import threading namespace
54 threading.Timer(0.1, lambda: self._tool.user.open_url(server_url)).start()
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dwebsocket_unittest.py9 import threading namespace
43 threading.Thread(target=httpd.handle_request).start()
51 threading.Thread(target=httpd.handle_request).start()
/external/chromium_org/tools/profile_chrome/
H A Dsystrace_controller.py5 import threading namespace
31 self._done = threading.Event()
43 self._thread = threading.Thread(target=self._CollectData)
/external/chromium_org/third_party/tlslite/tlslite/
H A Dsessioncache.py9 import threading namespace
40 self.lock = threading.Lock()
/external/chromium_org/v8/tools/testrunner/local/
H A Dperfdata.py31 import threading namespace
55 self.lock = threading.Lock()
99 self.lock = threading.Lock()
/external/chromium_org/v8/tools/testrunner/network/
H A Dendpoint.py32 import threading namespace
49 self.sender_lock = threading.Lock()
50 self.senderthread = threading.Thread(target=self._SenderThread)
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_disconnect.py10 import threading namespace
30 class P2P_Disconnect (threading.Thread):
56 threading.Thread.__init__(self)
H A Dp2p_find.py11 import threading namespace
34 class P2P_Find (threading.Thread):
60 threading.Thread.__init__(self)
H A Dp2p_flush.py11 import threading namespace
30 class P2P_Flush (threading.Thread):
56 threading.Thread.__init__(self)
H A Dp2p_listen.py11 import threading namespace
31 class P2P_Listen(threading.Thread):
57 threading.Thread.__init__(self)
H A Dp2p_stop_find.py9 import threading namespace
32 class P2P_Stop_Find (threading.Thread):
58 threading.Thread.__init__(self)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dpath.py34 import threading namespace
67 _CygPath._lock = threading.Lock()
/external/lldb/test/python_api/event/
H A DTestEvents.py98 import threading namespace
99 class MyListeningThread(threading.Thread):
170 import threading namespace
171 class MyListeningThread(threading.Thread):
242 import threading namespace
243 class MyListeningThread(threading.Thread):

Completed in 1057 milliseconds

123456