Searched defs:UNINIT (Results 1 – 2 of 2) sorted by relevance
433 #define UNINIT(T, x, y) T x; T y = x; macro
1113 typedef enum { UNINIT = -1, UNLOCKED, LOCKED } kmp_stub_lock_t; enumerator