Lines Matching refs:INITIAL_LOCK
1642 and at least INITIAL_LOCK, ACQUIRE_LOCK, RELEASE_LOCK and possibly
1662 #define INITIAL_LOCK(sl) ((sl)->threadid = 0, (sl)->l = (sl)->c = 0, 0)
1762 #define INITIAL_LOCK(sl) ((sl)->threadid = 0, (sl)->l = (sl)->c = 0, 0)
1827 #define INITIAL_LOCK(sl) pthread_init_lock(sl)
1858 #define INITIAL_LOCK(s) (!InitializeCriticalSectionAndSpinCount((s), 0x80000000|4000))
1892 /* #define INITIAL_LOCK(sl) ... */
1905 #define INITIAL_LOCK(l)
3008 INITIAL_LOCK(&gm->mutex);
4958 INITIAL_LOCK(&m->mutex);