OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dummy_thread
(Results
1 - 18
of
18
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dummy_threading.py
1
"""Faux ``threading`` version using ``
dummy_thread
`` instead of ``thread``.
11
import
dummy_thread
namespace
27
sys_modules['thread'] = sys_modules['
dummy_thread
']
77
del
dummy_thread
mimetools.py
110
import
dummy_thread
as thread
_strptime.py
23
from
dummy_thread
import allocate_lock as _thread_allocate_lock
collections.py
19
from
dummy_thread
import get_ident as _get_ident
tempfile.py
62
import
dummy_thread
as _thread
_pyio.py
16
from
dummy_thread
import allocate_lock as Lock
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dummy_threading.py
1
"""Faux ``threading`` version using ``
dummy_thread
`` instead of ``thread``.
11
import
dummy_thread
namespace
27
sys_modules['thread'] = sys_modules['
dummy_thread
']
77
del
dummy_thread
mimetools.py
110
import
dummy_thread
as thread
_strptime.py
23
from
dummy_thread
import allocate_lock as _thread_allocate_lock
collections.py
19
from
dummy_thread
import get_ident as _get_ident
tempfile.py
62
import
dummy_thread
as _thread
_pyio.py
16
from
dummy_thread
import allocate_lock as Lock
[
all
...]
/external/chromium_org/third_party/mesa/src/src/egl/main/
eglcurrent.c
42
static _EGLThreadInfo
dummy_thread
= _EGL_THREAD_INFO_INITIALIZER;
variable
163
t = &
dummy_thread
;
174
if (t != &
dummy_thread
)
238
return (!t || t == &
dummy_thread
);
272
if (t == &
dummy_thread
)
/external/mesa3d/src/egl/main/
eglcurrent.c
42
static _EGLThreadInfo
dummy_thread
= _EGL_THREAD_INFO_INITIALIZER;
variable
163
t = &
dummy_thread
;
174
if (t != &
dummy_thread
)
238
return (!t || t == &
dummy_thread
);
272
if (t == &
dummy_thread
)
/external/chromium_org/third_party/jinja2/
_compat.py
150
from
dummy_thread
import allocate_lock
/external/chromium_org/tools/gyp/pylib/gyp/
ordered_dict.py
14
from
dummy_thread
import get_ident as _get_ident
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dummy_thread.py
3
Meant to be used by
dummy_thread
and thread. To allow for different modules
8
import
dummy_thread
as _thread
15
DELAY = 0 # Set > 0 when testing a module other than
dummy_thread
, such as
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dummy_thread.py
3
Meant to be used by
dummy_thread
and thread. To allow for different modules
8
import
dummy_thread
as _thread
15
DELAY = 0 # Set > 0 when testing a module other than
dummy_thread
, such as
Completed in 482 milliseconds