[all-commits] [llvm/llvm-project] 569814: [libc] Implement pwait2 using pwait (#99781)

Mikhail R. Gadelha via All-commits all-commits at lists.llvm.org
Sat Jul 20 13:28:00 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 569814e862a7ce1de3144e76d0a97253ac161d05
      https://github.com/llvm/llvm-project/commit/569814e862a7ce1de3144e76d0a97253ac161d05
  Author: Mikhail R. Gadelha <mikhail at igalia.com>
  Date:   2024-07-20 (Sat, 20 Jul 2024)

  Changed paths:
    M libc/src/sys/epoll/linux/epoll_pwait2.cpp

  Log Message:
  -----------
  [libc] Implement pwait2 using pwait (#99781)

This patch implements pwait2 using pwait. The implementation is an
approximation of pwait2, since pwait only only supports timeouts in
milliseconds, not nanoseconds, as required by pwait2.



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