Ignore:
Timestamp:
2018-07-30T20:15:38Z (6 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d4b7b29
Parents:
8080262
git-author:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-30 19:53:13)
git-committer:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-30 20:15:38)
Message:

Add debug counter for rmutex locks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/private/fibril.h

    r8080262 r2965d18  
    6161
    6262        /* Debugging stuff. */
    63         atomic_t futex_locks;
     63        int rmutex_locks;
    6464        fibril_owner_info_t *waits_for;
    6565        fibril_event_t *sleep_event;
Note: See TracChangeset for help on using the changeset viewer.