Changeset 2965d18 in mainline for uspace/lib/c/generic/private/fibril.h
- Timestamp:
- 2018-07-30T20:15:38Z (7 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/private/fibril.h
r8080262 r2965d18 61 61 62 62 /* Debugging stuff. */ 63 atomic_t futex_locks;63 int rmutex_locks; 64 64 fibril_owner_info_t *waits_for; 65 65 fibril_event_t *sleep_event;
Note:
See TracChangeset
for help on using the changeset viewer.