Home
last modified time | relevance | path

Searched refs:xpthread_create (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_helpers.h178 #define xpthread_create(thread, attr, func, arg) \ macro
H A Dsockmap_listen.c560 err = xpthread_create(&t, NULL, connect_accept_thread, &ctx); in test_syn_recv_insert_delete()