| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r318539 r318580 r318581 r318584 r318749 r318952 r318953 r318955 | vangyzen | 2017-06-01 | 1 | -24/+47 |
* | Use __FBSDID() for .c files from lib/libthr/thread. | kib | 2016-04-08 | 1 | -2/+3 |
* | Assert that the lock objects put into the off-page, fit into the page. | kib | 2016-04-08 | 1 | -0/+3 |
* | Implement process-shared locks support for libthr.so.3, without | kib | 2016-02-28 | 1 | -18/+42 |
* | Follow changes made in revision 232144, pass absolute timeout to kernel, | davidxu | 2012-02-27 | 1 | -24/+2 |
* | Revert revision 214007, I realized that MySQL wants to resolve | davidxu | 2010-10-20 | 1 | -23/+2 |
* | Add pthread_rwlockattr_setkind_np and pthread_rwlockattr_getkind_np, the | davidxu | 2010-10-18 | 1 | -2/+23 |
* | In current code, statically initialized and destroyed object have | davidxu | 2010-09-28 | 1 | -58/+25 |
* | In the current code, rdlock_count is not correctly handled for some cases. | attilio | 2009-07-06 | 1 | -1/+2 |
* | don't include pthread_np.h, it is not used. | davidxu | 2008-04-14 | 1 | -1/+0 |
* | Replace userland rwlock with a pure kernel based rwlock, the new | davidxu | 2008-04-02 | 1 | -217/+93 |
* | Restore normal pthread_cond_signal path to avoid some obscure races. | davidxu | 2008-04-01 | 1 | -2/+3 |
* | return EAGAIN early rather than running bunch of code later, micro optimize | davidxu | 2008-04-01 | 1 | -1/+3 |
* | Rewrite rwlock to user atomic operations to change rwlock state, this | davidxu | 2008-03-31 | 1 | -140/+223 |
* | Remove multiple _get_curthread() calls. | davidxu | 2006-04-23 | 1 | -4/+1 |
* | WARNS level 4 cleanup. | davidxu | 2006-04-04 | 1 | -1/+1 |
* | Import my recent 1:1 threading working. some features improved includes: | davidxu | 2005-04-02 | 1 | -316/+263 |
* | o Assertions to catch that stuff that shouldn't happen is not happening. | mtm | 2004-07-30 | 1 | -20/+16 |
* | There are consumers of rwlocks, inluding our own libc, that depend on | mtm | 2004-02-18 | 1 | -96/+24 |
* | I update the rwlock code in libthr to be more standards compliant and | mtm | 2004-01-29 | 1 | -12/+119 |
* | Implement reference counting of read-write locks. This uses | mtm | 2004-01-19 | 1 | -8/+133 |
* | Add an implementation of pthread_rwlock_timed{rd,wr}lock() to libthr with | mtm | 2004-01-16 | 1 | -11/+54 |
* | o We are not required to initialize an invalid rwlock. So axe all that | mtm | 2004-01-16 | 1 | -160/+93 |
* | - Add libthr but don't hook it up to the regular build yet. This is an | jeff | 2003-04-01 | 1 | -0/+341 |