Skip to content
New issue

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

Threads/thread.c 함수 공부 - 김병현 #3

Open
19 of 20 tasks
sirloinbh opened this issue Nov 23, 2023 · 0 comments
Open
19 of 20 tasks

Threads/thread.c 함수 공부 - 김병현 #3

sirloinbh opened this issue Nov 23, 2023 · 0 comments
Assignees
Labels
Study 개념 공부
Milestone

Comments

@sirloinbh
Copy link
Collaborator

sirloinbh commented Nov 23, 2023

  • 전역변수, 매크로 이해
  • thread_init
  • thread_start
  • thread_tick
  • thread_print_stats
  • thread_create
  • thread_block
  • thread_unblock
  • thread_name, thread_current, thread_tid, thread_exit
  • thread_yield
  • thread_set_priority, thread_get_priority
  • idle
  • kernel_thread
  • init_thread
  • next_thread_to_run
  • do_iret
  • thread_launch
  • do_schedule
  • schedule
  • allocate_tid

Due : 2023.11.26.일

@sirloinbh sirloinbh added the Study 개념 공부 label Nov 23, 2023
@sirloinbh sirloinbh added this to the Project1 milestone Nov 23, 2023
@sirloinbh sirloinbh self-assigned this Nov 23, 2023
@songarden songarden moved this from Todo to In Progress in @pintos project team 3 Nov 23, 2023
@songarden songarden moved this from In Progress to Todo in @pintos project team 3 Nov 23, 2023
@sirloinbh sirloinbh changed the title Threads 이미 구현된 함수 이해 Threads 이미 구현된 함수 이해-김병현 Nov 24, 2023
@sirloinbh sirloinbh changed the title Threads 이미 구현된 함수 이해-김병현 Threads/thread.c 함수 공부 - 김병현 Nov 24, 2023
@sirloinbh sirloinbh moved this from Todo to In Progress in @pintos project team 3 Nov 24, 2023
@sirloinbh sirloinbh moved this from In Progress to Todo in @pintos project team 3 Nov 24, 2023
@sirloinbh sirloinbh moved this from Todo to In Progress in @pintos project team 3 Nov 25, 2023
@sirloinbh sirloinbh moved this from In Progress to Done in @pintos project team 3 Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Study 개념 공부
Projects
Development

No branches or pull requests

3 participants