Searched refs:jthread (Results 1 – 10 of 10) sorted by relevance
39 class _LIBCPP_AVAILABILITY_SYNC jthread {46 _LIBCPP_HIDE_FROM_ABI jthread() noexcept : __stop_source_(std::nostopstate) {} in jthread() function49 _LIBCPP_HIDE_FROM_ABI explicit jthread(_Fun&& __fun, _Args&&... __args) in jthread() function50 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 …]
17 // [thread.jthread.class], class jthread18 using std::jthread;
100 # include <__thread/jthread.h>
2087 module jthread { header "__thread/jthread.h" }
744 { include: [ "<__thread/jthread.h>", "private", "<thread>", "public" ] },
2055 THR_HEADERS+= jthread.h
1831 header "__thread/jthread.h"
1945 SYMBOL(jthread, std::, <thread>)