스레드,thread

스레드,thread (rev. 1.8)

프로세스,process 안의 더 작은 실행 단위.

리눅스_커널,Linux_kernel 스레드 패키지는 POSIX 1003.1c 표준과 호환된다.

MKLINK
concurrency
concurrent_programming - 멀티스레드 프로그래밍 (multithread programming ? multithreaded programming ?)과 차이?
실행,execution - del ok
multithreading
shared_variables - threaded programs에서의 topic. mutex=mutual_exclusion semaphore etc.
동기화,synchronization - semaphore로 threads를 동기화 가능.
thread_safety
{
스레드안정성 ..이 최선의 번역?
... Google:thread.safety Naver:thread.safety
}
TLS = thread_local_storage or thread-local_storage
{
WpEn:Thread-local_storage
}
deadlock
{
데드락
교착상태 (wpko)

여러 스레드들이 다른 스레드가 점유한 자원,resource이 해제(lock이 해제)될때까지 무한정으로 대기하는?