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.c189 static pthread_t _job_status_tid; variable
501 if (!pthread_equal(_job_status_tid, pthread_self()) && (jq && jq->status_ifc)) { in _stop_status_thread()
504 pthread_join(_job_status_tid, 0); in _stop_status_thread()
506 _job_status_tid = pthread_self(); in _stop_status_thread()
678 result = pthread_create(&_job_status_tid, 0, _job_status_thread, jq); in _start_status_thread()
679 if ((result == ERROR) && (_job_status_tid != pthread_self())) { in _start_status_thread()
681 pthread_cancel(_job_status_tid); in _start_status_thread()
683 pthread_kill(_job_status_tid, SIGKILL); in _start_status_thread()
685 _job_status_tid = pthread_self(); in _start_status_thread()
923 _job_status_tid = pthread_self(); in _job_thread()