cppreference.com
创建帐户
登录
命名空间
页面
讨论
变体
视图
视图
编辑
历史
操作
thrd_current
来自 cppreference.com
<
c
|
thread
C
编译器支持
语言
头文件
类型支持
程序实用程序
可变参数函数支持
错误处理
动态内存管理
字符串库
算法
数值
日期和时间实用程序
输入/输出支持
本地化支持
并发支持
(C11)
技术规范
符号索引
[编辑]
并发支持库
线程
thrd_create
thrd_equal
thrd_current
thrd_sleep
thrd_yield
thrd_exit
thrd_detach
thrd_join
thrd_success
thrd_timedout
thrd_busy
thrd_nomem
thrd_error
原子操作
atomic_init
ATOMIC_VAR_INIT
(直到 C23)
ATOMIC_***_LOCK_FREE
atomic_is_lock_free
atomic_store
atomic_load
atomic_exchange
atomic_compare_exchange
atomic_fetch_add
atomic_fetch_sub
atomic_fetch_or
atomic_fetch_xor
atomic_fetch_and
原子标志
atomic_flag
ATOMIC_FLAG_INIT
atomic_flag_test_and_set
atomic_flag_clear
内存排序
memory_order
kill_dependency
atomic_thread_fence
atomic_signal_fence
互斥
mtx_init
mtx_lock
mtx_timedlock
mtx_trylock
call_once
mtx_unlock
mtx_destroy
mtx_plain
mtx_recursive
mtx_timed
条件变量
cnd_init
cnd_signal
cnd_broadcast
cnd_wait
cnd_timedwait
cnd_destroy
线程本地存储
thread_local
TSS_DTOR_ITERATIONS
tss_create
tss_get
tss_set
tss_delete
[编辑]
定义于头文件
<threads.h>
中
thrd_t
thrd_current
(
void
)
;
(自 C11 起)
返回调用线程的标识符。
内容
1
参数
2
返回值
3
参考
4
另请参阅
[
编辑
]
参数
(无)
[
编辑
]
返回值
调用线程的标识符。
[
编辑
]
参考
C17 标准 (ISO/IEC 9899:2018)
7.26.5.2 thrd_current 函数 (p: 279)
C11 标准 (ISO/IEC 9899:2011)
7.26.5.2 thrd_current 函数 (p: 383)
[
编辑
]
另请参阅
C++ 文档
for
get_id