Searched refs:mythread_sync_helper1 (Results 1 – 1 of 1) sorted by relevance
50 #define mythread_sync(mutex) mythread_sync_helper1(mutex, __LINE__)51 #define mythread_sync_helper1(mutex, line) mythread_sync_helper2(mutex, line) macro