Searched defs:create_thread (Results 1 – 10 of 10) sorted by relevance
45 void create_thread(Function f) in create_thread() function in boost::asio::detail::thread_group
92 static int create_thread(int prio, pthread_t * tid) in create_thread() function
62 create_thread( boost::function<void()> const & f ) in create_thread() function
122 void *create_thread(void *progress_bar) in create_thread() function
76 thread* create_thread(F threadfunc) in create_thread() function in boost::thread_group
185 create_thread(int conn, struct sockaddr_in *addr) in create_thread() function
288 int create_thread(void *(*func) (void *), void *arg, int prio, int policy) in create_thread() function
474 create_thread(struct client *c, void *(*func)(void*)) in create_thread() function
84456 int (*create_thread)(acpi_osd_exec_callback, void *); member