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

/macosx-10.10/vim-55/src/
H A Dos_beos.c30 thread_id read_thread_id; variable
66 if (read_thread_id > 0)
67 kill_thread(read_thread_id);
68 read_thread_id = 0;
134 read_thread_id = spawn_thread(read_thread, "vim async read",
137 resume_thread(read_thread_id);
178 kill(read_thread_id, SIGUSR1);
/macosx-10.10/cups-408/cups/backend/
H A Dusb-libusb.c187 pthread_t read_thread_id, /* Read thread */ local
321 if (pthread_create(&read_thread_id, NULL, read_thread, NULL))
H A Dusb-darwin.c328 pthread_t read_thread_id, /* Read thread */ local
531 if (pthread_create(&read_thread_id, NULL, read_thread, NULL))

Completed in 179 milliseconds