Searched refs:fq_count (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_futex.c109 unsigned int fq_count; member in struct:futex_queue
764 return (fq->fq_count);
772 fq->fq_count = 0;
834 ++fq->fq_count;
874 --fq->fq_count;
889 --fqfrom->fq_count;
893 ++fqto->fq_count;
910 fq->fq_count = 0;
928 --fq->fq_count;
944 --fq->fq_count;
[all...]

Completed in 66 milliseconds