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

  /src/lib/libc/compat/arch/powerpc64/sys/
compat_missing.c 84 int __sigsuspend14(const sigset_t *);
89 return __sigsuspend14(mask);
  /src/lib/libc/compat/include/
signal.h 67 int __sigsuspend14(const sigset_t *);
  /src/include/
signal.h 95 int sigsuspend(const sigset_t *) __RENAME(__sigsuspend14);
  /src/lib/libpthread/
pthread_cancelstub.c 52 * XXX this is necessary to get the prototypes for the __sigsuspend14
145 __typeof(__sigsuspend14) _sys___sigsuspend14;
679 __sigsuspend14(const sigset_t *sigmask) function in typeref:typename:int
  /src/lib/libc/sys/
Makefile.inc 192 setcontext.S __sigprocmask14.S __sigsuspend14.S sysarch.S \

Completed in 15 milliseconds