Searched defs:welcome (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/none/tests/
H A Dpth_once.c15 * execute the routine welcome() using the once call. Only
17 * execute welcome().
35 void welcome(void) function
37 printf("welcome: Welcome\n");
45 welcome)) != 0) {
/external/valgrind/main/helgrind/tests/
H A Dtc21_pthonce.c26 * execute the routine welcome() using the once call. Only
28 * execute welcome().
64 void welcome(void) { function
65 printf("welcome: Welcome\n");
72 r= pthread_once(&welcome_once_block, welcome); assert(!r);
/external/dbus/bus/
H A Ddriver.c331 DBusMessage *welcome; local
339 welcome = dbus_message_new_method_return (hello_message);
340 if (welcome == NULL)
346 if (!dbus_message_append_args (welcome,
350 dbus_message_unref (welcome);
355 _dbus_assert (dbus_message_has_signature (welcome, DBUS_TYPE_STRING_AS_STRING));
357 if (!bus_transaction_send_from_driver (transaction, connection, welcome))
359 dbus_message_unref (welcome);
365 dbus_message_unref (welcome);

Completed in 100 milliseconds