Searched refs:_cups_thread_func_t (Results 1 – 3 of 3) sorted by relevance
36 typedef void *(*_cups_thread_func_t)(void *arg); typedef52 typedef void *(__stdcall *_cups_thread_func_t)(void *arg);71 typedef void *(*_cups_thread_func_t)(void *arg);101 extern _cups_thread_t _cupsThreadCreate(_cups_thread_func_t func, void *arg);
171 _cups_thread_func_t func, /* I - Entry point */ in _cupsThreadCreate()358 _cups_thread_func_t func, /* I - Entry point */ in _cupsThreadCreate()521 _cups_thread_func_t func, /* I - Entry point */ in _cupsThreadCreate()
291 _cupsThreadCreate((_cups_thread_func_t)monitor_printer, &monitor); in main()