Changes between Version 63 and Version 64 of Next-GenOpenMPTransformation


Ignore:
Timestamp:
11/21/19 16:05:40 (6 years ago)
Author:
wuwenhao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Next-GenOpenMPTransformation

    v63 v64  
    9898
    9999== OpenMP Types ==
    100 * `omp_lock_t`
     100* `omp_lock_t` ([https://vsl.cis.udel.edu/trac/civl/wiki/Next-GenOpenMPTransformation#OpenMPSimpleLock1 detail])
    101101
    102102== OpenMP Runtime Library Routines ==
     
    107107* `omp_get_thread_num()`(translated as `_omp_tid`)
    108108=== Lock Routines ===
    109 see ([https://vsl.cis.udel.edu/trac/civl/browser/CIVL/trunk/src/include/civl/omp.cvl omp.cvl])
    110 ==== OpenMP Simple Lock ====
     109==== OpenMP Simple Lock ====
    111110* `omp_init_lock(omp_lock_t *)`
    112111* `omp_destroy_lock(omp_lock_t *)`
     
    114113* `omp_unset_lock(omp_lock_t *)`
    115114* `omp_test_lock(omp_lock_t *)`
     115([https://vsl.cis.udel.edu/trac/civl/wiki/Next-GenOpenMPTransformation#OpenMPSimpleLock1 detail])
    116116=== Timing Routines ===
    117117* `omp_get_wtime()` ([https://vsl.cis.udel.edu/trac/civl/browser/CIVL/trunk/src/include/civl/omp.cvl omp.cvl])