• 통합검색
  • 대학레포트
  • 논문
  • 기업신용보고서
  • 취업자료
  • 파워포인트배경
  • 서식

전문지식 394건

tThread가 부모Thread. 따라서 currentThread의 자식List에 this thread 추가. -this thread의 부모로 currentThread를 저장 3) Thread::Join() -this thread의 상태가 ZOMBIE이면 return한다. -부모Thread인 kernel->currentThread를 BLOCKED상태로 바꾸고 스케줄러의 NextThread로 context
  • 페이지 7페이지
  • 가격 2,000원
  • 등록일 2006.05.31
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
4.2 Because, with ULTs, the thread structure of a process is not visible to the operating system, which only schedules on the basis of processes. 4.3 a. The use of sessions is well suited to the needs of an interactive graphics interface for personal computer and workstation use. It provides a unif
  • 페이지 50페이지
  • 가격 3,000원
  • 등록일 2009.12.16
  • 파일종류 워드(doc)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
I. 개발 목표  - System Call, Argument Passing, Thread Handling, Kernel을 보호하기 위한 Exception Handling 등을 개발하여, 처음 제공된 기본 Pintos에서 Userprog이 적절히 실행될 수 있도록 하는 환경을 만드는 것을 목표로 한다. userprog와 pintos는 system call을 통해
  • 페이지 625페이지
  • 가격 12,000원
  • 등록일 2015.01.19
  • 파일종류 압축파일
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
Introduction Mach는 C Language interface library를 제공 multithreaded program을 만드는 어려움을 줄여준다. low-level threads primitive를 이용하지 않고 multiple threads를 만들고 이용할 수 있다. C-threads library라고 부르는 library에 있는 routine을 통해서 인터페이스
  • 페이지 22페이지
  • 가격 1,500원
  • 등록일 2003.12.23
  • 파일종류 피피티(ppt)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
PPT의 대부분이 도표, 그림으로 알기쉽게 구성되어 있습니다. 다음은 도표의 일부분만을 발췌하여 텍스트로 옮겨놓은 것입니다. * Threads provide a unit of execution (execution context) - Scheduled by the kernel - Belong to a single address space - Has a unique th
  • 페이지 22페이지
  • 가격 2,500원
  • 등록일 2009.06.08
  • 파일종류 아크로벳(pdf)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
불러온다. ] sethi.p%hi(__kernel_frame0_ptr),gr6 setlo%lo(__kernel_frame0_ptr),gr6 movsgpsr,gr4 lddi.p@(gr9,#__THREAD_FRAME),gr10 orgr10,gr10,gr27 ldi@(gr11,#4),gr19 lddi@(gr9,#__THREAD_SP),gr12 ldi@(gr9,#__THREAD_LR),gr14 ldi@(gr9,#__THREAD_PC),gr18 ldi.p@(gr9,#__THREAD_FRAME0),gr7 or gr10, gr10,
  • 페이지 11페이지
  • 가격 2,000원
  • 등록일 2008.01.13
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
Pintos Project 1 한국어 설명서 (design report) - Alarm clock, Priority Scheduling, Advanced Scheduling 목차 0. analysis 0.1. thread 0.1.1. struct thread 0.1.2. thread functions - [thread 시작 관련 function] - [thread 관리 function] - [thread 동작 관련 function] - [scheduling funct
  • 페이지 46페이지
  • 가격 3,000원
  • 등록일 2025.06.09
  • 파일종류 워드(doc)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
니트디자인 봉제방법 니트봉제법 목차 1. Cut & sewn 2. Cut & linking 3. fashioning 4. 406 Two-needle bottom cover stitch 5. 514 four thread overedge 6. 516 five thread safety stitch 7. 삼봉 8. 날라리 9. 오버록 10. 인터록 1. Cut & sewn Cut & sewn 방식은
  • 페이지 8페이지
  • 가격 3,000원
  • 등록일 2025.06.08
  • 파일종류 워드(doc)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
쓰레드 구현 모델과 쓰레드 폴링에 대해 조사하시오 목차 1. 쓰레드 개념 및 필요성 2. 쓰레드 구현 모델의 종류 3. 사용자 수준 쓰레드 (User-Level Thread) 4. 커널 수준 쓰레드 (Kernel-Level Thread) 5. 하이브리드 쓰레드 모델 6. 쓰레드 폴
  • 페이지 6페이지
  • 가격 3,000원
  • 등록일 2025.06.16
  • 파일종류 워드(doc)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
i++; } } } FibonacciStarter public class FibonacciStarter { public static void main (String[] args) { if (args.length == 0) { new FibonacciGenerator("First thread", 10).start(); new FibonacciGenerator("Second thread", 10).start(); } else { new FibonacciGenerator("First thread", Integer.parseInt(args
  • 페이지 3페이지
  • 가격 1,000원
  • 등록일 2007.04.03
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
top