genode/repos/dde_linux/src/lib/usb/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
..
spec dde_linux: stack alignment on x86_64 in wifi/usb 2015-09-30 12:20:41 +02:00
storage Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
extern_c_begin.h usb_drv: Remote USB driver interface 2015-02-16 13:40:33 +01:00
extern_c_end.h usb_drv: Remote USB driver interface 2015-02-16 13:40:33 +01:00
list.h usb_drv: remove dde_kit 2015-06-22 14:43:33 +02:00
lx_emul.h usb_drv: change Usb session and raw driver 2016-01-27 16:15:34 +01:00
platform.h usb_drv: generate a device list report 2015-05-26 09:39:46 +02:00
routine.h Thread API cleanup 2016-05-23 15:49:55 +02:00
signal.h usb_drv: use heap for vmalloc allocations 2015-07-07 19:48:06 +02:00
usb_nic_component.h nic session: fix quota check 2015-10-09 16:38:48 +02:00