summaryrefslogtreecommitdiffstats
path: root/lib/libthr
Commit message (Expand)AuthorAgeFilesLines
* Relink libc_r.a, libc_r.so and libc_r_p.so from libthr to libkse.marcel2003-09-271-12/+0
* Implement _get_curthread and _set_curthread. We use GCCs builtinmarcel2003-07-241-1/+6
* This commit was generated by cvs2svn to compensate for changes in r117783,mtm2003-07-192-0/+55
|\
| * The MD framework for libthr on alphamtm2003-07-192-0/+55
* When _PTHREADSINVARIANTS is defined SIGABRT is not includedmtm2003-07-083-2/+19
* Change all instances of THR_LOCK/UNLOCK, etc to UMTX_*.mtm2003-07-068-23/+23
* There's no need for _umtxtrylock to be a separate function.mtm2003-07-063-13/+8
* _pthread_mutex_trylock() is another internal libc function that must blockmtm2003-07-031-0/+8
* Begin making libthr async signal safe.mtm2003-07-021-2/+22
* Do not attempt to reque a thread on a mutex queue. It may be thatmtm2003-07-011-1/+1
* Axe AINC.ru2003-07-011-1/+0
* Catchup with _thread_suspend() changes.mtm2003-06-303-3/+9
* Sweep through pthread locking and use the new locking primitives formtm2003-06-297-20/+21
* Locking primitives and operations in libthr should use struct umtx,mtm2003-06-292-4/+22
* In a critical section, separate the aquisition of the thread lockmtm2003-06-292-17/+27
* Make _thread_suspend work with both the old broken sigtimedwaitjdp2003-06-293-11/+31
* The move to _retire() a thread in the GC instead of in the thread'smtm2003-06-293-21/+5
* Create compatibility links for libc_r on ia64 to prevent build-timemarcel2003-06-271-0/+12
* _thread_printf() is only used for debugging or in cases where something'smtm2003-06-091-2/+2
* Make C applications statically compiled with libthr work. Previously,mtm2003-06-041-0/+6
* Teach recent changes in the umtx structure in the kernel to the libthrmtm2003-06-031-1/+1
* Unwind the _giant_mutex from pthread_detach(). When detaching a joiner threadmtm2003-06-021-8/+8
* Consolidate static_init() and static_init_private into one function.mtm2003-06-021-17/+11
* .S comments must be C comments, not ASM ones.obrien2003-06-021-1/+1
* I botched one of my committs in the last round. Fix it.mtm2003-05-312-12/+11
* Make the mutex static initializers look more like the one formtm2003-05-291-25/+19
* Use a static lock to ake sure pthread_cond_* functions calledmtm2003-05-291-2/+20
* Missing unlock.mtm2003-05-291-0/+2
* Don't hold the active thread list lock when signaling the gc thread.mtm2003-05-293-12/+21
* It's unnecessary to lock the thread during creation. Simply extendmtm2003-05-291-5/+2
* Minimize the potential for deadlocks between an exiting thread and it'smtm2003-05-271-2/+18
* Revert part of the last commit. I don't know what I was smoking.mtm2003-05-271-2/+13
* Decouple the thread stack [de]allocating functions from the 'dead threads list'mtm2003-05-264-7/+16
* Revise the unlock order in _pthread_join(). Also, if the joinedmtm2003-05-261-12/+6
* Return gracefully, rather than aborting, when the maximum concurrentmtm2003-05-256-10/+27
* _pthread_cancel() breaks the normal lock order of first locking themtm2003-05-253-4/+28
* Part of the last patch.mtm2003-05-252-9/+9
* Start locking up the active and dead threads lists. The active threadsmtm2003-05-257-127/+135
* The libthr code makes use of higher-level primitives (pthread_mutex_t andmtm2003-05-252-0/+14
* The struct mcontext has changed. It's using the register sets. Bringmarcel2003-05-251-1/+1
* Lock the cond queue (condition variables):mtm2003-05-241-70/+43
* Add two functions: _spinlock_pthread() and _spinunlock_pthread()mtm2003-05-233-4/+20
* EDOOFUSmtm2003-05-232-10/+3
* Make WARNS2 clean. The fixes mostly included:mtm2003-05-2316-10/+41
* note to self: do not confuse void* with int.mtm2003-05-231-1/+1
* o Make the defenition of _set_curthread() match its declarationmtm2003-05-211-5/+27
* Insert a debugging aid:mtm2003-05-212-2/+18
* Re-enable the garbage collector thread in anticipation of furthermtm2003-05-211-2/+0
* When a thread exits it does not return from the kernel unless itmtm2003-05-211-0/+4
* The thread id was being set *before* zeroing out the thread. Reversemtm2003-05-211-2/+3
OpenPOWER on IntegriCloud