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

Alessandro Nardin (@AlessandroNardin) gitlab at rtems.org
Thu Jul 18 14:18:01 UTC 2024




Alessandro Nardin commented on a discussion on testsuites/psxtests/psxaio04/init.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/118#note_109538

 > +  aiocbp->aio_fildes = fd;
 > +  return aiocbp;
 > +}
 > +
 > +void free_aiocb( struct aiocb *aiocbp )
 > +{
 > +  free ((char*) aiocbp->aio_buf);
 > +  free (aiocbp);
 > +}
 > +
 > +void notify (union sigval sig)
 > +{
 > +  kill(getpid(), sig.sival_int );
 > +}
 > +
 > +

removed

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/118#note_109538
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/20240718/63e4f018/attachment-0001.htm>


More information about the bugs mailing list