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