Changeset eb5962a for libcfa/src/concurrency/kernel.cfa
- Timestamp:
- Jun 21, 2022, 1:39:24 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- b62d1d6
- Parents:
- 1df492a (diff), 1dbbef6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.cfa
r1df492a reb5962a 834 834 #endif 835 835 836 837 838 //-----------------------------------------------------------------------------839 // Debug840 __cfaabi_dbg_debug_do(841 extern "C" {842 void __cfaabi_dbg_record_lock(__spinlock_t & this, const char prev_name[]) {843 this.prev_name = prev_name;844 this.prev_thrd = kernelTLS().this_thread;845 }846 }847 )848 849 836 //----------------------------------------------------------------------------- 850 837 // Debug
Note: See TracChangeset
for help on using the changeset viewer.