This is an automated email from the ASF dual-hosted git repository.

rduan pushed a change to branch v2.0.0-preview
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git


    from 74d4404b Update crypto samplecode
     add 5a664289 Add capi for sgx_sync

No new revisions were added by this update.

Summary of changes:
 common/inc/sgx_thread.h           | 125 ++++++++++
 common/inc/tlibc/pthread.h        |  34 +--
 sgx_libc/src/linux/pthread/mod.rs | 322 ++++----------------------
 sgx_oc/src/linux/ocall/mem.rs     |   6 +-
 sgx_sync/src/capi.rs              | 470 ++++++++++++++++++++++++++++++++++++++
 sgx_sync/src/lib.rs               |   7 +-
 sgx_sync/src/once.rs              |   1 +
 sgx_sync/src/sys/futex.rs         |  29 +--
 sgx_sync/src/sys/mutex.rs         |   8 +-
 sgx_sync/src/sys/ocall/mod.rs     |  17 +-
 sgx_trts/src/call/ocalloc.rs      |   8 +-
 sgx_trts/src/capi.rs              |  21 +-
 sgx_trts/src/tcs/tc.rs            |  16 +-
 13 files changed, 720 insertions(+), 344 deletions(-)
 create mode 100644 common/inc/sgx_thread.h
 create mode 100644 sgx_sync/src/capi.rs


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to