Home
last modified time | relevance | path

Searched refs:jthread (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Djthread.h39 class _LIBCPP_AVAILABILITY_SYNC jthread {
46 _LIBCPP_HIDE_FROM_ABI jthread() noexcept : __stop_source_(std::nostopstate) {} in jthread() function
49 _LIBCPP_HIDE_FROM_ABI explicit jthread(_Fun&& __fun, _Args&&... __args) in jthread() function
50 requires(!std::is_same_v<remove_cvref_t<_Fun>, jthread>) in jthread()
59 _LIBCPP_HIDE_FROM_ABI ~jthread() { in ~jthread()
66 jthread(const jthread&) = delete;
68 _LIBCPP_HIDE_FROM_ABI jthread(jthread&&) noexcept = default;
70 jthread& operator=(const jthread&) = delete;
72 _LIBCPP_HIDE_FROM_ABI jthread& operator=(jthread&& __other) noexcept {
86 _LIBCPP_HIDE_FROM_ABI void swap(jthread& __other) noexcept { in swap()
[all …]
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dthread.cppm
H A Dthread.inc17 // [thread.jthread.class], class jthread
18 using std::jthread;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dthread100 # include <__thread/jthread.h>
H A Dmodule.modulemap.in2087 module jthread { header "__thread/jthread.h" }
/freebsd/lib/libc++/
H A Dmodule.modulemap2087 module jthread { header "__thread/jthread.h" }
H A Dlibcxx.imp744 { include: [ "<__thread/jthread.h>", "private", "<thread>", "public" ] },
H A DMakefile2055 THR_HEADERS+= jthread.h
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dmodule.modulemap1831 header "__thread/jthread.h"
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1945 SYMBOL(jthread, std::, <thread>)