We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.1 프로세스는 언제 생성되는가?
1.2 프로세스 간 데이터 공유는 어떻게 일어나는가?
2.1 스레드 간 데이터 공유는 어떻게 일어나는가?
2.2 스레드 간 스택 영역을 공유하지 않는 이유는 무엇인가?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1. 프로세스 간 컨텍스트 스위칭은 어떻게 일어나는가?
1.1 프로세스는 언제 생성되는가?
1.2 프로세스 간 데이터 공유는 어떻게 일어나는가?
2. 스레드 간 컨텍스트 스위칭은 어떻게 일어나는가?
2.1 스레드 간 데이터 공유는 어떻게 일어나는가?
2.2 스레드 간 스택 영역을 공유하지 않는 이유는 무엇인가?
3. 컨텍스트 스위칭은 누가 어떻게 관리하는가?
The text was updated successfully, but these errors were encountered: