Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dtest-bus-watch-bind.c158 static void* thread_client2(void *p) { in thread_client2() function
214 assert_se(pthread_create(&client2, NULL, thread_client2, path) == 0); in main()