Searched refs:oldsig (Results 1 – 2 of 2) sorted by relevance
/packages/services/BuiltInPrintService/jni/plugins/ |
D | plugin_pcl.c | 155 sigset_t allsig, oldsig; in _start_thread() local 167 result = pthread_sigmask(SIG_SETMASK, &allsig, &oldsig); in _start_thread() 169 pthread_sigmask(SIG_SETMASK, &allsig, &oldsig); in _start_thread() 186 result = pthread_sigmask(SIG_SETMASK, &oldsig, 0); in _start_thread() 188 pthread_sigmask(SIG_SETMASK, &oldsig, 0); in _start_thread()
|
/packages/services/BuiltInPrintService/jni/lib/ |
D | lib_wprint.c | 666 sigset_t allsig, oldsig; in _start_status_thread() local 676 result = pthread_sigmask(SIG_SETMASK, &allsig, &oldsig); in _start_status_thread() 678 pthread_sigmask(SIG_SETMASK, &allsig, &oldsig); in _start_status_thread() 695 result = pthread_sigmask(SIG_SETMASK, &oldsig, 0); in _start_status_thread() 697 pthread_sigmask(SIG_SETMASK, &oldsig, 0); in _start_status_thread() 1321 sigset_t allsig, oldsig; in _start_thread() local 1329 result = pthread_sigmask(SIG_SETMASK, &allsig, &oldsig); in _start_thread() 1331 pthread_sigmask(SIG_SETMASK, &allsig, &oldsig); in _start_thread() 1348 result = pthread_sigmask(SIG_SETMASK, &oldsig, 0); in _start_thread() 1350 pthread_sigmask(SIG_SETMASK, &oldsig, 0); in _start_thread()
|