1
1
openmpi/opal/threads
Brian Barrett e76c0ceadb mutex_trylock returns 0 (success) if locked and non-zero (error) if not
locked.  Make the non-threaded case always return "locked", similar to
the non-threaded case for mutex_lock.

This commit was SVN r9956.
2006-05-17 15:50:21 +00:00
..
condition.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
condition.h Fix deadlock in opal_condition. If broadcast is called on condition with more than one thread waiting on it the first awaken thread may consume all signals so other threads will never run. 2006-03-29 14:54:58 +00:00
Makefile.am Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
mutex_unix.h * need synch.h as well as threads.h for Solaris threads. 2006-02-26 17:08:47 +00:00
mutex_windows.h Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
mutex.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
mutex.h mutex_trylock returns 0 (success) if locked and non-zero (error) if not 2006-05-17 15:50:21 +00:00
thread.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
threads.h Protect headers and use __WINDOWS__ for Windows code. 2005-12-12 22:01:51 +00:00