Searched refs:rws_thread (Results 1 – 4 of 4) sorted by relevance
42 rws_thread thread;48 rws_thread t = _threads_joiner->thread; in rws_threads_joiner_clean()61 static void rws_threads_joiner_add(rws_thread thread) { // public in rws_threads_joiner_add()77 rws_thread t = (rws_thread)some_pointer; in rws_thread_func_priv()84 rws_thread rws_thread_create(rws_thread_funct thread_function, void * user_object) { in rws_thread_create()85 rws_thread t = NULL; in rws_thread_create()93 t = (rws_thread)rws_malloc_zero(sizeof(struct rws_thread_struct)); in rws_thread_create()
143 typedef struct rws_thread_struct * rws_thread; typedef542 RWS_API(rws_thread) rws_thread_create(rws_thread_funct thread_function, void * user_object);
89 rws_thread work_thread;
28 │ └── rws_thread.h # 内部头文件41 └── rws_thread.c # 线程
Completed in 5 milliseconds