Searched refs:socketB (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/skia/experimental/nanomsg/ |
H A D | picture_demo.cpp | 111 // Wait until socketA or socketB has something to tell us, and return which one. 112 static int poll_in(int socketA, int socketB) { argument 115 { socketB, NN_POLLIN, 0 }, 121 if (polls[1].revents & NN_POLLIN) { return socketB; }
|
/external/skia/experimental/nanomsg/ |
H A D | picture_demo.cpp | 111 // Wait until socketA or socketB has something to tell us, and return which one. 112 static int poll_in(int socketA, int socketB) { argument 115 { socketB, NN_POLLIN, 0 }, 121 if (polls[1].revents & NN_POLLIN) { return socketB; }
|
Completed in 144 milliseconds