Searched defs:thread_create (Results 1 – 7 of 7) sorted by relevance
| /third_party/libuv/test/ |
| D | benchmark-thread.c | 40 BENCHMARK_IMPL(thread_create) { in BENCHMARK_IMPL() argument
|
| D | test-thread.c | 119 TEST_IMPL(thread_create) { in TEST_IMPL() argument
|
| /third_party/libusb/examples/ |
| D | dpfp.c | 80 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/ |
| D | ssl_pthread_server.c | 273 static int thread_create( mbedtls_net_context *client_fd ) in thread_create() function
|
| /third_party/musl/libc-test/src/regression/ |
| D | pthread_cond-smasher.c | 34 # define thread_create(ID, START, ARG) pthread_create(ID, 0, START, ARG) macro
|
| /third_party/glib/glib/deprecated/ |
| D | gthread.h | 76 void (*thread_create) (GThreadFunc func, member
|
| /third_party/boost/boost/interprocess/detail/ |
| D | os_thread_functions.hpp | 522 inline int thread_create( OS_thread_t * thread, unsigned (__stdcall * start_routine) (void*), void*… in thread_create() function
|