History log of /relibc/pthreads-emb/ (Results 1 – 22 of 22)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2a260e0217-Mar-2021 Jeremy Soller <jeremy@system76.com>

sched_yield will sleep with 0 msecs

0db5068906-Jul-2019 Jeremy Soller <jeremy@system76.com>

Remove need_errno.h


7af8bdd528-Apr-2019 Jeremy Soller <jeremy@system76.com>

Add stubs for pthread_condattr_{get,set}clock

b08f3c5c12-Apr-2019 Jeremy Soller <jeremy@system76.com>

Always compile with fPIC

40b2b82912-Apr-2019 Jeremy Soller <jeremy@system76.com>

Add support for building .so

0fd936b405-Apr-2019 Jeremy Soller <jeremy@system76.com>

pthread_mutex_unlock: Return EINVAL when given NULL mutex

cf594e6814-Jan-2019 Jeremy Soller <jeremy@system76.com>

Update pte_osThreadHandle type

91f0dd6e08-Jan-2019 Jeremy Soller <jeremy@system76.com>

Require that libc calls init and terminate

a12978cc14-Dec-2018 Jeremy Soller <jeremy@system76.com>

Make pthread_t a void *

dc52dd2812-Dec-2018 Jeremy Soller <jeremy@system76.com>

Fix init definitions

4b87ab0d11-Dec-2018 Jeremy Soller <jeremy@system76.com>

Add pointers to pthread_init and pthread_terminate

6720dfdc09-Dec-2018 Jeremy Soller <jeremy@system76.com>

Add makefile and include osal and types

9fbd153731-Jul-2017 Ian Douglas Scott <ian@iandouglasscott.com>

Do not define int64_t

d6ae972323-Aug-2014 Jason Schmidlapp <Jason.Schmidlapp@gmail.com>

Merge pull request #1 from xantares/install_target

Handle DESTDIR in install target

f531db8a29-Mar-2014 xantares <xantares@fujitsu-l64>

Handle DESTDIR in install target

49cecdfe21-Feb-2012 Jason Schmidlapp <Jason.Schmidlapp@gmail.com>

Fixed spelling in README

3933b54020-Feb-2012 Jason Schmidlapp <Jason.Schmidlapp@gmail.com>

Added README

747ec72621-Sep-2008 Jason Schmidlapp <Jason.Schmidlapp@gmail.com>

Add extern "C" around function declarations in pthread.h

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.

062c5bc404-Apr-2008 Jason Schmidlapp <Jason.Schmidlapp@gmail.com>

Initial commit


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