Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dtest-bus-watch-bind.c201 pthread_t server, client1, client2; in main() local
213 assert_se(pthread_create(&client1, NULL, thread_client1, path) == 0); in main()
216 assert_se(pthread_join(client1, NULL) == 0); in main()
Dtest-bus-chat.c249 static void* client1(void *p) { in client1() function
521 r = pthread_create(&c1, NULL, client1, bus); in main()