##
# (thread) , .
: ,
.
, .
, , , , , .
. , , . , , .
# Linux 1996 LinuxThreads, (Xavier Leroy). LinuxThreads Linux , . Linux NGPT (New Generation POSIX Threads) NPTL (Native POSIX Thread Library). 2002 NGPT
NPTL NPTL Linux. Linux POSIX, Linux POSIX- .
##
: *pthread_create ; *pthread_join ; *pthread_cancel ; *pthread_exit , pthread_join. exit, exit .
##
pthread_create, :
int pthread_create (pthread_t* tid, pthread_attr_t* attr,
void*(function)(void), void* arg)
# . pthread_t, . pthread_attr_t . pthread_create . , main . pthread_create void*. . pthread_create .
#
: *pthread_mutex_init ; *pthread_mutex_destroy ; *pthread_mutex_lock . , , * ; *pthread_mutex_unlock .