Home
last modified time | relevance | path

Searched defs:thread_create (Results 1 – 4 of 4) 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/mbedtls/programs/ssl/
Dssl_pthread_server.c251 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