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

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DthreadSafety.h41 void _threadSafetyAssert(pthread_t tid, const char *file, const char *fun, int line);
46 #define threadSafetyAssert(tid) _threadSafetyAssert(tid, __FILE__, __FUNCTION__, __LINE__)
H A DthreadSafety.c59 void _threadSafetyAssert(pthread_t tid, const char *file, const char *fun, int line) { function in typeref:typename:void

Completed in 3 milliseconds