parallel-runtimes / lomp

Little OpenMP Library
Apache License 2.0
153 stars 17 forks source link

Implement nested locks #5

Open JimCownie opened 3 years ago

JimCownie commented 3 years ago

The library does not currently support omp_init_nest_lock(). It should.

It ought to be possible to add this as a wrapper around all of the existing locks in the zoo. (Either via a template, or simply as an outer wrapper class).