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 197 if (_lwp_ctl(LWPCTL_FEATURE_CURCPU, &self->pt_lwpctl)) {
198 err(EXIT_FAILURE, "_lwp_ctl");
273 if (_lwp_ctl(LWPCTL_FEATURE_CURCPU, &first->pt_lwpctl) != 0) {
274 err(EXIT_FAILURE, "_lwp_ctl");
604 if (_lwp_ctl(LWPCTL_FEATURE_CURCPU, &self->pt_lwpctl)) {
605 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 12 milliseconds