Changes in / [e2b17a4:5dc26f5]
- Location:
- src
- Files:
-
- 2 added
- 3 edited
-
libcfa/concurrency/invoke.h (modified) (1 diff)
-
tests/.expect/32/sched-ext-parse.txt (added)
-
tests/.expect/64/sched-ext-parse.txt (added)
-
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
re2b17a4 r5dc26f5 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
re2b17a4 r5dc26f5 1 //----------------------------------------------------------------------------------------2 //----------------------------------------------------------------------------------------3 //4 // DEPRECATED TEST5 // DIFFERS BETWEEN DEBUG AND RELEASE6 //7 //----------------------------------------------------------------------------------------8 //----------------------------------------------------------------------------------------9 10 1 #include <monitor> 11 2 -
src/tests/sched-int-barge.c
re2b17a4 r5dc26f5 4 4 #include <stdlib> 5 5 #include <thread> 6 7 //----------------------------------------------------------------------------------------8 //----------------------------------------------------------------------------------------9 //10 // DEPRECATED TEST11 //12 //----------------------------------------------------------------------------------------13 //----------------------------------------------------------------------------------------14 6 15 7 static const unsigned long N = 50_000ul;
Note:
See TracChangeset
for help on using the changeset viewer.