Searched refs:lwp (Results 26 - 32 of 32) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp57 #include <lwp.h>
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c85 #include <sys/lwp.h>
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil.h1647 extern int ipfioctl(dev_t, u_long, void *, int, struct lwp *);
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c3364 klwp_t *lwp; local
3369 if ((lwp = curthread->t_lwp) == NULL) {
3375 return (dtrace_getreg(lwp->lwp_regs, ndx));
3742 klwp_t *lwp; local
3758 if ((lwp = curthread->t_lwp) == NULL)
3761 return ((uint64_t)lwp->lwp_errno);
/freebsd-13-stable/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.c43 #include <lwp.h>
4792 printf("Assert that lwp thread %d received event PL_EVENT_SIGNAL\n",
4801 printf("Assert that there are no more lwp threads in child\n");
4872 printf("Assert that lwp thread %d received event "
4880 printf("Assert that there are no more lwp threads in child\n");
5514 printf("Before making context for new lwp in child\n");
5520 printf("Before waiting for lwp %d to exit\n", lid);
5610 printf("Before making context for new lwp in child\n");
5616 printf("Before waiting for lwp %d to exit\n", lid);
6423 printf("Before making context for new lwp i
[all...]
/freebsd-13-stable/contrib/ntp/sntp/
H A Dconfigure9628 for ol_val in auto nt posix mach pth lwp yes no manual ; do
13673 case $ol_with_threads in auto | yes | lwp)
13762 for ac_header in lwp/lwp.h
13764 ac_fn_c_check_header_mongrel "$LINENO" "lwp/lwp.h" "ac_cv_header_lwp_lwp_h" "$ac_includes_default"
13823 ol_link_threads=lwp
13911 for ac_header in lwp/lwp.h
13913 ac_fn_c_check_header_mongrel "$LINENO" "lwp/lw
[all...]
/freebsd-13-stable/contrib/ntp/
H A Dconfigure18954 for ol_val in auto nt posix mach pth lwp yes no manual ; do
22999 case $ol_with_threads in auto | yes | lwp)
23088 for ac_header in lwp/lwp.h
23090 ac_fn_c_check_header_mongrel "$LINENO" "lwp/lwp.h" "ac_cv_header_lwp_lwp_h" "$ac_includes_default"
23149 ol_link_threads=lwp
23237 for ac_header in lwp/lwp.h
23239 ac_fn_c_check_header_mongrel "$LINENO" "lwp/lw
[all...]

Completed in 313 milliseconds

12