Home
last modified time | relevance | path

Searched refs:sDestroyLinkContextThread (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/libkern/c++/
H A DOSKext.cpp518 static thread_call_t sDestroyLinkContextThread = NULL; // one-shot, one-at-a-time thread variable
9017 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);