History log of /relibc/pthreads-emb/doc/ (Results 1 – 3 of 3)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
442a7e6c08-Apr-2008 Jason Schmidlapp <Jason.Schmidlapp@gmail.com>

Added OSAL API, Doxygen config and CSS files

31b47d7905-Apr-2008 Jason Schmidlapp <Jason.Schmidlapp@gmail.com>

Documentation: Added user's guide, added link to ptw32 on main page.

714af18c05-Apr-2008 Jason Schmidlapp <Jason.Schmidlapp@gmail.com>

Added documentation.


/relibc/pthreads-emb/ANNOUNCE
/relibc/pthreads-emb/CONTRIBUTORS.ptw32
/relibc/pthreads-emb/COPYING
/relibc/pthreads-emb/COPYING.LIB
/relibc/pthreads-emb/cleanup.c
/relibc/pthreads-emb/create.c
pte_dspbios.html
pte_main.html
pte_porting_guide.html
pte_psp.html
/relibc/pthreads-emb/global.c
/relibc/pthreads-emb/implement.h
/relibc/pthreads-emb/need_errno.h
/relibc/pthreads-emb/platform/dspbios/dspbios-config.h
/relibc/pthreads-emb/platform/dspbios/dspbios-osal.c
/relibc/pthreads-emb/platform/dspbios/dspbios-osal.h
/relibc/pthreads-emb/platform/dspbios/main.c
/relibc/pthreads-emb/platform/dspbios/pte_lib/pte_lib.pjt
/relibc/pthreads-emb/platform/dspbios/pte_osal.h
/relibc/pthreads-emb/platform/dspbios/pte_test/Configuration1.cdb
/relibc/pthreads-emb/platform/dspbios/pte_test/Configuration1.tcf
/relibc/pthreads-emb/platform/dspbios/pte_test/Configuration1.tco
/relibc/pthreads-emb/platform/dspbios/pte_test/pte_test.pjt
/relibc/pthreads-emb/platform/dspbios/pte_types.h
/relibc/pthreads-emb/platform/helper/tls-helper.c
/relibc/pthreads-emb/platform/helper/tls-helper.h
/relibc/pthreads-emb/platform/psp/Makefile
/relibc/pthreads-emb/platform/psp/Makefile.tests
/relibc/pthreads-emb/platform/psp/main.c
/relibc/pthreads-emb/platform/psp/psp_osal.c
/relibc/pthreads-emb/platform/psp/psp_osal.h
/relibc/pthreads-emb/platform/psp/pte_osal.h
/relibc/pthreads-emb/platform/psp/pte_types.h
/relibc/pthreads-emb/pte_callUserDestroyRoutines.c
/relibc/pthreads-emb/pte_cancellable_wait.c
/relibc/pthreads-emb/pte_cond_check_need_init.c
/relibc/pthreads-emb/pte_detach.c
/relibc/pthreads-emb/pte_generic_osal.h
/relibc/pthreads-emb/pte_getprocessors.c
/relibc/pthreads-emb/pte_is_attr.c
/relibc/pthreads-emb/pte_mutex_check_need_init.c
/relibc/pthreads-emb/pte_new.c
/relibc/pthreads-emb/pte_relmillisecs.c
/relibc/pthreads-emb/pte_reuse.c
/relibc/pthreads-emb/pte_rwlock_cancelwrwait.c
/relibc/pthreads-emb/pte_rwlock_check_need_init.c
/relibc/pthreads-emb/pte_spinlock_check_need_init.c
/relibc/pthreads-emb/pte_threadDestroy.c
/relibc/pthreads-emb/pte_threadStart.c
/relibc/pthreads-emb/pte_throw.c
/relibc/pthreads-emb/pte_tkAssocCreate.c
/relibc/pthreads-emb/pte_tkAssocDestroy.c
/relibc/pthreads-emb/pthread.h
/relibc/pthreads-emb/pthread_attr_destroy.c
/relibc/pthreads-emb/pthread_attr_getdetachstate.c
/relibc/pthreads-emb/pthread_attr_getinheritsched.c
/relibc/pthreads-emb/pthread_attr_getschedparam.c
/relibc/pthreads-emb/pthread_attr_getschedpolicy.c
/relibc/pthreads-emb/pthread_attr_getscope.c
/relibc/pthreads-emb/pthread_attr_getstackaddr.c
/relibc/pthreads-emb/pthread_attr_getstacksize.c
/relibc/pthreads-emb/pthread_attr_init.c
/relibc/pthreads-emb/pthread_attr_setdetachstate.c
/relibc/pthreads-emb/pthread_attr_setinheritsched.c
/relibc/pthreads-emb/pthread_attr_setschedparam.c
/relibc/pthreads-emb/pthread_attr_setschedpolicy.c
/relibc/pthreads-emb/pthread_attr_setscope.c
/relibc/pthreads-emb/pthread_attr_setstackaddr.c
/relibc/pthreads-emb/pthread_attr_setstacksize.c
/relibc/pthreads-emb/pthread_barrier_destroy.c
/relibc/pthreads-emb/pthread_barrier_init.c
/relibc/pthreads-emb/pthread_barrier_wait.c
/relibc/pthreads-emb/pthread_barrierattr_destroy.c
/relibc/pthreads-emb/pthread_barrierattr_getpshared.c
/relibc/pthreads-emb/pthread_barrierattr_init.c
/relibc/pthreads-emb/pthread_barrierattr_setpshared.c
/relibc/pthreads-emb/pthread_cancel.c
/relibc/pthreads-emb/pthread_cond_destroy.c
/relibc/pthreads-emb/pthread_cond_init.c
/relibc/pthreads-emb/pthread_cond_signal.c
/relibc/pthreads-emb/pthread_cond_wait.c
/relibc/pthreads-emb/pthread_condattr_destroy.c
/relibc/pthreads-emb/pthread_condattr_getpshared.c
/relibc/pthreads-emb/pthread_condattr_init.c
/relibc/pthreads-emb/pthread_condattr_setpshared.c
/relibc/pthreads-emb/pthread_delay_np.c
/relibc/pthreads-emb/pthread_detach.c
/relibc/pthreads-emb/pthread_equal.c
/relibc/pthreads-emb/pthread_exit.c
/relibc/pthreads-emb/pthread_getconcurrency.c
/relibc/pthreads-emb/pthread_getschedparam.c
/relibc/pthreads-emb/pthread_getspecific.c
/relibc/pthreads-emb/pthread_init.c
/relibc/pthreads-emb/pthread_join.c
/relibc/pthreads-emb/pthread_key_create.c
/relibc/pthreads-emb/pthread_key_delete.c
/relibc/pthreads-emb/pthread_kill.c
/relibc/pthreads-emb/pthread_mutex_destroy.c
/relibc/pthreads-emb/pthread_mutex_init.c
/relibc/pthreads-emb/pthread_mutex_lock.c
/relibc/pthreads-emb/pthread_mutex_timedlock.c
/relibc/pthreads-emb/pthread_mutex_trylock.c
/relibc/pthreads-emb/pthread_mutex_unlock.c
/relibc/pthreads-emb/pthread_mutexattr_destroy.c
/relibc/pthreads-emb/pthread_mutexattr_getkind_np.c
/relibc/pthreads-emb/pthread_mutexattr_getpshared.c
/relibc/pthreads-emb/pthread_mutexattr_gettype.c
/relibc/pthreads-emb/pthread_mutexattr_init.c
/relibc/pthreads-emb/pthread_mutexattr_setkind_np.c
/relibc/pthreads-emb/pthread_mutexattr_setpshared.c
/relibc/pthreads-emb/pthread_mutexattr_settype.c
/relibc/pthreads-emb/pthread_num_processors_np.c
/relibc/pthreads-emb/pthread_once.c
/relibc/pthreads-emb/pthread_rwlock_destroy.c
/relibc/pthreads-emb/pthread_rwlock_init.c
/relibc/pthreads-emb/pthread_rwlock_rdlock.c
/relibc/pthreads-emb/pthread_rwlock_timedrdlock.c
/relibc/pthreads-emb/pthread_rwlock_timedwrlock.c
/relibc/pthreads-emb/pthread_rwlock_tryrdlock.c
/relibc/pthreads-emb/pthread_rwlock_trywrlock.c
/relibc/pthreads-emb/pthread_rwlock_unlock.c
/relibc/pthreads-emb/pthread_rwlock_wrlock.c
/relibc/pthreads-emb/pthread_rwlockattr_destroy.c
/relibc/pthreads-emb/pthread_rwlockattr_getpshared.c
/relibc/pthreads-emb/pthread_rwlockattr_init.c
/relibc/pthreads-emb/pthread_rwlockattr_setpshared.c
/relibc/pthreads-emb/pthread_self.c
/relibc/pthreads-emb/pthread_setcancelstate.c
/relibc/pthreads-emb/pthread_setcanceltype.c
/relibc/pthreads-emb/pthread_setconcurrency.c
/relibc/pthreads-emb/pthread_setschedparam.c
/relibc/pthreads-emb/pthread_setspecific.c
/relibc/pthreads-emb/pthread_spin_destroy.c
/relibc/pthreads-emb/pthread_spin_init.c
/relibc/pthreads-emb/pthread_spin_lock.c
/relibc/pthreads-emb/pthread_spin_trylock.c
/relibc/pthreads-emb/pthread_spin_unlock.c
/relibc/pthreads-emb/pthread_terminate.c
/relibc/pthreads-emb/pthread_testcancel.c
/relibc/pthreads-emb/pthread_timechange_handler_np.c
/relibc/pthreads-emb/sched.h
/relibc/pthreads-emb/sched_get_priority_max.c
/relibc/pthreads-emb/sched_get_priority_min.c
/relibc/pthreads-emb/sched_setscheduler.c
/relibc/pthreads-emb/sched_yield.c
/relibc/pthreads-emb/sem_close.c
/relibc/pthreads-emb/sem_destroy.c
/relibc/pthreads-emb/sem_getvalue.c
/relibc/pthreads-emb/sem_init.c
/relibc/pthreads-emb/sem_open.c
/relibc/pthreads-emb/sem_post.c
/relibc/pthreads-emb/sem_post_multiple.c
/relibc/pthreads-emb/sem_timedwait.c
/relibc/pthreads-emb/sem_trywait.c
/relibc/pthreads-emb/sem_unlink.c
/relibc/pthreads-emb/sem_wait.c
/relibc/pthreads-emb/semaphore.h
/relibc/pthreads-emb/tests/ChangeLog
/relibc/pthreads-emb/tests/barrier1.c
/relibc/pthreads-emb/tests/barrier2.c
/relibc/pthreads-emb/tests/barrier3.c
/relibc/pthreads-emb/tests/barrier4.c
/relibc/pthreads-emb/tests/barrier5.c
/relibc/pthreads-emb/tests/benchlib.c
/relibc/pthreads-emb/tests/benchtest.h
/relibc/pthreads-emb/tests/benchtest1.c
/relibc/pthreads-emb/tests/benchtest2.c
/relibc/pthreads-emb/tests/benchtest3.c
/relibc/pthreads-emb/tests/benchtest4.c
/relibc/pthreads-emb/tests/benchtest5.c
/relibc/pthreads-emb/tests/cancel1.c
/relibc/pthreads-emb/tests/cancel2.c
/relibc/pthreads-emb/tests/cancel3.c
/relibc/pthreads-emb/tests/cancel4.c
/relibc/pthreads-emb/tests/cancel5.c
/relibc/pthreads-emb/tests/cancel6a.c
/relibc/pthreads-emb/tests/cancel6d.c
/relibc/pthreads-emb/tests/cleanup0.c
/relibc/pthreads-emb/tests/cleanup1.c
/relibc/pthreads-emb/tests/cleanup2.c
/relibc/pthreads-emb/tests/cleanup3.c
/relibc/pthreads-emb/tests/condvar1.c
/relibc/pthreads-emb/tests/condvar1_1.c
/relibc/pthreads-emb/tests/condvar1_2.c
/relibc/pthreads-emb/tests/condvar2.c
/relibc/pthreads-emb/tests/condvar2_1.c
/relibc/pthreads-emb/tests/condvar3.c
/relibc/pthreads-emb/tests/condvar3_1.c
/relibc/pthreads-emb/tests/condvar3_2.c
/relibc/pthreads-emb/tests/condvar3_3.c
/relibc/pthreads-emb/tests/condvar4.c
/relibc/pthreads-emb/tests/condvar5.c
/relibc/pthreads-emb/tests/condvar6.c
/relibc/pthreads-emb/tests/condvar7.c
/relibc/pthreads-emb/tests/condvar8.c
/relibc/pthreads-emb/tests/condvar9.c
/relibc/pthreads-emb/tests/count1.c
/relibc/pthreads-emb/tests/create1.c
/relibc/pthreads-emb/tests/create2.c
/relibc/pthreads-emb/tests/create3.c
/relibc/pthreads-emb/tests/delay1.c
/relibc/pthreads-emb/tests/delay2.c
/relibc/pthreads-emb/tests/detach1.c
/relibc/pthreads-emb/tests/equal1.c
/relibc/pthreads-emb/tests/errno1.c
/relibc/pthreads-emb/tests/exception1.c
/relibc/pthreads-emb/tests/exception2.c
/relibc/pthreads-emb/tests/exception3.c
/relibc/pthreads-emb/tests/exit1.c
/relibc/pthreads-emb/tests/exit2.c
/relibc/pthreads-emb/tests/exit3.c
/relibc/pthreads-emb/tests/exit4.c
/relibc/pthreads-emb/tests/exit5.c
/relibc/pthreads-emb/tests/inherit1.c
/relibc/pthreads-emb/tests/join0.c
/relibc/pthreads-emb/tests/join1.c
/relibc/pthreads-emb/tests/join2.c
/relibc/pthreads-emb/tests/join3.c
/relibc/pthreads-emb/tests/join4.c
/relibc/pthreads-emb/tests/kill1.c
/relibc/pthreads-emb/tests/mutex1.c
/relibc/pthreads-emb/tests/mutex1e.c
/relibc/pthreads-emb/tests/mutex1n.c
/relibc/pthreads-emb/tests/mutex1r.c
/relibc/pthreads-emb/tests/mutex2.c
/relibc/pthreads-emb/tests/mutex2e.c
/relibc/pthreads-emb/tests/mutex2r.c
/relibc/pthreads-emb/tests/mutex3.c
/relibc/pthreads-emb/tests/mutex3e.c
/relibc/pthreads-emb/tests/mutex3r.c
/relibc/pthreads-emb/tests/mutex4.c
/relibc/pthreads-emb/tests/mutex5.c
/relibc/pthreads-emb/tests/mutex6.c
/relibc/pthreads-emb/tests/mutex6e.c
/relibc/pthreads-emb/tests/mutex6es.c
/relibc/pthreads-emb/tests/mutex6n.c
/relibc/pthreads-emb/tests/mutex6r.c
/relibc/pthreads-emb/tests/mutex6rs.c
/relibc/pthreads-emb/tests/mutex6s.c
/relibc/pthreads-emb/tests/mutex7.c
/relibc/pthreads-emb/tests/mutex7e.c
/relibc/pthreads-emb/tests/mutex7n.c
/relibc/pthreads-emb/tests/mutex7r.c
/relibc/pthreads-emb/tests/mutex8.c
/relibc/pthreads-emb/tests/mutex8e.c
/relibc/pthreads-emb/tests/mutex8n.c
/relibc/pthreads-emb/tests/mutex8r.c
/relibc/pthreads-emb/tests/once1.c
/relibc/pthreads-emb/tests/once2.c
/relibc/pthreads-emb/tests/once3.c
/relibc/pthreads-emb/tests/once4.c
/relibc/pthreads-emb/tests/priority1.c
/relibc/pthreads-emb/tests/priority2.c
/relibc/pthreads-emb/tests/reuse1.c
/relibc/pthreads-emb/tests/reuse2.c
/relibc/pthreads-emb/tests/rwlock1.c
/relibc/pthreads-emb/tests/rwlock2.c
/relibc/pthreads-emb/tests/rwlock2_t.c
/relibc/pthreads-emb/tests/rwlock3.c
/relibc/pthreads-emb/tests/rwlock3_t.c
/relibc/pthreads-emb/tests/rwlock4.c
/relibc/pthreads-emb/tests/rwlock4_t.c
/relibc/pthreads-emb/tests/rwlock5.c
/relibc/pthreads-emb/tests/rwlock5_t.c
/relibc/pthreads-emb/tests/rwlock6.c
/relibc/pthreads-emb/tests/rwlock6_t.c
/relibc/pthreads-emb/tests/rwlock6_t2.c
/relibc/pthreads-emb/tests/rwlock7.c
/relibc/pthreads-emb/tests/rwlock8.c
/relibc/pthreads-emb/tests/self1.c
/relibc/pthreads-emb/tests/self2.c
/relibc/pthreads-emb/tests/semaphore1.c
/relibc/pthreads-emb/tests/semaphore2.c
/relibc/pthreads-emb/tests/semaphore3.c
/relibc/pthreads-emb/tests/semaphore4.c
/relibc/pthreads-emb/tests/semaphore4t.c
/relibc/pthreads-emb/tests/semaphore5.c
/relibc/pthreads-emb/tests/semaphore6.c
/relibc/pthreads-emb/tests/spin1.c
/relibc/pthreads-emb/tests/spin2.c
/relibc/pthreads-emb/tests/spin3.c
/relibc/pthreads-emb/tests/spin4.c
/relibc/pthreads-emb/tests/stress1.c
/relibc/pthreads-emb/tests/test.h
/relibc/pthreads-emb/tests/test_main.c
/relibc/pthreads-emb/tests/tsd1.c
/relibc/pthreads-emb/tests/tsd2.c
/relibc/pthreads-emb/tests/valid1.c
/relibc/pthreads-emb/tests/valid2.c