Lines Matching defs:thread
1235 * saves us 128KB per request handler thread at the cost of this scary comment. */
1749 /* When deriving permissions, this thread is used to process inotify events,
1753 pthread_t thread;
1754 int res = pthread_create(&thread, NULL, start_handler, &handlers[i]);
1756 ERROR("failed to start thread #%d, error=%d\n", i, res);