MIT_6.828_HW6_Threads and Locking

Homework: Threads and Locking 本節中,我們將使用哈希表來探索線程和鎖的並行編程,這個任務應該在一個具有多核的真實的計算機上運行(而非xv6或QEMU) Step1:下載https://pdos.csail.mit.edu/6.828/2018/homework/ph.c(ph.c)並在計算機上使用如下指令進行編譯: $ gcc -g -O2 ph.c -pthread
相關文章
相關標籤/搜索