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

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c480 thread_call_t TChdl; member in struct:wrap_thread_call
499 (void)thread_call_enter1_delayed( wrapTC->TChdl, (void *)wrapTC, wrapTC->deadline );
515 wrapTC->TChdl = thread_call_allocate( _cyclic_apply, NULL );
528 (void)thread_call_enter1_delayed( wrapTC->TChdl, (void *)wrapTC, wrapTC->deadline );
546 while (!thread_call_cancel(wrapTC->TChdl)) {
556 if (thread_call_free(wrapTC->TChdl))

Completed in 19 milliseconds