Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid various shadowed variables. libthr is now almost WARNS=4 clean except | delphij | 2008-04-23 | 1 | -9/+9 |
| | | | | | | for some const dequalifiers that needs more careful investigation. Ok'ed by: davidxu | ||||
* | Compile libthr with warnings. | ru | 2008-03-25 | 1 | -6/+6 |
| | |||||
* | Fix a bug when calculating remnant size. | davidxu | 2008-03-06 | 1 | -1/+1 |
| | |||||
* | Check actual size of cpuset kernel is using and define underscore version | davidxu | 2008-03-05 | 1 | -7/+42 |
| | | | | of API. | ||||
* | implement pthread_attr_getaffinity_np and pthread_attr_setaffinity_np. | davidxu | 2008-03-04 | 1 | -1/+58 |
| | |||||
* | Remove 3rd clause, renumber, ok per email | imp | 2007-01-12 | 1 | -4/+1 |
| | |||||
* | Use kernel facilities to support real-time scheduling. | davidxu | 2006-07-12 | 1 | -2/+10 |
| | |||||
* | - Use same priority range returned by kernel's sched_get_priority_min() | davidxu | 2006-04-27 | 1 | -13/+17 |
| | | | | | and sched_get_priority_max() syscalls. - Remove unused fields from structure pthread_attr. | ||||
* | WARNS level 4 cleanup. | davidxu | 2006-04-04 | 1 | -0/+2 |
| | |||||
* | Return real detached state. | davidxu | 2006-01-09 | 1 | -0/+2 |
| | |||||
* | Import my recent 1:1 threading working. some features improved includes: | davidxu | 2005-04-02 | 1 | -236/+339 |
| | | | | | | | | | | | | | | | | 1. fast simple type mutex. 2. __thread tls works. 3. asynchronous cancellation works ( using signal ). 4. thread synchronization is fully based on umtx, mainly, condition variable and other synchronization objects were rewritten by using umtx directly. those objects can be shared between processes via shared memory, it has to change ABI which does not happen yet. 5. default stack size is increased to 1M on 32 bits platform, 2M for 64 bits platform. As the result, some mysql super-smack benchmarks show performance is improved massivly. Okayed by: jeff, mtm, rwatson, scottl | ||||
* | Move the weak references to the top of the file to conform | mtm | 2004-02-18 | 1 | -43/+22 |
| | | | | to the format of other similar files in libthr. | ||||
* | - Add libthr but don't hook it up to the regular build yet. This is an | jeff | 2003-04-01 | 1 | -0/+450 |
adaptation of libc_r for the thr system call interface. This is beta quality code. |