Searched refs:lock_init (Results 1 – 3 of 3) sorted by relevance
90 if (!store->lock_init) { in thread_store_set()91 store->lock_init = -1; in thread_store_set()93 store->lock_init = -2; in thread_store_set()94 } else while (store->lock_init != -2) { in thread_store_set()
55 int lock_init; member