This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
lib
/
libthr
History
David Xu
4877aaebc1
Reuse nwaiter member field to record number of waiters, in sem_post(),
...
this should reduce the chance having to do a syscall when there is no waiter in the semaphore.
2007-11-21 06:01:02 +00:00
..
arch
- Remove variable _thr_scope_system, all threads are system scope.
2006-12-15 11:52:01 +00:00
support
…
sys
__error could be called too early before libthr is initialized, test
2006-07-12 03:44:05 +00:00
thread
Reuse nwaiter member field to record number of waiters, in sem_post(),
2007-11-21 06:01:02 +00:00
libthr.3
- Stop calling libthr alternative as it's now the default
2007-10-22 10:13:38 +00:00
Makefile
Remove warning level and aliasing restrictions.
2007-11-21 05:29:57 +00:00
pthread.map
Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.
2007-05-13 14:12:40 +00:00