genode/repos/libports/include
Norman Feske fd401bdf53 Thread API cleanup
This patch cleans up the thread API and comes with the following
noteworthy changes:

- Introduced Cpu_session::Weight type that replaces a formerly used
  plain integer value to prevent the accidental mix-up of
  arguments.
- The enum definition of Cpu_session::DEFAULT_WEIGHT moved to
  Cpu_session::Weight::DEFAULT_WEIGHT
- New Thread constructor that takes a 'Env &' as first argument.
  The original constructors are now marked as deprecated. For the
  common use case where the default 'Weight' and 'Affinity' are
  used, a shortcut is provided. In the long term, those two
  constructors should be the only ones to remain.
- The former 'Thread<>' class template has been renamed to
  'Thread_deprecated'.
- The former 'Thread_base' class is now called 'Thread'.
- The new 'name()' accessor returns the thread's name as 'Name'
  object as centrally defined via 'Cpu_session::Name'. It is meant to
  replace the old-fashioned 'name' method that takes a buffer and size
  as arguments.
- Adaptation of the thread test to the new API

Issue #1954
2016-05-23 15:49:55 +02:00
..
EGL Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
freetype-genode Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
fribidi Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
fuse Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
gcc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
gmp Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
jpeg Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
libavutil Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
libc-genode Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
libc-plugin libc: qualify Plugin_context as base class 2016-04-25 10:48:02 +02:00
lwip lwip: log thread and sleep forever in assert() 2015-09-30 12:20:40 +02:00
ncurses libports: migrate to new ports mechanism 2014-05-27 11:14:42 +02:00
python Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
qemu qemu-usb: xHCI model as library 2016-02-05 10:47:43 +01:00
qt5 Thread API cleanup 2016-05-23 15:49:55 +02:00
readline Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
SDL libports: migrate to new ports mechanism 2014-05-27 11:14:42 +02:00
stdcxx stdcxx: re-enable _GLIBCXX_USE_C99_STDINT_TR1 2015-06-03 12:53:47 +02:00
x86emu libports: fix warning in x86emu 2016-03-07 12:34:46 +01:00