HomeSort by: relevance | last modified time | path
    Searched defs:aio_sendsig (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
sys_aio.c 85 static void aio_sendsig(struct proc *, struct sigevent *);
333 aio_sendsig(p, &a_job->aiocbp.aio_sigevent);
337 aio_sendsig(p, &lio->sig);
460 aio_sendsig(struct proc *p, struct sigevent *sig) function in typeref:typename:void
698 aio_sendsig(p, &a_job->aiocbp.aio_sigevent);
701 aio_sendsig(p, &lio->sig);
1033 aio_sendsig(p, &lio->sig);
sys_aio.c 85 static void aio_sendsig(struct proc *, struct sigevent *);
333 aio_sendsig(p, &a_job->aiocbp.aio_sigevent);
337 aio_sendsig(p, &lio->sig);
460 aio_sendsig(struct proc *p, struct sigevent *sig) function in typeref:typename:void
698 aio_sendsig(p, &a_job->aiocbp.aio_sigevent);
701 aio_sendsig(p, &lio->sig);
1033 aio_sendsig(p, &lio->sig);

Completed in 22 milliseconds