Searched refs:handle_request_thread (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_requestqueue.c109 static int handle_request_thread(void *arg);
579 static int handle_request_thread(void *arg) function
671 //LogMessage (kSysLog, "handle_request_thread - thread %d exiting since no work to do\n", pthread_self());
680 //LogMessage (kSysLog, "handle_request_thread - thread %d idle and waiting for work\n", pthread_self());
689 //LogMessage (kSysLog, "handle_request_thread - thread %d timeout, doing one more check\n", pthread_self());
820 error = pthread_create(&request_thread, &gRequest_thread_attr, (void *) handle_request_thread, (void *) NULL);
880 error = pthread_create(&request_thread, &gRequest_thread_attr, (void *) handle_request_thread, (void *) NULL);
940 error = pthread_create(&request_thread, &gRequest_thread_attr, (void *) handle_request_thread, (void *) NULL);
998 error = pthread_create(&request_thread, &gRequest_thread_attr, (void *) handle_request_thread, (void *) NULL);

Completed in 150 milliseconds