Importing in main tree this library which used to be in tests tree
authorMatthew Mondor <mmondor@pulsar-zone.net>
Tue, 13 Mar 2007 19:37:26 +0000 (19:37 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Tue, 13 Mar 2007 19:37:26 +0000 (19:37 +0000)
commitc6268fe8d08c8762fee6025ff7d40815151fe04b
treeb35db006205f3c784dbcda8fe1b1c302ab550fa0
parente7172084fe7d1ffd399795e963a9556358231fc5
Importing in main tree this library which used to be in tests tree
15 files changed:
mmsoftware/pthread_util/GNUmakefile [new file with mode: 0644]
mmsoftware/pthread_util/README [new file with mode: 0644]
mmsoftware/pthread_util/mm_pthread_debug.h [new file with mode: 0644]
mmsoftware/pthread_util/mm_pthread_msg.c [new file with mode: 0644]
mmsoftware/pthread_util/mm_pthread_msg.h [new file with mode: 0644]
mmsoftware/pthread_util/mm_pthread_poll.c [new file with mode: 0644]
mmsoftware/pthread_util/mm_pthread_poll.h [new file with mode: 0644]
mmsoftware/pthread_util/mm_pthread_pool.c [new file with mode: 0644]
mmsoftware/pthread_util/mm_pthread_pool.h [new file with mode: 0644]
mmsoftware/pthread_util/mm_pthread_sleep.c [new file with mode: 0644]
mmsoftware/pthread_util/mm_pthread_sleep.h [new file with mode: 0644]
mmsoftware/pthread_util/tests/msg_test.c [new file with mode: 0644]
mmsoftware/pthread_util/tests/poll_test.c [new file with mode: 0644]
mmsoftware/pthread_util/tests/polltest.c [new file with mode: 0644]
mmsoftware/pthread_util/tests/sigtest.c [new file with mode: 0644]