Searched defs:sx (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11.0-release/sys/sys/
H A D_sx.h37 struct sx { struct
H A Dsx.h147 __sx_xlock(struct sx *sx, struct thread *td, int opts, const char *file, int line) argument
165 __sx_xunlock(struct sx *sx, struct thread *td, const char *file, int line) argument
179 __sx_slock(struct sx *sx, int opts, const char *file, int line) argument
202 __sx_sunlock(struct sx *sx, const char *file, int line) argument
[all...]
/freebsd-11.0-release/lib/msun/src/
H A Ds_rintf.c34 int32_t i0,j0,sx; local
H A De_remainderf.c29 u_int32_t sx; local
H A Ds_rint.c40 int32_t i0,j0,sx; local
H A De_fmodf.c33 int32_t n,hx,hy,hz,ix,iy,sx,i; local
H A De_remainder.c38 u_int32_t sx,lx,lp; local
H A Ds_remquof.c32 int32_t n,hx,hy,hz,ix,iy,sx,i; local
H A De_fmod.c31 int32_t n,hx,hy,hz,ix,iy,sx,i; local
[all...]
H A Ds_remquo.c34 int32_t n,hx,hy,hz,ix,iy,sx,i; local
H A De_fmodl.c71 int ix,iy,n,sx; local
H A Ds_remquol.c74 int ix,iy,n,q,sx,sxy; local
H A Dcatrig.c359 int sx, sy; local
H A Dcatrigf.c204 int sx, sy; local
/freebsd-11.0-release/sys/compat/linuxkpi/common/include/linux/
H A Dsrcu.h36 struct sx sx; member in struct:srcu_struct
H A Dmutex.h41 struct sx sx; member in struct:mutex
[all...]
H A Drwsem.h39 struct sx sx; member in struct:rw_semaphore
[all...]
/freebsd-11.0-release/contrib/gdtoa/
H A Ddmisc.c109 ULong *bx, *bxe, q, *sx, *sxe; local
[all...]
/freebsd-11.0-release/lib/libthread_db/arch/i386/
H A Dlibpthread_md.c61 struct savexmm *sx = (struct savexmm *)&uc->uc_mcontext.mc_fpstate; local
75 const struct savexmm *sx = (const struct savexmm *)&uc->uc_mcontext.mc_fpstate; local
/freebsd-11.0-release/contrib/ncurses/ncurses/base/
H A Dlib_overlay.c142 int sx, sy, dx, dy; local
[all...]
/freebsd-11.0-release/sys/kern/
H A Dkern_sx.c189 struct sx *sx; local
201 struct sx *sx; local
218 const struct sx *sx = (const struct sx *)lock; local
236 sx_init_flags(struct sx *sx, const char *description, int opts) argument
267 sx_destroy(struct sx *sx) argument
277 _sx_slock(struct sx *sx, int opts, const char *file, int line) argument
300 sx_try_slock_(struct sx *sx, const char *file, int line) argument
332 _sx_xlock(struct sx *sx, int opts, const char *file, int line) argument
357 sx_try_xlock_(struct sx *sx, const char *file, int line) argument
392 _sx_sunlock(struct sx *sx, const char *file, int line) argument
407 _sx_xunlock(struct sx *sx, const char *file, int line) argument
428 sx_try_upgrade_(struct sx *sx, const char *file, int line) argument
461 sx_downgrade_(struct sx *sx, const char *file, int line) argument
531 _sx_xlock_hard(struct sx *sx, uintptr_t tid, int opts, const char *file, int line) argument
780 _sx_xunlock_hard(struct sx *sx, uintptr_t tid, const char *file, int line) argument
842 _sx_slock_hard(struct sx *sx, int opts, const char *file, int line) argument
1047 _sx_sunlock_hard(struct sx *sx, const char *file, int line) argument
1141 _sx_assert(const struct sx *sx, int what, const char *file, int line) argument
1227 const struct sx *sx; local
1272 struct sx *sx; local
[all...]
/freebsd-11.0-release/lib/libedit/
H A Drefresh.c459 re_clear_eol(EditLine *el, int fx, int sx, int diff) argument
508 int fx, sx; local
[all...]
/freebsd-11.0-release/contrib/tcsh/
H A Ded.refresh.c564 int fx, sx; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h41 namespace sx { namespace in namespace:clang::threadSafety
/freebsd-11.0-release/contrib/groff/src/devices/xditview/
H A Ddraw.c646 int sx, sy, tx, ty; local

Completed in 282 milliseconds

12