Lines Matching full:sx
31 .Nm sx ,
58 .Fn sx_init "struct sx *sx" "const char *description"
60 .Fn sx_init_flags "struct sx *sx" "const char *description" "int opts"
62 .Fn sx_destroy "struct sx *sx"
64 .Fn sx_slock "struct sx *sx"
66 .Fn sx_xlock "struct sx *sx"
68 .Fn sx_slock_sig "struct sx *sx"
70 .Fn sx_xlock_sig "struct sx *sx"
72 .Fn sx_try_slock "struct sx *sx"
74 .Fn sx_try_xlock "struct sx *sx"
76 .Fn sx_sunlock "struct sx *sx"
78 .Fn sx_xunlock "struct sx *sx"
80 .Fn sx_unlock "struct sx *sx"
82 .Fn sx_try_upgrade "struct sx *sx"
84 .Fn sx_downgrade "struct sx *sx"
86 .Fn sx_sleep "void *chan" "struct sx *sx" "int priority" "const char *wmesg" "int timo"
88 .Fn sx_xholder "struct sx *sx"
90 .Fn sx_xlocked "const struct sx *sx"
95 .Fn sx_assert "const struct sx *sx" "int what"
97 .Fn SX_SYSINIT "name" "struct sx *sx" "const char *desc"
98 .Fn SX_SYSINIT_FLAGS "name" "struct sx *sx" "const char *desc" "int flags"
111 .Fa sx
113 .Vt struct sx ,
123 .Fa sx .
136 .Fa sx .
145 .Fa sx
154 .Fa sx
215 .Fa sx
223 .Vt sx
227 .Vt sx
232 .Vt sx
237 .Vt sx
252 .Fa sx .
255 .Fa sx .
260 .Fa sx .
262 .Fa sx ,
285 .Fa sx
296 .Fa sx