[all-commits] [llvm/llvm-project] 544e38: [libc++] Utilities for implementing stop_token

Hui via All-commits all-commits at lists.llvm.org
Tue May 16 23:22:10 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 544e38ca439fae30cc3f0d569b4d0427ce57e507
      https://github.com/llvm/llvm-project/commit/544e38ca439fae30cc3f0d569b4d0427ce57e507
  Author: Hui <hui.xie0621 at gmail.com>
  Date:   2023-05-17 (Wed, 17 May 2023)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__stop_token/atomic_unique_lock.h
    A libcxx/include/__stop_token/intrusive_list_view.h
    A libcxx/include/__stop_token/intrusive_shared_ptr.h
    M libcxx/include/libcxx.imp
    M libcxx/include/module.modulemap.in
    M libcxx/test/libcxx/private_headers.verify.cpp
    A libcxx/test/libcxx/thread/thread.stoptoken/atomic_unique_lock.pass.cpp
    A libcxx/test/libcxx/thread/thread.stoptoken/intrusive_list_view.pass.cpp
    A libcxx/test/libcxx/thread/thread.stoptoken/intrusive_shared_ptr.pass.cpp

  Log Message:
  -----------
  [libc++] Utilities for implementing stop_token

This change contains three util classes that were out from D145183 to make incremental progress
- automic_unique_lock
- intrusive_list
- intrusive_shared_ptr

Differential Revision: https://reviews.llvm.org/D150205




More information about the All-commits mailing list