Samuel Thibault пре 10 година
родитељ
комит
5d7b623d7b
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/core/dependencies/data_arbiter_concurrency.c

+ 1 - 0
src/core/dependencies/data_arbiter_concurrency.c

@@ -75,6 +75,7 @@
  *   - release reference on h
  *   - unlock(h)
  * // record T on the list of requests for h
+ * TODO: record on only one handle
  * - for each handle h of T:
  *   - record T as waiting on h
  * - mutex_unlock(&arbiter)