Home
last modified time | relevance | path

Searched refs:sema_held (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dsemaphore.h57 #define SEMA_HELD(x) (sema_held((x)))
65 extern int sema_held(ksema_t *);
/titanic_41/usr/src/lib/libfakekernel/common/sys/
H A Dsemaphore.h49 #define SEMA_HELD(x) (sema_held((x)))
66 extern int sema_held(ksema_t *);
/titanic_41/usr/src/lib/libc/port/threads/
H A Dsema.c37 #pragma weak _sema_held = sema_held
39 sema_held(sema_t *sp) in sema_held() function
/titanic_41/usr/src/lib/libfakekernel/common/
H A Dmapfile-vers160 #sema_held; # call the libc version directly
/titanic_41/usr/src/uts/common/os/
H A Dsemaphore.c394 sema_held(ksema_t *sp) in sema_held() function
H A Dcpu.c1031 while (sema_held(&cpi->cp_sem)) in pause_cpus()
/titanic_41/usr/src/lib/libthread/common/
H A Dmapfile-vers320 sema_held { TYPE = FUNCTION };
/titanic_41/usr/src/lib/c_synonyms/
H A Dsyn_common761 sema_held
/titanic_41/usr/src/lib/libc/port/
H A Dmapfile-vers1610 sema_held;