Changes in libcfa/src/concurrency/io.cfa [e84ab3d:43784ac]
- File:
-
- 1 edited
-
libcfa/src/concurrency/io.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io.cfa
re84ab3d r43784ac 90 90 static inline unsigned __flush( struct $io_context & ); 91 91 static inline __u32 __release_sqes( struct $io_context & ); 92 extern void __kernel_unpark( thread$* thrd );92 extern void __kernel_unpark( $thread * thrd ); 93 93 94 94 bool __cfa_io_drain( processor * proc ) {
Note:
See TracChangeset
for help on using the changeset viewer.