svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
thr_self(3c)
Standard C Library Functions thr_self(3C)
NAME
thr_self - get calling thread's ID
SYNOPSIS
#include <thread.h>
typedef unsigned int thread_t;
thread_t thr_self(void);
DESCRIPTION
thr_self() returns the thread ID of the calling thread.
ERRORS
No errors are defined.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ MT-LevelMT-Safe
SEE ALSO
thr_create(3C), attributes(7), standards(7)
Oracle Solaris 11.4 15 May 2014 thr_self(3C)