summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/pthread_private.h
Commit message (Expand)AuthorAgeFilesLines
* Revamp suspend and resume. While I'm here add pthread_suspend_all_np()deischen2002-05-241-27/+4
* Undo namespace pollution by prefixing the globals pthread_guard_default andalfred2002-05-151-2/+2
* Don't use PAGE_SIZE in userland, instead use getpagesize(), this is toalfred2002-05-131-5/+5
* Add the ability to recognize old references to keys, and return NULLdeischen2002-03-191-10/+8
* Don't rely on <sys/signal.h> to include <sys/ucontext.h>deischen2002-02-171-0/+1
* This has been sitting in my local tree long enough. Remove the usedeischen2002-02-091-46/+9
* Use the real function address (instead of function address + 8) for thedeischen2001-12-221-2/+2
* Fix pthread_join so that it works if the target thread exits whiledeischen2001-11-171-2/+11
* Make libc_r check the kern.usrstack sysctl instead of using internalpeter2001-10-261-0/+7
* Style: sort __sys_foo() prototypes, tabs -> spaces, etc.ru2001-10-261-78/+78
* Removed:ru2001-10-261-14/+10
* Fix a bug in canceling joining threads.jasone2001-08-161-0/+1
* Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used tojasone2001-07-201-38/+12
* Fix a race condition in pthread_join(). All of the following must occurjasone2001-06-271-1/+0
* Instead of using a join queue for each thread, use a single pointer tojasone2001-05-201-17/+16
* Add thread safety wrappers for the posix1e syscalls that deal with filetmm2001-04-041-0/+14
* Limit threads clock resolution to no less than 1000usec (1000Hz).deischen2001-02-261-0/+1
* Remove (int) file descriptor locking. It should be up to thedeischen2001-02-111-2/+1
* s/_thread_sys_write/__sys_write/deischen2001-01-311-2/+2
* Unbreak world by correctly specifying the prototype for __sys_aio_suspend.deischen2001-01-291-1/+1
* _exit in libc is now __sys_exit not __sys__exit.deischen2001-01-291-3/+3
* Add weak definitions for wrapped system calls. In general:deischen2001-01-241-140/+81
* Fix MD macros to work for alpha. Without this fix, threads under alphadeischen2000-11-201-4/+4
* When entering the scheduler from the signal handler, telldeischen2000-11-141-1/+4
* Don't needlessly poll file descriptors when there are nodeischen2000-11-091-31/+38
* Try and get libc_r to compile again on the alpha after deischen's commitpeter2000-10-171-3/+3
* Implement zero system call thread switching. Performance ofdeischen2000-10-131-121/+295
* Add thread-safe wrapper for fpathconf(2) syscall.sobomax2000-09-191-0/+1
* Add wrapper for kevent() syscalljlemon2000-08-071-1/+1
* If multiple threads are blocked in sigwait() for the same signal that doesjasone2000-06-271-0/+7
* pthread_mutex_lock(), pthread_cond_trywait(), and pthread_cond_wait() arejasone2000-06-141-1/+12
* Back out the previous change to the queue(3) interface.jake2000-05-261-20/+20
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-20/+20
* Explicitly include sys/cdefs.h to get the definition of __strong_reference(),jasone2000-03-181-0/+1
* Fix pthread_suspend_np/pthread_resume_np. For the record, suspending adeischen2000-03-151-1/+3
* Minor *jmp() cleanups.jasone2000-01-201-2/+3
* Add sem_*() functions. Named semaphores and process-shared semaphoresjasone2000-01-201-0/+12
* Do signal deferral for pthread_kill() as it was done in the old days.jasone2000-01-201-5/+0
* Implement continuations to correctly handle [sig|_]longjmp() inside of ajasone2000-01-191-1/+52
* Don't explicitly mmap() red zones at the bottom of thread stacks (exceptjasone1999-12-291-5/+18
* Fixes for signal handling:deischen1999-12-171-1/+3
* Change signal handling to conform to POSIX specified semantics.deischen1999-12-041-2/+6
* * Fix the stack allocation code so that it works for alpha. Change itdfr1999-11-281-1/+3
* add pthread_cancel, obtained from OpenBSD.alfred1999-11-281-6/+27
* sigset_t change (part 5 of 5)marcel1999-09-291-5/+5
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix thread initialization to allow for the case where stdio filedeischen1999-08-051-3/+3
* Use USRSTACK (defined in <machine/vmparam.h>) to get top of the initial stack.dt1999-07-121-13/+2
* Modify previous changes to conform better to libc_r's coding style.jasone1999-07-111-5/+9
* Always use growable thread stacks on the i386. The VM_STACK kernel optionjasone1999-07-061-14/+10
OpenPOWER on IntegriCloud