Home
last modified time | relevance | path

Searched refs:rws_thread (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/websocket/src/
A Drws_thread.c42 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()
/AliOS-Things-master/components/websocket/include/
A Dlibrws.h143 typedef struct rws_thread_struct * rws_thread; typedef
542 RWS_API(rws_thread) rws_thread_create(rws_thread_funct thread_function, void * user_object);
A Drws_socket.h89 rws_thread work_thread;
/AliOS-Things-master/components/websocket/
A DREADME.md28 │   └── rws_thread.h # 内部头文件
41 └── rws_thread.c # 线程

Completed in 5 milliseconds