HomeSort by relevance Sort by last modified time
    Searched refs:mThreadClosingPipe (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/contexthubhal/
nanohubhal.h 124 int mThreadClosingPipe[2];
132 mThreadClosingPipe[0] = -1;
133 mThreadClosingPipe[1] = -1;
nanohubhal.cpp 226 [IDX_CLOSE_PIPE] = { .fd = mThreadClosingPipe[0], .events = POLLIN, },
323 if (pipe(mThreadClosingPipe)) {
345 while(write(mThreadClosingPipe[1], &zero, 1) != 1) {
367 ::close(mThreadClosingPipe[0]);
368 ::close(mThreadClosingPipe[1]);

Completed in 225 milliseconds