[all-commits] [llvm/llvm-project] 8004ce: [libc] Move thread sync when closing port earlier
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Apr 4 11:35:17 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8004ce236795d48063c636d1ce4818ebcb526b21
https://github.com/llvm/llvm-project/commit/8004ce236795d48063c636d1ce4818ebcb526b21
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
M libc/src/__support/RPC/rpc.h
Log Message:
-----------
[libc] Move thread sync when closing port earlier
Summary:
This synchronization should be done before we handle the logic relating
to closing the port. This isn't majorly important now but it would break
if we ever decided to run a server on the GPU.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list