Changes in / [5dc26f5:e2b17a4]
- Location:
- src
- Files:
-
- 2 deleted
- 3 edited
-
libcfa/concurrency/invoke.h (modified) (1 diff)
-
tests/.expect/32/sched-ext-parse.txt (deleted)
-
tests/.expect/64/sched-ext-parse.txt (deleted)
-
tests/sched-ext-parse.c (modified) (1 diff)
-
tests/sched-int-barge.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/invoke.h
r5dc26f5 re2b17a4 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; // monitors currently held by this thread112 struct __monitor_group_t monitors; // monitors currently held by this thread 113 113 114 114 // Link lists fields -
src/tests/sched-ext-parse.c
r5dc26f5 re2b17a4 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
r5dc26f5 re2b17a4 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.