1
1
openmpi/ompi/request
George Bosilca bf190671e9 Make the request lock recursive.
If during the request completion callback we post another request that
completes right away (such a small send or a match for an unexpected
short message) we will try to complete the second request while holding
the lock for the completion of the first. For performance reasons
(mainly to avoid unlocking and locking the request mutex several times)
we have made the request lock recursive.
2016-04-26 16:16:07 -04:00
..
grequest.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
grequest.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
req_test.c George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-) 2014-07-26 00:47:28 +00:00
req_wait.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
request_dbg.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
request_default.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
request.c Make the request lock recursive. 2016-04-26 16:16:07 -04:00
request.h Make the request lock recursive. 2016-04-26 16:16:07 -04:00