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

Thread.c 함수 분석 - 손정원 #10

Open
20 tasks done
songarden opened this issue Nov 24, 2023 · 0 comments
Open
20 tasks done

Thread.c 함수 분석 - 손정원 #10

songarden opened this issue Nov 24, 2023 · 0 comments

Comments

@songarden
Copy link
Owner

songarden commented Nov 24, 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.일

@songarden songarden moved this from Todo to In Progress in @pintos project team 3 Nov 24, 2023
@songarden songarden moved this from In Progress to Done in @pintos project team 3 Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant