Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c184 static pthread_t _job_status_tid; variable
493 if (!pthread_equal(_job_status_tid, pthread_self()) && (jq && jq->status_ifc)) { in _stop_status_thread()
496 pthread_join(_job_status_tid, 0); in _stop_status_thread()
498 _job_status_tid = pthread_self(); in _stop_status_thread()
668 result = pthread_create(&_job_status_tid, 0, _job_status_thread, jq); in _start_status_thread()
669 if ((result == ERROR) && (_job_status_tid != pthread_self())) { in _start_status_thread()
671 pthread_cancel(_job_status_tid); in _start_status_thread()
673 pthread_kill(_job_status_tid, SIGKILL); in _start_status_thread()
675 _job_status_tid = pthread_self(); in _start_status_thread()
833 _job_status_tid = pthread_self(); in _job_thread()