Create //TODO: list
This commit is contained in:
parent
41301ece28
commit
ea6dfb0dee
4
main.cpp
4
main.cpp
@ -14,4 +14,8 @@ int main (int argc, char* argv[]) {
|
||||
list_init(&freelist, memory, N);
|
||||
// print the freelist
|
||||
list_print(&freelist);
|
||||
//TODO: Create producer, transformer, and consumer
|
||||
//TODO: Create POSIX shared memory, and put memory, freelist, list1, list2 in it
|
||||
//TODO: Use pthreads to split execution
|
||||
//TODO: Implement a semaphore solution to the problem
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user