summaryrefslogtreecommitdiffstats
path: root/lib/libthr
Commit message (Expand)AuthorAgeFilesLines
* Fix name compatible problem with POSIX standard. the sigval_ptr anddavidxu2005-11-041-5/+5
* Remove a redundant _get_curthread() call.davidxu2005-11-021-1/+0
* In raise(), use a shortcut to directly send signal to current thread.davidxu2005-11-021-7/+2
* Fix some comments, eliminate a memory leak.davidxu2005-11-011-6/+13
* Use TIMERS_UNLOCK.davidxu2005-11-011-1/+1
* Add code to handle timer_delete(). The timer wrapper code is completelydavidxu2005-11-014-68/+268
* Add thread exit handler in timer_loop to handle broken buggy code whichdavidxu2005-10-301-1/+3
* Add timer_create wrapper.davidxu2005-10-302-0/+3
* Remove unused variable.davidxu2005-10-292-9/+0
* Kill unused variable declaration.davidxu2005-10-291-2/+0
* Link libthr to libpthread on Alpha and Sparc.davidxu2005-10-271-0/+10
* Add experiment code to implement POSIX timer's SIGEV_THREAD notification.davidxu2005-10-261-0/+168
* Follow the change in kernel, joiner thread just waits at thread iddavidxu2005-10-262-6/+10
* Put pthread_condattr_init sorted order.davidxu2005-10-251-1/+1
* Export following functions:davidxu2005-10-241-0/+6
* Add functions pthread_mutexattr_setpshared and pthread_mutexattr_getpshared.davidxu2005-10-241-0/+28
* The pthread_attr_set_createsuspend_np was broken, fix it bydavidxu2005-10-101-1/+1
* Sort function names.davidxu2005-10-041-2/+2
* Add function pthread_timedjoin_np, the function is similar with pthread_joindavidxu2005-10-042-9/+51
* Include needed headers that were obtained through <pthread.h>. Sort headersstefanf2005-09-013-1/+4
* - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution.stefanf2005-08-192-3/+3
* Add usleep to the map files.deischen2005-08-031-0/+2
* Add a cancellation point for usleep().deischen2005-08-031-0/+19
* Cast to uintptr_t to avoid compiler warning, it was broken bydavidxu2005-07-281-6/+12
* Bump the shared library version number of all libraries that have notkensmith2005-07-221-1/+1
* Fix off-by-one nanosecond bug in macro TIMESPEC_ADD.davidxu2005-06-221-1/+1
* Markup fixes.ru2005-06-161-2/+5
* Remove incorrect BUGS entry: libthr does support process-scope threadrwatson2005-06-151-5/+0
* Add a stub libthr(3) man page to document what it is and why, as well asrwatson2005-06-112-0/+74
* Remove COMPAT_32BIT, it is no longer needed.davidxu2005-04-271-5/+0
* Remove unused variable.davidxu2005-04-231-1/+0
* Now libthr only uses GDT based tls on i386. using LDT can only increasedavidxu2005-04-232-53/+3
* Use thr_new syscall to create a new thread, obscure context operationsdavidxu2005-04-233-24/+39
* Add i386_get_gsbase, i386_set_gsbase since old libc doesn't have thedavidxu2005-04-231-0/+14
* Adapt the libpthread patch for using i386_set_gsbase() to libthr.peter2005-04-142-16/+41
* Conditionally report initial thread event.davidxu2005-04-121-1/+2
* Add missing event reporting code.davidxu2005-04-121-0/+65
* Add debugger event reporting support, current only TD_CREATE and TD_DEATHdavidxu2005-04-129-16/+64
* Use the new atomic_cmpset_32().cognet2005-04-072-20/+0
* Adjust hash function for smaller pthread structure size.davidxu2005-04-071-1/+1
* Remove unique id field which is no longer used by debugger.davidxu2005-04-063-15/+2
* Remove debug symbol from installed library, one can alwaysdavidxu2005-04-061-1/+1
* Pass exact number of threads.davidxu2005-04-041-1/+1
* Export pthread_condattr_getclock, pthread_condattr_setclock.davidxu2005-04-031-0/+2
* Import my recent 1:1 threading working. some features improved includes:davidxu2005-04-0277-4641/+7200
* Increase the default stacksizes:marcus2005-03-063-15/+31
* Fix inverted #ifdef that I added. Who had the pointy hat last?peter2004-12-061-1/+1
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-273-2/+5
* Use the recently exposed fs/gs set functions when compiling libthr topeter2004-11-061-0/+12
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
OpenPOWER on IntegriCloud