aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads
AgeCommit message (Expand)AuthorFilesLines
2000-08-10 Move setting of mutex owner into critical section.Andreas Jaeger2-1/+7
2000-07-31 * mutex.c (__pthread_mutex_trylock): Only set mutex owner if weAndreas Jaeger2-1/+8
2000-04-10Update.Ulrich Drepper1-0/+6
2000-04-10(sigaction): Fix return value for the case SIG is one of the signalsUlrich Drepper1-1/+4
2000-03-23Update.Ulrich Drepper1-0/+9
2000-03-23(__pthread_reset_pthread_once): Reset once_masterlock.Ulrich Drepper1-0/+12
2000-03-23(__pthread_reset_pthread_once): Add prototype.Ulrich Drepper1-0/+1
2000-03-23(__fork): Call __pthread_reset_pthread_once.Ulrich Drepper1-0/+1
2000-03-23(pthread_handle_create): Store ID of new thread before clone call.Ulrich Drepper1-2/+4
2000-03-21Update.Ulrich Drepper1-0/+6
2000-03-21(pthread_initialize): Test for address of __dso_handle being NULL, not value.Ulrich Drepper1-2/+2
2000-03-21Update.Ulrich Drepper1-0/+6
2000-03-21(pthread_initialize): Instead of on_exit use __cxa_atexit if __dso_label isUlrich Drepper1-1/+9
2000-03-16Update.Ulrich Drepper1-0/+6
2000-03-16(__pthread_mutex_lock): Always initialize __m_owner.Ulrich Drepper1-8/+8
2000-03-15Fix last change.Ulrich Drepper1-4/+8
2000-03-15Update.Ulrich Drepper1-1/+2
2000-03-15Update.Ulrich Drepper1-0/+4
2000-03-15(pthread_cond_wait): Check whether mutex is owned by current threadUlrich Drepper1-0/+8
2000-03-15Update.Ulrich Drepper1-0/+6
2000-03-15(__pthread_once): Handle cancelled init function correctly.Ulrich Drepper1-1/+27
2000-02-23Update.Ulrich Drepper1-0/+4
2000-02-23(SEM_FAILED): Use 0 not NULL.Ulrich Drepper1-1/+1
2000-02-15Update.Ulrich Drepper1-0/+8
2000-02-15(pthread_cond_timedwait_relative_old): Tight loop with nanosleep does notUlrich Drepper1-98/+40
2000-02-13Update.Ulrich Drepper1-0/+8
2000-02-13(pthread_cond_timedwait_relative_old): Undo last patch but keep the codeUlrich Drepper1-0/+61
2000-02-11Update.Ulrich Drepper1-0/+7
2000-02-11(pthread_cond_timedwait_relative_old): Do tightUlrich Drepper1-29/+14
2000-01-31Update.Ulrich Drepper1-0/+8
2000-01-31(pthread_cond_timedwait_relative_old): Recompute timeUlrich Drepper1-20/+34
2000-01-29Update.Ulrich Drepper1-0/+8
2000-01-29(pthread_cond_timedwait_relative_old): Get remaining time from nanosleep callUlrich Drepper1-29/+29
2000-01-19Update.Ulrich Drepper1-0/+5
2000-01-19(pthread_allocate_stack): Compute guard page address correctly.Ulrich Drepper1-14/+10
2000-01-12Update.Ulrich Drepper1-0/+17
2000-01-12(struct _pthread_rwlock_t): Define this name as well.Ulrich Drepper1-1/+1
2000-01-12(PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP): New definition.Ulrich Drepper1-0/+1
2000-01-12Implement requirements about when readers should get locks assigned.Ulrich Drepper1-17/+227
2000-01-12(queue_is_empty): New function.Ulrich Drepper1-0/+5
2000-01-12(pthread_free): Free read/write lock lists.Ulrich Drepper1-0/+19
2000-01-12(__pthread_initial_thread, pthread_manager_thread):Ulrich Drepper1-2/+8
2000-01-12(pthread_readlock_info): New structure.Ulrich Drepper1-0/+19
2000-01-062000-01-06 Andreas Jaeger <aj@suse.de>Andreas Jaeger2-3/+4
2000-01-05Update.Ulrich Drepper1-0/+2
2000-01-05(__pthread_initial_thread, pthread_manager_thread): AdjustUlrich Drepper1-7/+14
2000-01-05Update.Ulrich Drepper1-0/+5
2000-01-05(struct _pthread_descr_struct): Move new elements to the end.Ulrich Drepper1-5/+6
2000-01-05Update.Ulrich Drepper1-0/+18
2000-01-05Redesigned how cancellation unblocks a thread from internalUlrich Drepper12-103/+592