aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread.map
Commit message (Expand)AuthorAgeFilesLines
* 1. Add macro DTV_OFFSET to calculate dtv offset in tcb.David Xu2004-08-161-3/+19
* Export necessary symbols to debugger.David Xu2004-07-131-7/+4
* Add sem_timedwait to the symbol map, otherwise the libc version willDaniel Eischen2004-02-101-0/+2
* Implement sigaltstack() as per-threaded. Current only scope process threadDavid Xu2003-12-291-0/+2
* Add cancellation points for accept() and connect().Daniel Eischen2003-12-091-0/+4
* Add an implementation for pthread_atfork().Daniel Eischen2003-11-041-0/+2
* Add code to support pthread spin lock.David Xu2003-09-091-0/+10
* Add small piece of code to support pthread_rwlock_timedrdlock andDavid Xu2003-09-061-0/+4
* Add code to support barrier synchronous object and implementDavid Xu2003-09-041-0/+17
* Override libc function raise(), in threading mode, raise() willDavid Xu2003-07-191-0/+2
* o Use a daemon thread to monitor signal events in kernel, if pendingDavid Xu2003-06-281-0/+4
* Attempt to eliminate PLT relocations from rwlock aquire/releaseAlexander Kabaev2003-05-301-0/+296