HomeSort by: relevance | last modified time | path
    Searched refs:KLOCK_WRAP (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/librumpuser/
rumpuser_file.c 211 KLOCK_WRAP(fd = open(path, flags, 0644));
251 KLOCK_WRAP(nn = readv(fd, iov, iovlen));
254 KLOCK_WRAP(nn = preadv(fd, iov, iovlen, off));
288 KLOCK_WRAP(nn = writev(fd, iov, iovlen));
291 KLOCK_WRAP(nn = pwritev(fd, iov, iovlen, off));
rumpuser_int.h 50 #define KLOCK_WRAP(a) \
rumpuser_pth.c 127 KLOCK_WRAP((rv = pthread_join(*pt, NULL)));
202 KLOCK_WRAP(NOFAIL_ERRNO(pthread_mutex_lock(&mtx->pthmtx)));
307 KLOCK_WRAP(nanosleep(&ts, NULL));
382 KLOCK_WRAP(NOFAIL_ERRNO(
388 KLOCK_WRAP(NOFAIL_ERRNO(
450 KLOCK_WRAP(NOFAIL_ERRNO(pthread_rwlock_rdlock(&rw->pthrw)));

Completed in 39 milliseconds