PThreads
페이지 정보
작성일 23-01-03 19:44
본문
Download : PThreads.doc
PThreads
설명
Download : PThreads.doc( 52 )
PThreads에 대한 글입니다.PThreads번역program , PThreads기타레포트 ,
The P1003.4a standard includes a number of additional scheduler-related interfaces , primarily intended for real-time systems .
P1003.4a 표준은 첫째로 실시간 체계들을 겨냥한 많은 추가적인 스케줄러가 관련시킨 인터페이스들을 포함합니다.
Each pthread would by convention look only in its assigned area for its own data .
각 pthread는 오직 그것 자신의 자료(資料)를 위해 그것의 지정된 영…(To be continued )






PThreads번역program
,기타,레포트
레포트/기타
다.순서
PThreads에 대한 글입니다.
To handle data specific to a pthread , you could establish a convention that places the information for each pthread at a predetermined place in the address space .
pthread에게 자료(資料) 속성 을 다루기 위하여, 당신은 번지 공간에서 미리 결정된 장소에서 각 pthread를 위해 정보를 둔 규정을 확립할 수 있었습니다.
Any pthread in a process can thus access all information stored in the proces`s address space .
처리에 어떠한 pthread라도 이처럼 proces의 번지 공간에서 저장된 모든 정보에 접근할 수 있습니다.
These calls are not part of the OSF/1 P Threads implementation .
이 호출은 OSF/1 P Threads 구현에 대상으로하여 부분적이지 않습니다
Pthread-Specific Data .
Pthread-Specific Data.
All pthreads in a process share the same virtual memory .
처리에서 모든 pthreads는 같은 가상 기억 장치를 공유합니다.