mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
bcabbe2c92
Using the new 'join()' function, the caller can explicitly block for the completion of the thread's 'entry()' function. The test case for this feature can be found at 'os/src/test/thread_join'. For hybrid Linux/Genode programs, the 'Thread_base::join()' does not map directly to 'pthread_join'. The latter function gets already called by the destructor of 'Thread_base'. According to the documentation, subsequent calls of 'pthread_join' for one thread may result in undefined behaviour. So we use a 'Genode::Lock' on this platform, which is in line with the other platforms. Related to #194, #501 |
||
---|---|---|
.. | ||
ahci.run | ||
chroot_loader.run | ||
chroot.run | ||
config_args.run | ||
demo.run | ||
dynamic_config_loader.run | ||
dynamic_config_slave.run | ||
dynamic_config.run | ||
framebuffer.run | ||
ldso.run | ||
loader.run | ||
part_blk.run | ||
ram_fs_chunk.run | ||
rom_blk.run | ||
sd_card_bench.run | ||
sd_card.run | ||
signal.run | ||
tar_rom.run | ||
terminal_crosslink.run | ||
thread_join.run | ||
timed_semaphore.run | ||
timer.run | ||
uart.run | ||
vmm.run |