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

/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dtrampoline.c59 static isc__trampoline_t **trampolines; variable
93 trampolines = calloc(isc__trampoline_max, sizeof(trampolines[0]));
94 RUNTIME_CHECK(trampolines != NULL);
97 trampolines[0] = isc__trampoline_new(0, NULL, NULL);
98 isc_tid_v = trampolines[0]->tid;
99 trampolines[0]->self = isc_thread_self();
101 /* Initialize the other trampolines */
103 trampolines[i] = NULL;
117 * gets unloaded, there might be some existing trampolines fro
[all...]
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dtrampoline.c56 static isc__trampoline_t **trampolines; variable
80 trampolines = calloc(isc__trampoline_max, sizeof(trampolines[0]));
81 RUNTIME_CHECK(trampolines != NULL);
84 trampolines[0] = isc__trampoline_new(0, NULL, NULL);
85 isc_tid_v = trampolines[0]->tid;
86 trampolines[0]->self = isc_thread_self();
88 /* Initialize the other trampolines */
90 trampolines[i] = NULL;
99 * gets unloaded, there might be some existing trampolines fro
[all...]
/netbsd-current/share/mk/
H A Dbsd.kmodule.mk47 # The real solution to this involves generating trampolines for those
147 # The solution to limited branch space involves generating trampolines for

Completed in 136 milliseconds