19 #ifndef ASYLO_PLATFORM_PRIMITIVES_PRIMITIVES_H_ 20 #define ASYLO_PLATFORM_PRIMITIVES_PRIMITIVES_H_ 36 static constexpr uint64_t kSelectorAsyloInvalid = 0;
39 static constexpr uint64_t kSelectorAsyloDonateThread = 2;
42 static constexpr uint64_t kSelectorAsyloFini = 3;
49 static constexpr uint64_t kSelectorCreateThread = 87;
54 static constexpr uint64_t kSelectorHostCall = 88;
58 static constexpr uint64_t kSelectorRemote = 120;
62 static constexpr uint64_t kSelectorUser = 128;
ABSL_CONST_INIT const char kStatusMoveAssignmentMsg[]