thrd_current
From cppreference.com
| ヘッダ <threads.h>で定義 |
||
| thrd_t thrd_current( void ); |
(C11 以降) | |
呼び出し元のスレッドの識別子を返します。
目次 |
[編集] パラメータ
(なし)
[編集] 戻り値
呼び出し元のスレッドの識別子。
[編集] 参照
- C17標準 (ISO/IEC 9899:2018)
- 7.26.5.2 The thrd_current function (p: 279)
- C11標準 (ISO/IEC 9899:2011)
- 7.26.5.2 The thrd_current function (p: 383)
[編集] 関連項目
| C++ ドキュメント for get_id
|