Searched refs:sig (Results 1 – 10 of 10) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
D | signalndk.cpp | 122 int sig = SIGALRM; in Sighold() local 123 sighold(sig); in Sighold() 144 int sig = SIGALRM; in Sigrelse() local 145 sigrelse(sig); in Sigrelse() 168 int sig = SIGALRM; in Sigdelset() local 169 sigdelset(&set, sig); in Sigdelset() 192 int sig = SIGALRM; in Sigaddset() local 193 sigaddset(&set, sig); in Sigaddset() 414 int sig = SIGALRM; in Sigwait() local 415 sigaddset(&set, sig); in Sigwait() [all …]
|
D | timendk.cpp | 219 void TimerHandler(int sig) in TimerHandler() argument 275 void handler(int sig) in handler() argument
|
D | threadsndk.cpp | 45 void exception_handler(int sig) { exit(t_status); } in exception_handler() argument
|
D | pthreadndk1.cpp | 911 static void PThreadKillHandler(int sig) { return; } in PThreadKillHandler() argument
|
/test/xts/acts/kernel_lite/ipc_posix/signal/ |
D | SignalTest.cpp | 352 int sig; variable 359 rt = sigwait(&set, &sig); 360 LOG("sigwait1 returned: %d, signo=%d, mReceivedSignal1: %d", rt, sig, mReceivedSignal); 361 if (mReceivedSignal != SIGALRM || sig != SIGALRM) { 366 rt = sigwait(&set, &sig); 367 LOG("sigwait2 returned: %d, signo=%d, mReceivedSignal1: %d", rt, sig, mReceivedSignal); 368 if (mReceivedSignal != SIGTERM || sig != SIGTERM) { 373 rt = sigwait(&set, &sig); 374 LOG("sigwait3 returned: %d, signo=%d, mReceivedSignal3: %d", rt, sig, mReceivedSignal); 375 if (mReceivedSignal != SIGALRM || sig != SIGALRM) { [all …]
|
/test/xts/acts/commonlibrary/toolchain/libc-test/src/ |
D | toolchaintest.cpp | 43 static void Handler(int sig) in Handler() argument
|
/test/xts/device_attest_lite/ |
D | README_zh.md | 86 [xts\_device\_attest](https://gitee.com/openharmony-sig/xts_device_attest/)
|
D | README.md | 206 [xts\_device\_attest](https://gitee.com/openharmony-sig/xts_device_attest/)
|
/test/xts/device_attest/ |
D | README_zh.md | 77 [xts\_device\_attest\_lite](https://gitee.com/openharmony-sig/xts_device_attest_lite/)
|
D | README.md | 198 [xts\_device\_attest\_lite](https://gitee.com/openharmony-sig/xts_device_attest_lite/)
|