[][src]Module fortanix_sgx_abi::entry::executable

Specifies the entry points for executables.

Functions

main_entry

The main entry point of the enclave. This will be the entry point of the first TCS.

thread_entry

The entry point of additional threads of the enclave, for non-first TCSs.