Searched defs:thread_create (Results 1 – 4 of 4) sorted by relevance
40 BENCHMARK_IMPL(thread_create) { in BENCHMARK_IMPL() argument
119 TEST_IMPL(thread_create) { in TEST_IMPL() argument
251 static int thread_create(mbedtls_net_context *client_fd) in thread_create() function
34 # define thread_create(ID, START, ARG) pthread_create(ID, 0, START, ARG) macro