HomeSort by relevance Sort by last modified time
    Searched refs:create_thread (Results 1 - 11 of 11) 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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/
2-1.c 92 static int create_thread(int prio, pthread_t * tid) function
166 rc = create_thread(PRIO_LOW, &t3);
168 FAIL_AND_EXIT("create_thread LOW", rc);
170 rc = create_thread(PRIO_MED, &t2);
172 FAIL_AND_EXIT("create_thread MED", rc);
174 rc = create_thread(PRIO_HIGH, &t1);
176 FAIL_AND_EXIT("create_thread HIGH", rc);
  /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)
  /external/wayland/tests/
display-test.c 428 create_thread(struct client *c, void *(*func)(void*)) function
485 thread = create_thread(c, thread_read_error);
546 th1 = create_thread(c, thread_prepare_and_read);
547 th2 = create_thread(c, thread_prepare_and_read);
548 th3 = create_thread(c, thread_prepare_and_read);
585 th1 = create_thread(c, thread_prepare_and_read);
586 th2 = create_thread(c, thread_prepare_and_read);
587 th3 = create_thread(c, thread_prepare_and_read);
  /external/python/cpython2/Demo/pysvr/
pysvr.c 46 static void create_thread(int, struct sockaddr_in *);
169 create_thread(conn, &clientaddr);
185 create_thread(int conn, struct sockaddr_in *addr) function
  /system/bt/btif/co/
bta_hh_co.cc 159 * Function create_thread
166 static inline pthread_t create_thread(void* (*start_routine)(void*), function
168 APPL_TRACE_DEBUG("create_thread: entered");
178 APPL_TRACE_DEBUG("create_thread: thread created successfully");
304 create_thread(btif_hh_poll_event_thread, p_dev);
332 create_thread(btif_hh_poll_event_thread, p_dev);
  /external/ltp/testcases/realtime/include/
librttest.h 233 int create_thread(void*(*func)(void*), void *arg, int prio, int policy);
  /external/ltp/testcases/realtime/lib/
librttest.c 285 int create_thread(void *(*func) (void *), void *arg, int prio, int policy) function
329 return create_thread(func, arg, prio, SCHED_FIFO);
334 return create_thread(func, arg, prio, SCHED_RR);
339 return create_thread(func, arg, 0, SCHED_OTHER);
  /system/bt/btif/src/
btif_sock_thread.cc 105 static inline int create_thread(void* (*start_routine)(void*), void* arg, function
177 int status = create_thread(sock_poll_thread, (void*)(uintptr_t)h, &thread);
179 APPL_TRACE_ERROR("create_thread failed: %s", strerror(status));
btif_hl.cc 4591 static inline pthread_t create_thread(void* (*start_routine)(void*), function
    [all...]
  /external/libmicrohttpd/src/microhttpd/
daemon.c 1266 create_thread (MHD_thread_handle_ *thread, function
    [all...]

Completed in 1409 milliseconds