Fri, 08 May 2026 22:05:20 CST | login

Information for build libdispatch-5.9-1.ocs23

ID7910
Package Namelibdispatch
Version5.9
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/libdispatch.git?.#9d9483a06da37cc2819f95503a23fd95bdf3c85a
SummaryApple's Grand Central Dispatch library
DescriptionGrand Central Dispatch (GCD or libdispatch) provides comprehensive support for concurrent code execution on multicore hardware. libdispatch is currently available on all Darwin platforms. This project aims to make a modern version of libdispatch available on all other Swift platforms. To do this, we will implement as much of the portable subset of the API as possible, using the existing open source C implementation. libdispatch on Darwin is a combination of logic in the xnu kernel alongside the user-space Library. The kernel has the most information available to balance workload across the entire system. As a first step, however, we believe it is useful to bring up the basic functionality of the library using user-space pthread primitives on Linux. Eventually, a Linux kernel module could be developed to support more informed thread scheduling.
Built byfanjunkong
State complete
Volume DEFAULT
StartedWed, 08 May 2024 17:17:34 CST
CompletedWed, 08 May 2024 17:20:06 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/libdispatch.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/libdispatch.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
libdispatch-5.9-1.ocs23.src.rpm (info) (download)
aarch64
libdispatch-5.9-1.ocs23.aarch64.rpm (info) (download)
libdispatch-devel-5.9-1.ocs23.aarch64.rpm (info) (download)
libdispatch-debuginfo-5.9-1.ocs23.aarch64.rpm (info) (download)
libdispatch-debugsource-5.9-1.ocs23.aarch64.rpm (info) (download)
x86_64
libdispatch-5.9-1.ocs23.x86_64.rpm (info) (download)
libdispatch-devel-5.9-1.ocs23.x86_64.rpm (info) (download)
libdispatch-debuginfo-5.9-1.ocs23.x86_64.rpm (info) (download)
libdispatch-debugsource-5.9-1.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 5.9-1 - initial build