1
1
openmpi/opal/threads
Gilles Gouaillardet b3a2bdda7b opal/threads: manually invoke thread-specific key destructors on the main thread.
there is no such thing as pthread_join(main_thread), so key destructors
are never invoked on the main thread, which causes valgrind report
some memory leaks. Manually store and then invoke the key destructors and
make valgrind happy.

Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
2017-01-06 13:46:35 +09: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 cleanup: always #include <pthread.h> 2016-11-08 13:07:45 +09: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 opal/threads: manually invoke thread-specific key destructors on the main thread. 2017-01-06 13:46:35 +09:00
threads.h opal/threads: manually invoke thread-specific key destructors on the main thread. 2017-01-06 13:46:35 +09:00
tsd.h opal/threads: manually invoke thread-specific key destructors on the main thread. 2017-01-06 13:46:35 +09: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