2022-04-06 06:45:57 +00:00
|
|
|
/*
|
|
|
|
+-------------+---------+-----------------------+
|
|
|
|
| John Breaux | jab0910 | JohnBreaux@my.unt.edu |
|
|
|
|
+-------------+---------+-----------------------+
|
|
|
|
| 2022-04-04 |
|
|
|
|
+-----------------------------------------------+
|
|
|
|
*/
|
2022-04-05 01:12:40 +00:00
|
|
|
/*
|
|
|
|
consumer:
|
|
|
|
Unlinks blocks from list2,
|
|
|
|
Consumes them,
|
|
|
|
Links them to freelist
|
|
|
|
*/
|
|
|
|
void *consumer (void *);
|