| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
sigev_generation to be unsigned
MFC after: 1 month
Notes:
svn path=/head/; revision=181778
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Warning, after symbol versioning is enabled, going back is not easy
(use WITHOUT_SYMVER at your own risk).
Change the default thread library to libthr.
There most likely still needs to be a version bump for at least the
thread libraries. If necessary, this will happen later.
Notes:
svn path=/head/; revision=169524
|
|
|
|
| |
Notes:
svn path=/head/; revision=169098
|
|
|
|
| |
Notes:
svn path=/head/; revision=169090
|
|
|
|
|
|
|
| |
instead of pthread_create.
Notes:
svn path=/head/; revision=157242
|
|
|
|
| |
Notes:
svn path=/head/; revision=157078
|
|
|
|
| |
Notes:
svn path=/head/; revision=156734
|
|
|
|
| |
Notes:
svn path=/head/; revision=156529
|
|
|
|
|
|
|
| |
serialized.
Notes:
svn path=/head/; revision=156414
|
|
|
|
| |
Notes:
svn path=/head/; revision=156384
|
|
|
|
|
|
|
|
|
| |
POSIX implies that the user callback function must be executed in clean
environment.
2. Use newly introduced pthread stubs in libc.
Notes:
svn path=/head/; revision=156383
|
|
|
|
|
|
|
|
|
|
|
| |
is default and caller does not require dedicated thread. timer needs
a dedicated thread to maintain overrun count correctly in notification
context. mqueue and aio can use thread pool to do notification
concurrently, the thread pool has lifecycle control, some threads will
exit if they have idled for a while.
Notes:
svn path=/head/; revision=156267
|
|
|
|
| |
Notes:
svn path=/head/; revision=156265
|
|
|
|
|
|
|
|
| |
2. Save and restore syscall errno correctly.
3. Style fix.
Notes:
svn path=/head/; revision=156194
|
|
|
|
| |
Notes:
svn path=/head/; revision=156193
|
|
|
|
| |
Notes:
svn path=/head/; revision=156192
|
|
|
|
| |
Notes:
svn path=/head/; revision=156142
|
|
|
|
| |
Notes:
svn path=/head/; revision=156141
|
|
Current the library implements mqueue, timer and aio with SIGEV_THREAD
notification supported.
Earlier version reviewed by: deischen
Notes:
svn path=/head/; revision=156136
|