HomeSort by relevance Sort by last modified time
    Searched full:timeout_cb (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libevent/sample/
time-test.c 33 timeout_cb(int fd, short event, void *arg) function
58 evtimer_set(&timeout, timeout_cb, &timeout);
  /external/webkit/WebCore/platform/gtk/
SharedTimerGtk.cpp 45 static gboolean timeout_cb(gpointer) function in namespace:WebCore
67 sharedTimer = g_idle_add(timeout_cb, NULL);
69 sharedTimer = g_timeout_add_full(G_PRIORITY_DEFAULT, intervalInMS, timeout_cb, NULL, NULL);
  /external/chromium/third_party/libevent/test/
regress.c 185 timeout_cb(int fd, short event, void *arg) function
503 evtimer_set(&ev, timeout_cb, NULL);
922 evtimer_set(&ev, timeout_cb, NULL);
    [all...]

Completed in 34 milliseconds