Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dtest-bus-watch-bind.c128 static void* thread_client1(void *p) { in thread_client1() function
213 assert_se(pthread_create(&client1, NULL, thread_client1, path) == 0); in main()