mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 20:00:23 +00:00
0aedabd245
- readv_writev: move 'rw_lock' instance into a function scope, constructing the instance on the first access. - select: move 'select_cb_list' instance into function scope. - thread: move 'key_list_lock' and 'keys' into function scope. - rwlock, semaphore, socket_fs_plugin, thread, thread_create: instantiate 'Libc::Allocator' per use, alleviating the need for a global instance. Issue #3496