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

/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtrace_jni.c107 static int g_handle_seq = NO_HANDLE; variable
213 * Postcondition: if successful, g_handle_seq is the handle of the consumer just
237 g_handle_seq = NO_HANDLE;
282 g_handle_seq = (g_handle_seq == NO_HANDLE
283 ? FIRST_HANDLE : g_handle_seq + 1);
284 if (g_handle_seq >= g_consumer_capacity) {
285 g_handle_seq = FIRST_HANDLE;
287 start = g_handle_seq; /* guard against infinite loop */
288 while (g_consumer_table[g_handle_seq] !
[all...]

Completed in 45 milliseconds