Changeset 41dcabc in mainline
- Timestamp:
- 2025-01-18T12:10:11Z (13 days ago)
- Branches:
- master
- Children:
- afb4025
- Parents:
- b8fd951
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/thread/fibril_synch.c
rb8fd951 r41dcabc 263 263 futex_lock(&fibril_synch_futex); 264 264 265 if (!frw->writers ) {265 if (!frw->writers && list_empty(&frw->waiters)) { 266 266 /* Consider the first reader the owner. */ 267 267 if (frw->readers++ == 0)
Note:
See TracChangeset
for help on using the changeset viewer.