[all-commits] [llvm/llvm-project] 695138: [libc++] implement std::`jthread`

Hui via All-commits all-commits at lists.llvm.org
Sat Sep 16 11:55:47 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 695138ca8405779c2b7756cc31d887aa54f56bb8
      https://github.com/llvm/llvm-project/commit/695138ca8405779c2b7756cc31d887aa54f56bb8
  Author: Hui <hui.xie0621 at gmail.com>
  Date:   2023-09-16 (Sat, 16 Sep 2023)

  Changed paths:
    M libcxx/docs/UsingLibcxx.rst
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__stop_token/atomic_unique_lock.h
    M libcxx/include/__stop_token/stop_callback.h
    M libcxx/include/__stop_token/stop_state.h
    A libcxx/include/__thread/jthread.h
    M libcxx/include/module.modulemap.in
    M libcxx/include/thread
    M libcxx/modules/std/thread.inc
    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/thread/thread.jthread/assign.move.pass.cpp
    A libcxx/test/std/thread/thread.jthread/cons.default.pass.cpp
    A libcxx/test/std/thread/thread.jthread/cons.func.token.pass.cpp
    A libcxx/test/std/thread/thread.jthread/cons.move.pass.cpp
    A libcxx/test/std/thread/thread.jthread/copy.delete.compile.pass.cpp
    A libcxx/test/std/thread/thread.jthread/detach.pass.cpp
    A libcxx/test/std/thread/thread.jthread/dtor.pass.cpp
    A libcxx/test/std/thread/thread.jthread/get_id.pass.cpp
    A libcxx/test/std/thread/thread.jthread/get_stop_source.pass.cpp
    A libcxx/test/std/thread/thread.jthread/get_stop_token.pass.cpp
    A libcxx/test/std/thread/thread.jthread/hardware_concurrency.pass.cpp
    A libcxx/test/std/thread/thread.jthread/join.deadlock.pass.cpp
    A libcxx/test/std/thread/thread.jthread/join.pass.cpp
    A libcxx/test/std/thread/thread.jthread/joinable.pass.cpp
    A libcxx/test/std/thread/thread.jthread/nodiscard.verify.cpp
    A libcxx/test/std/thread/thread.jthread/request_stop.pass.cpp
    A libcxx/test/std/thread/thread.jthread/swap.free.pass.cpp
    A libcxx/test/std/thread/thread.jthread/swap.member.pass.cpp
    A libcxx/test/std/thread/thread.jthread/type.compile.pass.cpp

  Log Message:
  -----------
  [libc++] implement std::`jthread`




More information about the All-commits mailing list