Home
last modified time | relevance | path

Searched refs:thread_create (Results 1 - 6 of 6) sorted by relevance

/third_party/libuv/test/
H A Dbenchmark-thread.c40 BENCHMARK_IMPL(thread_create) { in BENCHMARK_IMPL()
H A Dtest-thread.c146 TEST_IMPL(thread_create) { in TEST_IMPL()
/third_party/mbedtls/tests/include/test/
H A Dthreading_helpers.h46 * \param thread_create The thread create function implementation.
50 void mbedtls_test_thread_set_alt(int (*thread_create)(mbedtls_test_thread_t *thread,
/third_party/musl/libc-test/src/regression/
H A Dpthread_cond-smasher.c34 # define thread_create(ID, START, ARG) pthread_create(ID, 0, START, ARG) macro
130 thread_create(&id[i], client, &args[i]); in main()
/third_party/mbedtls/programs/ssl/
H A Dssl_pthread_server.c239 static int thread_create(mbedtls_net_context *client_fd) in thread_create() function
456 if ((ret = thread_create(&client_fd)) != 0) { in main()
457 mbedtls_printf(" [ main ] failed: thread_create returned %d\n", ret); in main()
/third_party/libcoap/examples/riot/examples_libcoap_server/
H A Dserver-coap.c242 server_pid = thread_create(server_stack, in start_server()

Completed in 3 milliseconds