Searched refs:MARL_EXPORT (Results 1 – 13 of 13) sorted by relevance
74 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 …]
21 #define MARL_EXPORT __declspec(dllexport) macro23 #define MARL_EXPORT __declspec(dllimport) macro29 #define MARL_EXPORT __attribute__((visibility("default"))) macro35 #ifndef MARL_EXPORT36 #define MARL_EXPORT macro
81 MARL_EXPORT95 MARL_EXPORT100 MARL_EXPORT104 MARL_EXPORT109 MARL_EXPORT116 MARL_EXPORT120 MARL_EXPORT124 MARL_EXPORT140 MARL_EXPORT155 MARL_EXPORT[all …]
30 MARL_EXPORT33 MARL_EXPORT36 MARL_EXPORT
36 MARL_EXPORT92 MARL_EXPORT static Allocator* Default;97 struct MARL_EXPORT Deleter {
21 MARL_EXPORT26 MARL_EXPORT
49 MARL_EXPORT55 MARL_EXPORT
262 # Public API symbols are made visible with the MARL_EXPORT annotation.