Searched refs:threadSafetyID (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DthreadSafety.c65 threadSafetyID(pthread_self()), threadSafetyID(tid),
70 const char *threadSafetyID(pthread_t tid) { function in typeref:typename:const char *
H A DthreadSafety.h44 const char *threadSafetyID(pthread_t tid);
H A Ddarwin.h85 #define DEBUG_LOG(msg, args...) if (debug_log_fp) fprintf(debug_log_fp, "%s:%s:%s:%d " msg, threadSafetyID(pthread_self()), __FILE__, __FUNCTION__, __LINE__, ##args ); fflush(debug_log_fp);

Completed in 5 milliseconds