summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread.map
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.2.0_cvscvs2svn2007-01-111-1/+1
* MFC following revisions:David Xu2006-05-231-0/+2
* MFC Revision 1.16:David Xu2005-12-151-0/+8
* MFC (by deischen)Xin LI2005-10-081-0/+2
* Use a generic way to back threads out of wait queues when handlingDaniel Eischen2004-12-181-0/+1
* Add a wrapper for execve(). The exec'd process must be started withDaniel Eischen2004-09-261-0/+2
* 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