Changeset 206de5a
- Timestamp:
- Sep 27, 2017, 11:22:19 AM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- e2b17a4
- Parents:
- a7d151f
- Location:
- src
- Files:
-
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/invoke.h
ra7d151f r206de5a 110 110 struct monitor_desc self_mon; // monitor body used for mutual exclusion 111 111 struct monitor_desc * self_mon_p; // pointer to monitor with sufficient lifetime for current monitors 112 struct __monitor_group_t monitors; 112 struct __monitor_group_t monitors; // monitors currently held by this thread 113 113 114 114 // Link lists fields -
src/tests/sched-ext-parse.c
ra7d151f r206de5a 1 //---------------------------------------------------------------------------------------- 2 //---------------------------------------------------------------------------------------- 3 // 4 // DEPRECATED TEST 5 // DIFFERS BETWEEN DEBUG AND RELEASE 6 // 7 //---------------------------------------------------------------------------------------- 8 //---------------------------------------------------------------------------------------- 9 1 10 #include <monitor> 2 11 -
src/tests/sched-int-barge.c
ra7d151f r206de5a 4 4 #include <stdlib> 5 5 #include <thread> 6 7 //---------------------------------------------------------------------------------------- 8 //---------------------------------------------------------------------------------------- 9 // 10 // DEPRECATED TEST 11 // 12 //---------------------------------------------------------------------------------------- 13 //---------------------------------------------------------------------------------------- 6 14 7 15 static const unsigned long N = 50_000ul;
Note: See TracChangeset
for help on using the changeset viewer.