Changes in libcfa/src/bits/locks.hfa [ced5e2a:fbb930e]
- File:
-
- 1 edited
-
libcfa/src/bits/locks.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/bits/locks.hfa
rced5e2a rfbb930e 32 32 extern void disable_interrupts() OPTIONAL_THREAD; 33 33 extern void enable_interrupts( bool poll = true ) OPTIONAL_THREAD; 34 extern bool poll_interrupts() OPTIONAL_THREAD; 34 35 #define __cfaabi_dbg_record_lock(x, y) 35 36 }
Note:
See TracChangeset
for help on using the changeset viewer.