Home
last modified time | relevance | path

Searched refs:sendsig (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Demo/tkinter/guido/
DShellWindow.py78 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/
D3-3.c98 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/
D2-1.c96 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/
D8-1.c96 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/
D6-1.c95 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/
D5-1.c97 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/
D18-1.c96 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/
D6-3.c67 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/
D4-2.c72 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/
D4-2.c102 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/
D4-1.c104 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/
D4-3.c75 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/
D3-1.c103 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/
D4-3.c124 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/
D14-1.c59 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/
D4-3.c80 static void *sendsig(void *arg) in sendsig() function
248 ret = pthread_create(&th_sig1, NULL, sendsig, &arg1); in do_child()