Searched refs:fd_add_tid (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DdarwinEvents.c89 static pthread_t fd_add_tid = NULL; variable in typeref:typename:pthread_t
370 if(!fd_add_tid)
371 fd_add_tid = create_thread(DarwinProcessFDAdditionQueue_thread, NULL);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DdarwinEvents.c93 static pthread_t fd_add_tid = NULL; variable in typeref:typename:pthread_t
375 if (!fd_add_tid)
376 fd_add_tid = create_thread(DarwinProcessFDAdditionQueue_thread, NULL);

Completed in 4 milliseconds