マルチスレッドのプログラミング

スレッド識別子の獲得

呼び出しスレッドの ID を取得するには、thr_self(3C) を使用します。POSIX スレッドの場合については、pthread_self の構文」を参照してください。

thr_self の構文

#include <thread.h>

thread_t thr_self(void);

thr_self の戻り値

エラーが未定義です。