History log of /dflybsd-src/lib/libthread_xu/thread/thr_concurrency.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 6be5672c 16-Sep-2016 zrj <rimvydas.jasinskas@gmail.com>

pthread: Fix some warnings, do not raise WARNS to 6.

Using -Os will create lots of -Winline, thus leave at 5 by default.
Sorry for __is_threaded.


# f049c502 16-Sep-2016 zrj <rimvydas.jasinskas@gmail.com>

pthread: Fix return value for pthread_attr_setschedpolicy()

There are to possible interpretations of ENOTSUP in POSIX specs.
After some research and trial and error testing for now stick to:
on unsu

pthread: Fix return value for pthread_attr_setschedpolicy()

There are to possible interpretations of ENOTSUP in POSIX specs.
After some research and trial and error testing for now stick to:
on unsupported [known] attribute ENOTSUP should be returned.
Check sched parameters explictly.

While there, rename too generic local variable 'local' and
move up the <sys/syscall.h> include.

show more ...


# 19451dc5 16-Sep-2016 zrj <rimvydas.jasinskas@gmail.com>

pthread: General pre-cleanup (style, typos etc)

No functional change.


# fc71f871 06-Apr-2006 David Xu <davidxu@dragonflybsd.org>

WARNS level 4 cleanup.


# 5a1048c8 05-Apr-2006 David Xu <davidxu@dragonflybsd.org>

Convert weak reference to strong reference so that static library
will work better.


# 960dc1b5 21-Feb-2005 David Xu <davidxu@dragonflybsd.org>

Remove unused macro.


# 71b3fa15 01-Feb-2005 David Xu <davidxu@dragonflybsd.org>

Import initial version of 1:1 pthread library.