| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-03-02 | Separate pthread_t from thread stack. Drop additional alignment | joerg | |
| restrictions on the thread stack. Remove remaining parts of stackid. | |||
| 2010-08-06 | move namespace protection before inclusion. | christos | |
| 2010-08-06 | Add a weak alias for pthread_attr_get_np. Noted my Matthias Drochner. | christos | |
| 2010-08-06 | Add pthread_getattr_np() | christos | |
| 2009-01-18 | fix -Wsign-compare issues | lukem | |
| 2008-10-10 | pthread_attr_getschedparam: allow without preceding setparam on the | ad | |
| attr structure. | |||
| 2008-06-28 | Now that we have all the scheduling gunk, make these do something useful: | ad | |
| pthread_attr_get_np pthread_attr_setschedparam pthread_attr_getschedparam pthread_attr_setschedpolicy pthread_attr_getschedpolicy | |||
| 2008-06-25 | pthread_attr_setstacksize: EINVAL if the requested size is less than | ad | |
| sysconf(_SC_THREAD_STACK_MIN). | |||
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin | |
| 2008-01-08 | add missing static decls. | christos | |
| 2007-08-16 | Remove PT_FIXEDSTACKSIZE_LG. | ad | |
| 2005-09-21 | pthread_attr_getschedpolicy() wasn't setting the return buffer at all. | tv | |
| SCHED_OTHER happens to be 0, so this assignment to "int *" succeeds, and becomes a no-op. Fix by dereferencing "policy" to do the assignment, thus filling the return buffer with 0. | |||
| 2004-12-29 | Implement pthread_attr_{set,get}schedpolicy() at the same level as the other | nathanw | |
| scheduling stuff: only handle SCHED_OTHER. Like the rest of the scheduling stuff, this is for the benefit of code that can't be bothered to test against _POSIX_THREAD_PRIORITY_SCHEDULING. | |||
| 2003-11-09 | Add: | christos | |
| int pthread_attr_setcreatesuspend_np(pthread_attr_t *); int pthread_suspend_np(pthread_t); int pthread_resume_np(pthread_t); needed for java. Approved and fixed by cl. | |||
| 2003-09-11 | sprinkle ARGSUSED for good cheer. | christos | |
| 2003-07-18 | pthread.c was getting a bit unwieldly. Move pthread_attr stuff out | nathanw | |
| into a new file, and put the shared private structure definition in pthread_int.h. | |||
