Home
last modified time | relevance | path

Searched refs:output_handle_write (Results 1 – 3 of 3) sorted by relevance

/dports/net/mptsd/mptsd-1.1/
H A Doutput.h28 void * output_handle_write (void *_config);
H A Dmptsd.c97 if (pthread_create(&conf->output->write_thread, NULL, &output_handle_write, conf) == 0) { in spawn_output_threads()
H A Doutput_write.c116 void * output_handle_write(void *_config) { in output_handle_write() function