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

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp339 static thread_call_t sDestroyLinkContextThread = 0; // one-shot, one-at-a-time thread variable
6192 if (sDestroyLinkContextThread) {
6193 if (!thread_call_free(sDestroyLinkContextThread)) {
6199 sDestroyLinkContextThread = 0;
6226 if (sDestroyLinkContextThread) {
6233 sDestroyLinkContextThread = thread_call_allocate(
6235 if (!sDestroyLinkContextThread) {
6242 thread_call_enter(sDestroyLinkContextThread);

Completed in 97 milliseconds