Home
last modified time | relevance | path

Searched defs:robust (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_mutex.c177 pthread_mutexattr_setrobust(pthread_mutexattr_t *attr, int robust) in pthread_mutexattr_setrobust()
194 pthread_mutexattr_getrobust(const pthread_mutexattr_t *attr, int *robust) in pthread_mutexattr_getrobust()
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_list.c404 int robust = (flags & UU_WALK_ROBUST); in list_walk_init() local
504 int robust = (flags & UU_WALK_ROBUST); in uu_list_walk() local
H A Duu_avl.c311 int robust = (flags & UU_WALK_ROBUST); in _avl_walk_init() local
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h757 typedef struct robust { struct
758 struct robust *robust_next; /* hash table list */ argument
759 struct robust *robust_list; /* global list */ argument
760 mutex_t *robust_lock; argument