HomeSort by: relevance | last modified time | path
    Searched refs:_lwp_ctl (Results 1 - 5 of 5) sorted by relevancy

  /src/tests/lib/libc/sys/
t_lwp_ctl.c 53 ATF_REQUIRE(_lwp_ctl(LWPCTL_FEATURE_PCTR, &lc) == 0);
  /src/include/
lwp.h 64 int _lwp_ctl(int, struct lwpctl **);
  /src/lib/libpthread/
pthread_compat.c 127 _lwp_ctl(int a, struct lwpctl **b) function in typeref:typename:int
pthread.c 196 if (_lwp_ctl(LWPCTL_FEATURE_CURCPU, &self->pt_lwpctl)) {
197 err(EXIT_FAILURE, "_lwp_ctl");
272 if (_lwp_ctl(LWPCTL_FEATURE_CURCPU, &first->pt_lwpctl) != 0) {
273 err(EXIT_FAILURE, "_lwp_ctl");
603 if (_lwp_ctl(LWPCTL_FEATURE_CURCPU, &self->pt_lwpctl)) {
604 err(EXIT_FAILURE, "_lwp_ctl");
  /src/lib/libc/sys/
Makefile.inc 136 _lwp_setname.S _lwp_getname.S _lwp_ctl.S \
275 _lwp_create.2 _lwp_ctl.2 _lwp_detach.2 _lwp_exit.2 \

Completed in 14 milliseconds