HomeSort by relevance Sort by last modified time
    Searched full:create_thread (Results 1 - 20 of 20) sorted by null

  /external/valgrind/none/tests/solaris/
coredump_many_threads.c 68 static void create_thread(void *(*thread_func)(void *)) function
88 create_thread(thread_func2);
89 create_thread(thread_func3);
90 create_thread(thread_func4);
91 create_thread(thread_func5);
92 create_thread(thread_func6);
93 create_thread(thread_func7);
94 create_thread(thread_func8);
95 create_thread(thread_func9);
  /external/autotest/server/site_tests/power_SuspendShutdown/
power_SuspendShutdown.py 101 def create_thread(self, client_autotest, exit_without_logout): member in class:power_SuspendShutdown
166 t = self.create_thread(client_autotest, exit_without_logout)
  /external/curl/docs/examples/
smooth-gtk-thread.c 130 void *create_thread(void *progress_bar) function
219 if (!g_thread_create(&create_thread, progress_bar, FALSE, NULL) != 0)
  /system/bt/btif/co/
bta_hh_co.c 165 ** Function create_thread
172 static inline pthread_t create_thread(void *(*start_routine)(void *), void * arg){ function
173 APPL_TRACE_DEBUG("create_thread: entered");
184 APPL_TRACE_DEBUG("create_thread: thread created successfully");
314 p_dev->hh_poll_thread_id = create_thread(btif_hh_poll_event_thread, p_dev);
341 p_dev->hh_poll_thread_id = create_thread(btif_hh_poll_event_thread, p_dev);
  /system/bt/btif/src/
btif_sock_thread.c 107 static inline int create_thread(void *(*start_routine)(void *), void * arg, function
190 int status = create_thread(sock_poll_thread, (void*)(uintptr_t)h, &thread);
193 APPL_TRACE_ERROR("create_thread failed: %s", strerror(status));
btif_hl.c 4903 static inline pthread_t create_thread(void *(*start_routine)(void *), void * arg){ function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libpthread-2.11.1.so 
libpthread.so.0 
libpthread.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libpthread-2.15.so 
libpthread.so.0 
libpthread.a     [all...]
  /external/libmicrohttpd/src/microhttpd/
daemon.c 1266 create_thread (MHD_thread_handle_ *thread, function
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib/
libpthread.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/xen/
libpthread.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib/
libpthread.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/xen/
libpthread.a     [all...]

Completed in 1962 milliseconds