Home
last modified time | relevance | path

Searched refs:mythread_sync_helper1 (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/public-domain/xz/dist/src/common/
Dmythread.h51 #define mythread_sync(mutex) mythread_sync_helper1(mutex, __LINE__)
52 #define mythread_sync_helper1(mutex, line) mythread_sync_helper2(mutex, line) macro