Changeset 33e15a0 in mainline for kernel/generic/include/proc/thread.h


Ignore:
Timestamp:
2024-01-21T15:36:03Z (17 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master
Children:
11909ce3
Parents:
7364e2d1
Message:

Make thread→btrace weakly atomic, to avoid need for thread lock

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/proc/thread.h

    r7364e2d1 r33e15a0  
    170170         * to the kernel console upon scheduling this thread.
    171171         */
    172         bool btrace;
     172        atomic_int_fast8_t btrace;
    173173
    174174        /** Debugging stuff */
Note: See TracChangeset for help on using the changeset viewer.