Searched refs:jthread (Results 1 – 7 of 7) sorted by relevance
37 class _LIBCPP_AVAILABILITY_SYNC jthread {44 _LIBCPP_HIDE_FROM_ABI jthread() noexcept : __stop_source_(std::nostopstate) {} in jthread() function47 _LIBCPP_HIDE_FROM_ABI explicit jthread(_Fun&& __fun, _Args&&... __args) in jthread() function48 requires(!std::is_same_v<remove_cvref_t<_Fun>, jthread>) in jthread()57 _LIBCPP_HIDE_FROM_ABI ~jthread() { in ~jthread()64 jthread(const jthread&) = delete;66 _LIBCPP_HIDE_FROM_ABI jthread(jthread&&) noexcept = default;68 jthread& operator=(const jthread&) = delete;70 _LIBCPP_HIDE_FROM_ABI jthread& operator=(jthread&& __other) noexcept {84 _LIBCPP_HIDE_FROM_ABI void swap(jthread& __other) noexcept { in swap()[all …]
17 // [thread.jthread.class], class jthread19 using std::jthread;
94 # include <__thread/jthread.h>
1831 header "__thread/jthread.h"
1175 THR_HEADERS+= jthread.h
682 { include: [ "<__thread/jthread.h>", "private", "<thread>", "public" ] },
1912 SYMBOL(jthread, std::, <thread>)