1
1
openmpi/opal/threads
George Bosilca 131fe42db8 Fix MT wait-sync.
Prevent a race condition between a thread checking count and then
going in cond_wait, and another thread setting the count to 0 and
signaling the condition.
Thanks to Pascal Deveze for catching up the bug and for
the initial patch.
2016-09-21 07:42:48 -04:00
..
condition.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
condition.h opal/threads: Correct nsec -> usec conversion. 2015-11-04 11:28:43 +09:00
Makefile.am Fix performance regression caused by enabling opal thread support 2016-07-28 07:01:27 -06:00
mutex_unix.h opal/mutex: add static mutex initializers 2015-10-14 16:08:41 -06:00
mutex.c ompi: always enable MPI_THREAD_MULTIPLE support 2016-02-23 10:02:14 -07:00
mutex.h Fix performance regression caused by enabling opal thread support 2016-07-28 07:01:27 -06:00
thread_usage.h opal/threads: add OPAL_THREAD_SUB_SIZE_T macro 2016-08-10 13:37:36 +09: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
wait_sync.c Fix MT wait-sync. 2016-09-21 07:42:48 -04:00
wait_sync.h Small fix for persistence receives. 2016-09-16 10:27:32 -04:00