Home
last modified time | relevance | path

Searched refs:sigsuspend (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.41.6/libsyscall/wrappers/
H A Dsigsuspend-base.c31 sigsuspend(const sigset_t *sigmask_p) in sigsuspend() function
/xnu-12377.41.6/tests/
H A Dprioritize_process_launch.c733 sigsuspend(0);
755 sigsuspend(0);
802 sigsuspend(0);
H A Dturnstile_multihop.c794 sigsuspend(0);
802 sigsuspend(0);
837 sigsuspend(0);
H A Dimmovable_send.c221 sigsuspend(0);
/xnu-12377.41.6/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj112 …4B223B0121DFD36007DAEDE /* sigsuspend.c in Sources */ = {isa = PBXBuildFile; fileRef = 24B223AF121…
113 …23B2121DFE6D007DAEDE /* sigsuspend-cancel.c in Sources */ = {isa = PBXBuildFile; fileRef = 24B223B…
114 …4B223B5121DFF29007DAEDE /* sigsuspend.c in Sources */ = {isa = PBXBuildFile; fileRef = 24B223B4121…
544 …21DFD36007DAEDE /* sigsuspend.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
545 …E6D007DAEDE /* sigsuspend-cancel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileTy…
546 …FF12007DAEDE /* sigsuspend-base.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileTyp…
547 …21DFF29007DAEDE /* sigsuspend.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
943 24B223B3121DFF12007DAEDE /* sigsuspend-base.c */,
971 24B223AF121DFD36007DAEDE /* sigsuspend.c */,
972 24B223B1121DFE6D007DAEDE /* sigsuspend-cancel.c */,
[all …]
/xnu-12377.41.6/bsd/man/man2/
H A DMakefile228 sigsuspend.2 \
/xnu-12377.41.6/bsd/kern/
H A Dkern_sig.c868 sigsuspend(proc_t p, struct sigsuspend_args *uap, int32_t *retval) in sigsuspend() function