genode/repos/ports/src/virtualbox
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
..
accloff vbox: replace alarm_timer thread with trigger_once 2015-09-30 15:48:12 +02:00
frontend vbox: remove USB (OHCI) pass-through support 2016-02-05 10:47:44 +01:00
include vbox: enable clipboard support" 2015-10-09 16:38:48 +02:00
patches vbox: remove USB (OHCI) pass-through support 2016-02-05 10:47:44 +01:00
spec/nova Thread API cleanup 2016-05-23 15:49:55 +02:00
audiodrv.cpp vbox: use ring buffer in audio backend 2015-11-09 13:08:31 +01:00
devices.cc vbox: xHCI device model for USB pass-through 2016-02-05 10:47:44 +01:00
devxhci.cc vbox: xHCI device model for USB pass-through 2016-02-05 10:47:44 +01:00
drivers.cc vbox: enable preliminary audio support 2015-08-21 11:00:57 +02:00
dummies.cc vbox: enable dumping GuruMeditations messages 2015-01-20 11:23:50 +01:00
dynlib.cc vbox: enable clipboard support" 2015-10-09 16:38:48 +02:00
guest_memory.h vbox: 64-bit guest support 2015-11-29 18:17:06 +01:00
hm.cc vbox: 64-bit guest support 2015-11-29 18:17:06 +01:00
iommio.cc vbox: support unaligned mmio writes 2016-02-05 10:47:43 +01:00
ioport.cc vbox: make I/O port access less noisy 2015-09-30 15:48:12 +02:00
libc.cc Thread API cleanup 2016-05-23 15:49:55 +02:00
logger.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
mm.cc Consolidate RM service into PD session 2016-05-09 13:10:51 +02:00
network.cpp vbox: implement 'drvNicAsyncIoWakeup()' 2016-02-26 11:36:54 +01:00
pdm.cc vbox: enable usb support for guests 2015-03-13 12:17:23 +01:00
pgm.cc base: remove 'Native_utcb' from public API 2016-03-17 17:02:04 +01:00
rt.cc vbox: update to virtualbox 4.3.16 2014-11-28 12:02:40 +01:00
sup.cc Thread API cleanup 2016-05-23 15:49:55 +02:00
sup.h vbox: replace alarm_timer thread with trigger_once 2015-09-30 15:48:12 +02:00
target.mk vbox: remove USB (OHCI) pass-through support 2016-02-05 10:47:44 +01:00
thread.cc Thread API cleanup 2016-05-23 15:49:55 +02:00
unimpl.cc vbox: remove USB (OHCI) pass-through support 2016-02-05 10:47:44 +01:00
util.h vbox: update to virtualbox 4.3.16 2014-11-28 12:02:40 +01:00
vmm_memory.h Consolidate RM service into PD session 2016-05-09 13:10:51 +02:00