[all-commits] [llvm/llvm-project] b77e50: [libc++] Implement `stop_token`

Hui via All-commits all-commits at lists.llvm.org
Mon Jun 5 07:11:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b77e50e6aef5650d1ce0ce7ad1a41049395b9426
      https://github.com/llvm/llvm-project/commit/b77e50e6aef5650d1ce0ce7ad1a41049395b9426
  Author: Hui <hui.xie0621 at gmail.com>
  Date:   2023-06-05 (Mon, 05 Jun 2023)

  Changed paths:
    M libcxx/docs/Status/Cxx20.rst
    M libcxx/docs/Status/Cxx20Issues.csv
    M libcxx/docs/Status/Cxx20Papers.csv
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__stop_token/atomic_unique_lock.h
    A libcxx/include/__stop_token/stop_callback.h
    A libcxx/include/__stop_token/stop_source.h
    A libcxx/include/__stop_token/stop_state.h
    A libcxx/include/__stop_token/stop_token.h
    M libcxx/include/module.modulemap.in
    A libcxx/include/stop_token
    M libcxx/test/libcxx/transitive_includes.sh.cpp
    M libcxx/test/libcxx/transitive_includes/cxx03.csv
    M libcxx/test/libcxx/transitive_includes/cxx11.csv
    M libcxx/test/libcxx/transitive_includes/cxx14.csv
    M libcxx/test/libcxx/transitive_includes/cxx17.csv
    M libcxx/test/libcxx/transitive_includes/cxx20.csv
    M libcxx/test/libcxx/transitive_includes/cxx23.csv
    M libcxx/test/libcxx/transitive_includes/cxx26.csv
    A libcxx/test/std/language.support/support.limits/support.limits.general/stop_token.version.compile.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/nostopstate/cons.default.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stopcallback/cons.const.token.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stopcallback/cons.rvalue.token.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stopcallback/copy.move.compile.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stopcallback/ctad.compile.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stopcallback/dtor.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stopcallback/typedef.compile.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stopsource/assign.copy.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stopsource/cons.copy.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stopsource/cons.default.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stopsource/cons.move.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stopsource/cons.nostopstate.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stopsource/equals.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stopsource/get_token.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stopsource/move.copy.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stopsource/nodiscard.verify.cpp
    A libcxx/test/std/thread/thread.stoptoken/stopsource/request_stop.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stopsource/stop_possible.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stopsource/stop_requested.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stopsource/swap.free.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stopsource/swap.member.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stoptoken/assign.copy.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stoptoken/assign.move.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stoptoken/cons.copy.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stoptoken/cons.default.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stoptoken/cons.move.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stoptoken/equals.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stoptoken/nodiscard.verify.cpp
    A libcxx/test/std/thread/thread.stoptoken/stoptoken/stop_possible.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stoptoken/stop_requested.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stoptoken/swap.free.pass.cpp
    A libcxx/test/std/thread/thread.stoptoken/stoptoken/swap.member.pass.cpp
    M libcxx/utils/generate_feature_test_macro_components.py
    M libcxx/utils/libcxx/test/header_information.py

  Log Message:
  -----------
  [libc++] Implement `stop_token`

Implement stop_token
http://eel.is/c++draft/thread.stoptoken




More information about the All-commits mailing list