Searched refs:sDestroyLinkContextThread (Results 1 – 1 of 1) sorted by relevance
518 static thread_call_t sDestroyLinkContextThread = NULL; // one-shot, one-at-a-time thread variable9017 if (sDestroyLinkContextThread) {9018 if (!thread_call_free(sDestroyLinkContextThread)) {9024 sDestroyLinkContextThread = NULL;9051 if (sDestroyLinkContextThread) {9058 sDestroyLinkContextThread = thread_call_allocate(9060 if (!sDestroyLinkContextThread) {9067 thread_call_enter(sDestroyLinkContextThread);