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

/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPReg.c50 * the reg_thread monitors the global static reg_q for messages
53 * the reg_thread reads the message from the reg_q, and sends the
55 * the reg_thread then invokes the SLPRegReport callback with the error
57 * once started, the reg_thread manages registration refreshing.
111 static int slp_reg_thr_running; /* positive if reg_thread is running */
123 static void reg_thread();
528 * Put a reg message on the queue. Assumes reg_thread is running.
568 0, NULL, (void *(*)(void *)) reg_thread,
591 static void reg_thread() { function
686 * list managed by reg_thread
[all...]

Completed in 57 milliseconds