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
504 if (!pthread_equal(_job_status_tid, pthread_self()) && (jq && jq->status_ifc)) { in _stop_status_thread()
507 pthread_join(_job_status_tid, 0); in _stop_status_thread()
509 _job_status_tid = pthread_self(); in _stop_status_thread()
681 result = pthread_create(&_job_status_tid, 0, _job_status_thread, jq); in _start_status_thread()
682 if ((result == ERROR) && (_job_status_tid != pthread_self())) { in _start_status_thread()
684 pthread_cancel(_job_status_tid); in _start_status_thread()
686 pthread_kill(_job_status_tid, SIGKILL); in _start_status_thread()
688 _job_status_tid = pthread_self(); in _start_status_thread()
910 _job_status_tid = pthread_self(); in _job_thread()