ObjFW  Check-in [b4023e6bc0]

Overview
Comment:Change the definition of thread priorities

The old definition was quite unpredictable and too platform-specific.
The new one defines -1.0 as lowest priority that still schedules, 0.0 as
the normal priority (meaning the same as the main thread) and +1.0 as
the highest priority that still allows getting preempted.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: b4023e6bc06c9190b1e8e693a2643f4e1b502b0a81d5ef41f33392580a232974
User & Date: js on 2016-03-28 16:50:16
Other Links: manifest | tags
Context
2016-03-28
19:33
URL encoding: Make sure an unsigned shift is used check-in: 179c625d15 user: js tags: trunk
16:50
Change the definition of thread priorities check-in: b4023e6bc0 user: js tags: trunk
11:26
Move Haiku-specific include to the right file check-in: f58ea581f0 user: js tags: trunk
Changes