/external/python/cpython2/Demo/tkinter/guido/ |
D | ShellWindow.py | 78 def sendsig(self, sig): member in ShellWindow 86 return self.sendsig(signal.SIGINT) 89 return self.sendsig(signal.SIGQUIT) 92 return self.sendsig(signal.SIGTERM) 95 return self.sendsig(signal.SIGKILL)
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/ |
D | 3-3.c | 98 void *sendsig(void *arg) in sendsig() function 267 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) { in main() 271 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2))) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/ |
D | 2-1.c | 96 void *sendsig(void *arg) in sendsig() function 242 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) { in main() 245 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2))) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/ |
D | 8-1.c | 96 void *sendsig(void *arg) in sendsig() function 272 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) { in main() 276 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2))) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/ |
D | 6-1.c | 95 void *sendsig(void *arg) in sendsig() function 280 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) { in main() 284 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2))) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/ |
D | 5-1.c | 97 void *sendsig(void *arg) in sendsig() function 264 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) { in main() 268 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2))) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/ |
D | 18-1.c | 96 void *sendsig(void *arg) in sendsig() function 287 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) { in main() 291 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2))) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/ |
D | 6-3.c | 67 static void *sendsig(void *arg) in sendsig() function 226 ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1); in main() 230 ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/ |
D | 4-2.c | 72 static void *sendsig(void *arg) in sendsig() function 235 ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1); in main() 238 ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/ |
D | 4-2.c | 102 void *sendsig(void *arg) in sendsig() function 279 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) { in main() 282 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2))) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/ |
D | 4-1.c | 104 void *sendsig(void *arg) in sendsig() function 302 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) { in main() 305 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2))) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
D | 4-3.c | 75 void *sendsig(void *arg) in sendsig() function 290 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) { in main() 293 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2))) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/ |
D | 3-1.c | 103 void *sendsig(void *arg) in sendsig() function 326 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) { in main() 329 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2))) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/ |
D | 4-3.c | 124 void *sendsig(void *arg) in sendsig() function 357 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) { in main() 360 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2))) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
D | 14-1.c | 59 static void *sendsig(void *arg) in sendsig() function 124 SAFE_PFUNC(pthread_create(&th_sig1, &attr, sendsig, NULL)); in test()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/ |
D | 4-3.c | 80 static void *sendsig(void *arg) in sendsig() function 248 ret = pthread_create(&th_sig1, NULL, sendsig, &arg1); in do_child()
|