1
1
openmpi/opal/threads
Nathan Hjelm 54998e5745 opal: add recursive mutex
This new class is the same as the opal_mutex_t class but has a
different constructor. This constructor adds the recursive flag to the
mutex attributes for the lock. This class can be used where there may
be re-enty into the lock from within the same thread.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2015-08-26 10:01:37 -06:00
..
condition.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
condition.h more c99 updates 2015-06-25 10:14:13 -06:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
mutex_unix.h opal: add recursive mutex 2015-08-26 10:01:37 -06:00
mutex.c opal: add recursive mutex 2015-08-26 10:01:37 -06:00
mutex.h opal: add recursive mutex 2015-08-26 10:01:37 -06:00
thread.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
threads.h more c99 updates 2015-06-25 10:14:13 -06:00
tsd.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00