Searched refs:create_thread (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/none/tests/solaris/ |
D | coredump_many_threads.c | 68 static void create_thread(void *(*thread_func)(void *)) in create_thread() function 88 create_thread(thread_func2); in main() 89 create_thread(thread_func3); in main() 90 create_thread(thread_func4); in main() 91 create_thread(thread_func5); in main() 92 create_thread(thread_func6); in main() 93 create_thread(thread_func7); in main() 94 create_thread(thread_func8); in main() 95 create_thread(thread_func9); in main()
|
/external/curl/docs/examples/ |
D | smooth-gtk-thread.c | 130 void *create_thread(void *progress_bar) in create_thread() function 219 if (!g_thread_create(&create_thread, progress_bar, FALSE, NULL) != 0) in main()
|
/external/autotest/server/site_tests/power_SuspendShutdown/ |
D | power_SuspendShutdown.py | 101 def create_thread(self, client_autotest, exit_without_logout): member in power_SuspendShutdown 166 t = self.create_thread(client_autotest, exit_without_logout)
|
/external/libmicrohttpd/src/microhttpd/ |
D | daemon.c | 1266 create_thread (MHD_thread_handle_ *thread, in create_thread() function 1598 res_thread_create = create_thread (&connection->pid, in internal_add_connection() 4133 create_thread (&daemon->pid, daemon, &MHD_select_thread, daemon)))) in MHD_start_daemon_va() 4251 create_thread (&d->pid, daemon, &MHD_select_thread, d))) in MHD_start_daemon_va()
|