summaryrefslogtreecommitdiffstats
path: root/lib/libthr
Commit message (Expand)AuthorAgeFilesLines
* MFC r282057,r282092,r282106:ngie2015-05-133-13/+3
* MFC r281857:pfg2015-04-291-1/+1
* MFC r281712:kib2015-04-251-0/+41
* MFC r280818:kib2015-04-121-0/+24
* MFC r279284:kib2015-03-041-3/+4
* MFC r278627:kib2015-02-191-31/+11
* MFC r278751:kib2015-02-173-8/+8
* MFC r278313:kib2015-02-131-4/+1
* MFC r277488:kib2015-01-241-1/+2
* Fix known issues which blow up the process after dlopen("libthr.so")kib2015-01-1810-546/+297
* MFC r274578,r274580:ngie2015-01-016-0/+121
* MFC r272070:kib2014-10-151-2/+221
* MFC r272069:kib2014-10-151-3/+4
* MFC r269909:kib2014-08-162-1/+12
* MFC r269908:kib2014-08-161-1/+1
* MFC r266609:kib2014-06-072-4/+30
* MFC r261354:kib2014-02-081-5/+8
* MFC r258499:kib2013-11-302-2/+10
* The SUSv4tc1 requires that pthread_setcancelstate() shall be not akib2013-06-191-1/+2
* Since the cause of the problems with the __fillcontextx() waskib2013-06-031-15/+7
* The getcontext() from the __fillcontextx() call in thekib2013-05-281-2/+7
* Partially apply the capitalization of the heading word of the sequencekib2013-05-271-3/+3
* Return one-based key so that user can check if the key is ever allocateddavidxu2013-05-161-4/+7
* Fix return value for setcontext and swapcontext.davidxu2013-05-091-4/+8
* Add accept4() system call.jilles2013-05-012-0/+27
* Remove extra code for SA_RESETHAND, it is not needed because kernel hasdavidxu2013-04-281-7/+0
* libthr: Fix a parameter name in an internal header file.jilles2013-04-271-1/+1
* Remove debug code.davidxu2013-04-181-1/+0
* Avoid copying memory if SIGCANCEL is not masked.davidxu2013-04-181-4/+14
* Revert revision 249323, the PR/177624 is confusing, that bug is causeddavidxu2013-04-181-1/+10
* libthr: Remove _thr_rtld_fini(), unused since r245630.jilles2013-04-122-12/+0
* swapcontext wrapper can not be implemented in C, the stack pointer saved indavidxu2013-04-101-10/+1
* libthr: Always use the threaded rtld lock implementation.jilles2013-01-182-5/+6
* In suspend_common(), don't wait for a thread which is in creation, becausedavidxu2012-08-275-4/+64
* Eliminate redundant code, _thr_spinlock_init() has already been calleddavidxu2012-08-231-3/+0
* Implement syscall clock_getcpuclockid2, so we can get a clock iddavidxu2012-08-171-1/+3
* Merging of projects/armv6, part 2gonzo2012-08-151-1/+13
* Do defered mutex wakeup once.davidxu2012-08-121-0/+1
* MFp4:davidxu2012-08-115-24/+38
* Don't forget to initialize return value.davidxu2012-07-201-1/+1
* Simplify code by replacing _thr_ref_add() with _thr_find_thread().davidxu2012-07-201-5/+1
* Eliminate duplicated code.davidxu2012-07-201-19/+10
* Don't assign same value.davidxu2012-07-202-6/+4
* Eliminate duplicated code.davidxu2012-07-201-29/+14
* Eliminate duplicated code.davidxu2012-07-201-30/+16
* Don't forget to release a thread reference count,davidxu2012-07-201-4/+2
* Return EBUSY for PTHREAD_MUTEX_ADAPTIVE_NP too when the mutex could notdavidxu2012-05-271-0/+1
* Create a common function lookup() to search a chan, this eliminatesdavidxu2012-05-101-5/+9
* Fix mis-merged line, move SC_LOOKUP() call todavidxu2012-05-051-1/+1
* MFp4:davidxu2012-05-033-1/+10
OpenPOWER on IntegriCloud