Searched defs:_db_mutex_t (Results 1 – 1 of 1) sorted by relevance
164 typedef struct _db_mutex_t { struct166 tsl_t tsl_resource; /* Resource test and set. */168 u_int32_t pid; /* Lock holder: 0 or process pid. */174 u_int32_t spins; /* Spins before block. */175 u_int32_t mutex_set_wait; /* Granted after wait. */176 u_int32_t mutex_set_nowait; /* Granted without waiting. */