1
1
openmpi/opal/threads
Gilles Gouaillardet dfbf2b7be4 opal/threads: add OPAL_THREAD_SUB_SIZE_T macro
-1 is not a valid size_t, so instead of OPAL_THREAD_ADD_SIZE_T(..., -1),
simply OPAL_THREAD_SUB_SIZE_T(..., 1) and keep picky compilers happy
2016-08-10 13:37:36 +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 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 opal/sync: remove usage of OPAL_ENABLE_MULTI_THREADS 2016-06-22 09:52:37 -06:00
wait_sync.h Fix MPI_Waitany and MPI_Waitsome 2016-06-28 16:40:00 +03:00