Searched refs:thread_create (Results 1 - 6 of 6) sorted by relevance
/third_party/libuv/test/ |
H A D | benchmark-thread.c | 40 BENCHMARK_IMPL(thread_create) { in BENCHMARK_IMPL()
|
H A D | test-thread.c | 146 TEST_IMPL(thread_create) { in TEST_IMPL()
|
/third_party/mbedtls/tests/include/test/ |
H A D | threading_helpers.h | 46 * \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 D | pthread_cond-smasher.c | 34 # 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 D | ssl_pthread_server.c | 239 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 D | server-coap.c | 242 server_pid = thread_create(server_stack, in start_server()
|
Completed in 3 milliseconds