summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_attr.c
Commit message (Expand)AuthorAgeFilesLines
* Use sysctl kern.sched.cpusetsize to retrieve size of kernel cpuset.davidxu2010-11-021-8/+5
* Check small set and reject it, this is how kernel did. Always use thedavidxu2010-10-271-37/+32
* - Revert r214409.davidxu2010-10-271-5/+6
* Fix typo.davidxu2010-10-251-1/+1
* Get cpuset in pthread_attr_get_np() and free it in pthread_attr_destroy().davidxu2010-10-251-10/+29
* Convert thread list lock from mutex to rwlock.davidxu2010-09-131-6/+7
* Avoid various shadowed variables. libthr is now almost WARNS=4 clean exceptdelphij2008-04-231-9/+9
* Compile libthr with warnings.ru2008-03-251-6/+6
* Fix a bug when calculating remnant size.davidxu2008-03-061-1/+1
* Check actual size of cpuset kernel is using and define underscore versiondavidxu2008-03-051-7/+42
* implement pthread_attr_getaffinity_np and pthread_attr_setaffinity_np.davidxu2008-03-041-1/+58
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
* Use kernel facilities to support real-time scheduling.davidxu2006-07-121-2/+10
* - Use same priority range returned by kernel's sched_get_priority_min()davidxu2006-04-271-13/+17
* WARNS level 4 cleanup.davidxu2006-04-041-0/+2
* Return real detached state.davidxu2006-01-091-0/+2
* Import my recent 1:1 threading working. some features improved includes:davidxu2005-04-021-236/+339
* Move the weak references to the top of the file to conformmtm2004-02-181-43/+22
* - Add libthr but don't hook it up to the regular build yet. This is anjeff2003-04-011-0/+450
OpenPOWER on IntegriCloud