Searched refs:lock_t (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/headers/mutex/
H A Dtypes_std_c++0x.cc38 typedef std::lock_guard<mutext_t> lock_t; typedef
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/pthreads/
H A Dmutex.c75 struct timeval lock_t; member in struct:isc_mutexstats
148 mp->stats->lock_t = postlock_t;
187 timevalsub(&unlock_t, &mp->stats->lock_t);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/pthreads/
H A Dmutex.c75 struct timeval lock_t; member in struct:isc_mutexstats
148 mp->stats->lock_t = postlock_t;
187 timevalsub(&unlock_t, &mp->stats->lock_t);
/netbsd-6-1-5-RELEASE/usr.sbin/lockstat/
H A Dmain.c84 } lock_t; typedef in typeref:struct:lockstruct
157 static lock_t *morelocks(void);
553 * Allocate a new block of lock_t structures.
555 static lock_t *
559 lock_t *l, *lp, *max;
561 l = (lock_t *)malloc(sizeof(*l) * batch);
597 lock_t *l, *l2;
601 * Recycle lock_t structures from the last run.
720 lock_t *l;
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_compat.h442 # define KMUTEX_T lock_t
443 # define kmutex_t lock_t /* for pfil.h */
444 # define krwlock_t lock_t /* for pfil.h */
462 # define KRWLOCK_T lock_t
463 # define KMUTEX_T lock_t
484 # define SLEEP(id, n) { lock_t *_l = get_sleep_lock((void *)id); \
488 # define WAKEUP(id,x) { lock_t *_l = get_sleep_lock((void *)id); \
565 lock_t *l;
H A Dip_log.c582 lock_t *l;
H A Dip_auth.c959 lock_t *l;
H A Dip_sync.c458 lock_t *l;
/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dip_sync.c450 lock_t *l;

Completed in 112 milliseconds