RTEMS | Draft: cpukit/posix/aio*: Create notification at request completion (!118)

Alessandro Nardin (@AlessandroNardin) gitlab at rtems.org
Wed Jul 17 13:24:05 UTC 2024




Alessandro Nardin commented on a discussion on cpukit/posix/src/aio_misc.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/118#note_109436

 > +        //handle error
 > +        }
 > +      }
 > +
 > +      result = pthread_create( 
 > +        &thread,
 > +        attr,
 > +        (void * (*)(void *)) sig->sigev_notify_function,
 > +        &sig->sigev_value
 > +      );
 > +      if ( result != 0 ){
 > +        //handle error
 > +      }
 > +      break;
 > +  }
 > +  #endif

added

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/118#note_109436
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20240717/9b6c8dbc/attachment.htm>


More information about the bugs mailing list