Searched refs:create_thread (Results 1 – 5 of 5) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/ |
D | 2-1.c | 92 static int create_thread(int prio, pthread_t * tid) in create_thread() function 166 rc = create_thread(PRIO_LOW, &t3); in main() 170 rc = create_thread(PRIO_MED, &t2); in main() 174 rc = create_thread(PRIO_HIGH, &t1); in main()
|
/third_party/curl/docs/examples/ |
D | smooth-gtk-thread.c | 122 void *create_thread(void *progress_bar) in create_thread() function 210 if(!g_thread_create(&create_thread, progress_bar, FALSE, NULL) != 0) in main()
|
/third_party/ltp/testcases/realtime/lib/ |
D | librttest.c | 288 int create_thread(void *(*func) (void *), void *arg, int prio, int policy) in create_thread() function 332 return create_thread(func, arg, prio, SCHED_FIFO); in create_fifo_thread() 337 return create_thread(func, arg, prio, SCHED_RR); in create_rr_thread() 342 return create_thread(func, arg, 0, SCHED_OTHER); in create_other_thread()
|
/third_party/ltp/testcases/realtime/include/ |
D | librttest.h | 232 int create_thread(void*(*func)(void*), void *arg, int prio, int policy);
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | daemon.c | 1155 create_thread (MHD_thread_handle_ *thread, in create_thread() function 1516 res_thread_create = create_thread (&connection->pid, in internal_add_connection() 4107 create_thread (&daemon->pid, daemon, &MHD_select_thread, daemon)))) in MHD_start_daemon_va() 4225 create_thread (&d->pid, daemon, &MHD_select_thread, d))) in MHD_start_daemon_va()
|