Searched refs:rws_thread_funct (Results 1 – 2 of 2) sorted by relevance
36 rws_thread_funct thread_function;84 rws_thread rws_thread_create(rws_thread_funct thread_function, void * user_object) { in rws_thread_create()
150 typedef void (*rws_thread_funct)(void * user_object); typedef542 RWS_API(rws_thread) rws_thread_create(rws_thread_funct thread_function, void * user_object);
Completed in 4 milliseconds