Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dif_bridge.c500 thread_call_t bdc_thread_call; member
4199 if (call->bdc_thread_call == NULL) {
4200 call->bdc_thread_call = thread_call_allocate(
4204 thread_call_enter(call->bdc_thread_call);
4279 if (call->bdc_thread_call != NULL) {
4280 result = thread_call_free(call->bdc_thread_call);
4285 call->bdc_thread_call = NULL;