- File:
-
- 1 edited
-
src/libcfa/concurrency/invoke.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/invoke.h
rb1672e1 r597c34a3 93 93 94 94 // list of acceptable functions, null if any 95 __ cfa_anonymous_object( __small_array_t(struct __acceptable_t) );95 __small_array_t(struct __acceptable_t) __cfa_anonymous_object; 96 96 }; 97 97 … … 121 121 struct __monitor_group_t { 122 122 // currently held monitors 123 __ cfa_anonymous_object( __small_array_t(monitor_desc*) );123 __small_array_t(monitor_desc*) __cfa_anonymous_object; 124 124 125 125 // last function that acquired monitors
Note:
See TracChangeset
for help on using the changeset viewer.