OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:threadable
(Results
1 - 13
of
13
) sorted by null
/frameworks/compile/libbcc/lib/Renderscript/
RSIsThreadablePass.cpp
31
// check if any non-
threadable
function is callable. If so, we mark the
32
// Module as non-
threadable
by adding a metadata flag '#rs_is_threadable'
102
bool
threadable
= true;
variable
107
threadable
= false;
114
llvm::MDString::get(context, (
threadable
) ? "yes" : "no");
/frameworks/rs/cpu_ref/
rsd_cpu.h
37
bool
threadable
;
member in struct:android::renderscript::RsdCpuReference::CpuSymbol
rsCpuExecutable.cpp
645
ALOGE("Invalid
threadable
flag!: %s", line);
653
ALOGE("Invalid
threadable
flag!: %s", tmpFlag);
/frameworks/compile/libbcc/lib/Core/
Compiler.cpp
205
transformPasses.add(createRSIsThreadablePass()); // Add pass to mark script as
threadable
.
207
// RSEmbedInfoPass needs to come after we have scanned for non-
threadable
/frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h
114
// Flag to mark that script is
threadable
. True by default.
/frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp
552
// Scripts are
threadable
by default. If we read a valid metadata value for
554
//
threadable
. All other exception paths retain the default value.
/external/clang/www/
comparison.html
83
reentrant or multi-
threadable
, etc. Clang has none of these problems.
/external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp
[
all
...]
/frameworks/rs/driver/
rsdRuntimeStubs.cpp
133
// not-
threadable
we detect calls to them in the driver and sends a fatal error
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_socket.py
69
"""
Threadable
Test class
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_socket.py
69
"""
Threadable
Test class
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py
69
"""
Threadable
Test class
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py
69
"""
Threadable
Test class
[
all
...]
Completed in 584 milliseconds