Skip to content

snRuntime/src/cls.h

Functions

Name
cls_t * cls()

Attributes

Name
__thread cls_t * _cls_ptr

Functions Documentation

function cls

inline cls_t * cls()

Attributes Documentation

variable _cls_ptr

__thread cls_t * _cls_ptr;

Source code

// Copyright 2023 ETH Zurich and University of Bologna.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0

extern __thread cls_t* _cls_ptr;

inline cls_t* cls() { return _cls_ptr; }

Updated on 2023-06-19 at 09:43:56 +0000