Searched refs:stillThreadLocal (Results 1 – 2 of 2) sorted by relevance
2854 bool* stillThreadLocal; in WorkerLocalStorage() local2874 stillThreadLocal = new bool; in WorkerLocalStorage()2875 *stillThreadLocal = true; in WorkerLocalStorage()2929 assert(*stillThreadLocal, in WorkerLocalStorage()2942 assert(*stillThreadLocal, in WorkerLocalStorage()2962 if (*stillThreadLocal) in WorkerLocalStorage()2964 *stillThreadLocal = false; in WorkerLocalStorage()
3092 bool* stillThreadLocal; in WorkerLocalStorage() local3112 stillThreadLocal = new bool; in WorkerLocalStorage()3113 *stillThreadLocal = true; in WorkerLocalStorage()3167 assert(*stillThreadLocal, in WorkerLocalStorage()3180 assert(*stillThreadLocal, in WorkerLocalStorage()3200 if (*stillThreadLocal) in WorkerLocalStorage()3202 *stillThreadLocal = false; in WorkerLocalStorage()