NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
thread 成员列表

成员的完整列表,这些成员属于 thread,包括所有继承而来的类成员

detach()thread
get_id() const noexceptthreadinline
join()thread
joinable() const noexceptthreadinline
name(char *buffer, size_t size) constthread
name(native_handle_type handle, char *buffer, size_t size)threadstatic
native_handle() const noexceptthreadinline
native_handle_type typedefthread
operator=(thread &&other) noexceptthread
set_name(const char *name)thread
set_name(native_handle_type handle, const char *name)threadstatic
start(F &&f, Args &&... args)threadinline
swap(thread &other) noexceptthread
thread() noexcept=defaultthread
thread(F &&f, Args &&... args)threadinlineexplicit
thread(thread &&other) noexceptthread
~thread()thread