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
513 if (!pthread_equal(_job_status_tid, pthread_self()) && (jq && jq->status_ifc)) { in _stop_status_thread()
516 pthread_join(_job_status_tid, 0); in _stop_status_thread()
518 _job_status_tid = pthread_self(); in _stop_status_thread()
735 result = pthread_create(&_job_status_tid, 0, _job_status_thread, jq); in _start_status_thread()
736 if ((result == ERROR) && (_job_status_tid != pthread_self())) { in _start_status_thread()
738 pthread_cancel(_job_status_tid); in _start_status_thread()
740 pthread_kill(_job_status_tid, SIGKILL); in _start_status_thread()
742 _job_status_tid = pthread_self(); in _start_status_thread()
1002 _job_status_tid = pthread_self(); in _job_thread()