History log of /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/4-3.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
354ebb48db8e66a853a58379a4808d5dcd1ceac3 07-Dec-2012 Wanlong Gao <gaowanlong@cn.fujitsu.com> cleanup code indent

Cleanup the code indent using:

find . -name *.c -exec Lindent {} \;

It's really a big change, but can fix almost all of
the indent problem in C code, although we can't
ensure all of the changes are right, but the error
changes are really few.

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/4-3.c
4548c6cf9bcdd96d8303caa4130ab638b61f8a30 19-Oct-2012 Wanlong Gao <gaowanlong@cn.fujitsu.com> Update FSF address

find . -type f -exec sed -i 's/675 Mass Ave, Cambridge, MA 02139, USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;
find . -type f -exec sed -i 's/59 Temple Place, Suite 330, Boston, MA 02111-1307 USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/4-3.c
de55e5ac14dc3e683117ae84bad34944fa7c38c6 19-Aug-2011 Cyril Hrubis <chrubis@suse.cz> Unify the test passed messages.

Some of the tests printed "Test PASS" and some "Test PASSED" let's unify
this on "Test PASSED".

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/4-3.c
45a0ba15ae38f11410132d8cf6d7a2d75405d432 31-May-2011 Peter W Morreale <pmorreale@novell.com> New test for pthread_cond_init

Create a new test to ensure that pthread_cond_init returns EBUSY for
re-initializing a previously used (but not destroyed) condition variable.

Signed-off-by: Peter W. Morreale <pmorreale@novell.com>
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/4-3.c