This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/shared/platform/linux-sgx
Wenyong Huang 388530c738
Modify os_cond_reltimedwait to support long time wait (#461)
Modify the argument of os_cond_reltimedwait to uint64 type to support long time wait, and handle possible integer overflow.
2020-12-07 17:37:53 +08:00
..
untrusted Implement stat and getentropy for sgx with ocall to run tensorflow (#436) 2020-10-30 12:36:00 +08:00
platform_internal.h Implement libc-WASI for Linux SGX platform and update documents (#343) 2020-08-10 15:12:26 +08:00
sgx_file.c Implement stat and getentropy for sgx with ocall to run tensorflow (#436) 2020-10-30 12:36:00 +08:00
sgx_file.h Implement stat and getentropy for sgx with ocall to run tensorflow (#436) 2020-10-30 12:36:00 +08:00
sgx_platform.c Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) 2020-08-20 12:43:12 +08:00
sgx_pthread.c Fix compilation error for sgxsdk-2.11 (#431) 2020-10-23 18:16:56 +08:00
sgx_pthread.h Fix compilation error for sgxsdk-2.11 (#431) 2020-10-23 18:16:56 +08:00
sgx_rsrv_mem_mngr.h Rename "master" branch to "main" 2020-06-27 02:39:47 -07:00
sgx_signal.c Add macro to exclude sgx wasi/pthread ocalls if not needed (#384) 2020-09-15 15:49:09 +08:00
sgx_signal.h Implement libc-WASI for Linux SGX platform and update documents (#343) 2020-08-10 15:12:26 +08:00
sgx_socket.c Add macro to exclude sgx wasi/pthread ocalls if not needed (#384) 2020-09-15 15:49:09 +08:00
sgx_socket.h Implement libc-WASI for Linux SGX platform and update documents (#343) 2020-08-10 15:12:26 +08:00
sgx_thread.c Modify os_cond_reltimedwait to support long time wait (#461) 2020-12-07 17:37:53 +08:00
sgx_time.c Add macro to exclude sgx wasi/pthread ocalls if not needed (#384) 2020-09-15 15:49:09 +08:00
sgx_time.h Implement libc-WASI for Linux SGX platform and update documents (#343) 2020-08-10 15:12:26 +08:00
sgx_wamr.edl Implement stat and getentropy for sgx with ocall to run tensorflow (#436) 2020-10-30 12:36:00 +08:00
shared_platform.cmake Add macro to exclude sgx wasi/pthread ocalls if not needed (#384) 2020-09-15 15:49:09 +08:00