Home
last modified time | relevance | path

Searched defs:thread_create (Results 1 – 7 of 7) sorted by relevance

/third_party/libuv/test/
Dbenchmark-thread.c40 BENCHMARK_IMPL(thread_create) { in BENCHMARK_IMPL() argument
Dtest-thread.c119 TEST_IMPL(thread_create) { in TEST_IMPL() argument
/third_party/libusb/examples/
Ddpfp.c80 static inline int thread_create(thread_t *thread, in thread_create() function
122 static inline int thread_create(thread_t *thread, in thread_create() function
/third_party/mbedtls/programs/ssl/
Dssl_pthread_server.c273 static int thread_create( mbedtls_net_context *client_fd ) in thread_create() function
/third_party/musl/libc-test/src/regression/
Dpthread_cond-smasher.c34 # define thread_create(ID, START, ARG) pthread_create(ID, 0, START, ARG) macro
/third_party/glib/glib/deprecated/
Dgthread.h76 void (*thread_create) (GThreadFunc func, member
/third_party/boost/boost/interprocess/detail/
Dos_thread_functions.hpp522 inline int thread_create( OS_thread_t * thread, unsigned (__stdcall * start_routine) (void*), void*… in thread_create() function