Changeset 6c1bb0d in mainline for uspace/lib/c/generic/fibril.c
- Timestamp:
- 2012-12-04T17:33:51Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cdbcf14
- Parents:
- 87179ca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/fibril.c
r87179ca r6c1bb0d 51 51 #include <futex.h> 52 52 53 #ifdef futex_unlockGRADABLE53 #ifdef FUTEX_UPGRADABLE 54 54 #include <rcu.h> 55 55 #endif … … 88 88 fibril_t *fibril = __tcb_get()->fibril_data; 89 89 90 #ifdef futex_unlockGRADABLE90 #ifdef FUTEX_UPGRADABLE 91 91 rcu_register_fibril(); 92 92 #endif … … 254 254 futex_unlock(&fibril_futex); 255 255 256 #ifdef futex_unlockGRADABLE256 #ifdef FUTEX_UPGRADABLE 257 257 if (stype == FIBRIL_FROM_DEAD) { 258 258 rcu_deregister_fibril();
Note:
See TracChangeset
for help on using the changeset viewer.