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

  /external/bluetooth/glib/glib/
gpoll.c 137 gint nhandles,
152 g_print (" MsgWaitForMultipleObjectsEx(%d, %d)\n", nhandles, timeout);
154 ready = MsgWaitForMultipleObjectsEx (nhandles, handles, timeout,
164 else if (nhandles == 0)
181 g_print (" WaitForMultipleObjectsEx(%d, %d)\n", nhandles, timeout);
183 ready = WaitForMultipleObjectsEx (nhandles, handles, FALSE, timeout, TRUE);
197 (poll_msgs && ready == WAIT_OBJECT_0 + nhandles ? " (msg)" : ""))));
204 else if (poll_msgs && ready == WAIT_OBJECT_0 + nhandles)
213 if (timeout != 0 || nhandles == 0)
219 recursed_result = poll_rest (FALSE, handles, nhandles, fds, nfds, 0)
262 gint nhandles = 0; local
    [all...]
  /prebuilt/windows/sdl/host/lib/
libSDL.a     [all...]
libSDLmain.a     [all...]

Completed in 71 milliseconds