Home
last modified time | relevance | path

Searched refs:MARL_EXPORT (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/marl/include/marl/
Dthread.h74 MARL_EXPORT static std::shared_ptr<Policy> anyOf(
82 MARL_EXPORT static std::shared_ptr<Policy> oneOf(
87 MARL_EXPORT virtual Affinity get(uint32_t threadId,
91 MARL_EXPORT Affinity(Allocator*);
93 MARL_EXPORT Affinity(Affinity&&);
95 MARL_EXPORT Affinity(const Affinity&, Allocator* allocator);
98 MARL_EXPORT static Affinity all(Allocator* allocator = Allocator::Default);
100 MARL_EXPORT Affinity(std::initializer_list<Core>, Allocator* allocator);
103 MARL_EXPORT size_t count() const;
106 MARL_EXPORT Core operator[](size_t index) const;
[all …]
Dexport.h21 #define MARL_EXPORT __declspec(dllexport) macro
23 #define MARL_EXPORT __declspec(dllimport) macro
29 #define MARL_EXPORT __attribute__((visibility("default"))) macro
35 #ifndef MARL_EXPORT
36 #define MARL_EXPORT macro
Dscheduler.h81 MARL_EXPORT
95 MARL_EXPORT
100 MARL_EXPORT
104 MARL_EXPORT
109 MARL_EXPORT
116 MARL_EXPORT
120 MARL_EXPORT
124 MARL_EXPORT
140 MARL_EXPORT
155 MARL_EXPORT
[all …]
Ddebug.h30 MARL_EXPORT
33 MARL_EXPORT
36 MARL_EXPORT
Dmemory.h36 MARL_EXPORT
92 MARL_EXPORT static Allocator* Default;
97 struct MARL_EXPORT Deleter {
/external/swiftshader/third_party/marl/src/
Dosfiber_x86.c21 MARL_EXPORT
26 MARL_EXPORT
Dosfiber_arm.c21 MARL_EXPORT
26 MARL_EXPORT
Dosfiber_aarch64.c21 MARL_EXPORT
26 MARL_EXPORT
Dosfiber_x64.c21 MARL_EXPORT
26 MARL_EXPORT
Dosfiber_mips64.c21 MARL_EXPORT
26 MARL_EXPORT
Dosfiber_ppc64.c21 MARL_EXPORT
26 MARL_EXPORT
Dosfiber_asm.h49 MARL_EXPORT
55 MARL_EXPORT
/external/swiftshader/third_party/marl/
DCMakeLists.txt262 # Public API symbols are made visible with the MARL_EXPORT annotation.