Changeset 81ab5eb for libcfa/src/concurrency/kernel.cfa
- Timestamp:
- Mar 29, 2026, 9:52:51 PM (8 days ago)
- Branches:
- master
- Children:
- e6e250d
- Parents:
- 00675ed4
- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.cfa
r00675ed4 r81ab5eb 10 10 // Created On : Tue Jan 17 12:27:26 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Apr 25 07:02:42 202513 // Update Count : 8 212 // Last Modified On : Sun Mar 29 21:20:54 2026 13 // Update Count : 83 14 14 // 15 15 … … 785 785 // update the pointer to the head wait context 786 786 struct __fd_waitctx * wctx = 0; 787 if ( ! isEmpty( this.idles )) wctx = &first( this. idles ).idle_wctx;787 if ( ! empty( this.idles )) wctx = &first( this. idles ).idle_wctx; 788 788 __atomic_store_n(&this.fdw, wctx, __ATOMIC_SEQ_CST); 789 789 }
Note:
See TracChangeset
for help on using the changeset viewer.