Changes in libcfa/src/bits/locks.hfa [fbb930e:ced5e2a]
- File:
-
- 1 edited
-
libcfa/src/bits/locks.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/bits/locks.hfa
rfbb930e rced5e2a 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;35 34 #define __cfaabi_dbg_record_lock(x, y) 36 35 }
Note:
See TracChangeset
for help on using the changeset viewer.