Lines Matching defs:ztw
87 struct zk_thread_wrapper ztw;88 memcpy(&ztw, arg, sizeof (ztw));90 ztw.func(ztw.arg);101 struct zk_thread_wrapper *ztw;138 VERIFY(ztw = malloc(sizeof (*ztw)));139 ztw->func = func;140 ztw->arg = arg;141 VERIFY0(pthread_create(&tid, &attr, zk_thread_wrapper, ztw));