Home
last modified time | relevance | path

Searched defs:create_thread (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/
D2-1.c92 static int create_thread(int prio, pthread_t * tid) in create_thread() function
/third_party/curl/docs/examples/
Dsmooth-gtk-thread.c122 void *create_thread(void *progress_bar) in create_thread() function
/third_party/ltp/testcases/realtime/lib/
Dlibrttest.c288 int create_thread(void *(*func) (void *), void *arg, int prio, int policy) in create_thread() function
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddaemon.c1155 create_thread (MHD_thread_handle_ *thread, in create_thread() function
/third_party/rust/rust/src/tools/miri/src/concurrency/
Dthread.rs415 fn create_thread(&mut self, on_stack_empty: StackEmptyCallback<'mir, 'tcx>) -> ThreadId { in create_thread() method