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

  /src/lib/librumpuser/
rumpuser_pth.c 135 pthread_mutex_t pthmtx; member in struct:rumpuser_mtx
152 NOFAIL_ERRNO(pthread_mutex_init(&mtx->pthmtx, &att));
201 if (pthread_mutex_trylock(&mtx->pthmtx) != 0)
202 KLOCK_WRAP(NOFAIL_ERRNO(pthread_mutex_lock(&mtx->pthmtx)));
211 NOFAIL_ERRNO(pthread_mutex_lock(&mtx->pthmtx));
220 rv = pthread_mutex_trylock(&mtx->pthmtx);
233 NOFAIL_ERRNO(pthread_mutex_unlock(&mtx->pthmtx));
240 NOFAIL_ERRNO(pthread_mutex_destroy(&mtx->pthmtx));
547 NOFAIL_ERRNO(pthread_mutex_unlock(&mtx->pthmtx));
563 NOFAIL_ERRNO(pthread_cond_wait(&cv->pthcv, &mtx->pthmtx));
    [all...]

Completed in 24 milliseconds