Searched refs:sigaction_t (Results 1 – 4 of 4) sorted by relevance
549 struct sigaction_t in version() struct565 struct sigaction_t in version()579 struct sigaction_t in version()594 struct sigaction_t in version()625 struct sigaction_t in version()654 struct sigaction_t in version()682 struct sigaction_t in version()714 struct sigaction_t in version()737 struct sigaction_t750 struct sigaction_t[all …]
578 sigaction_t action = void; in runModuleUnitTests()579 sigaction_t oldseg = void; in runModuleUnitTests()580 sigaction_t oldbus = void; in runModuleUnitTests()607 sigaction_t action = void; in runModuleUnitTests()608 sigaction_t oldseg = void; in runModuleUnitTests()609 sigaction_t oldbus = void; in runModuleUnitTests()
2136 sigaction_t suspend = void; in thread_init()2137 sigaction_t resume = void; in thread_init()2141 (cast(byte*) &suspend)[0 .. sigaction_t.sizeof] = 0; in thread_init()2142 (cast(byte*) &resume)[0 .. sigaction_t.sizeof] = 0; in thread_init()
980 Add struct sigaction_t for SystemZ.