Searched refs:reg_q (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
52 * caller thread places the reg msg on the reg_q, and returns
53 * the reg_thread reads the message from the reg_q, and sends the
110 static slp_queue_t *reg_q; /* the global registration queue */ variable
544 return (slp_enqueue(reg_q, rmsg));
548 * Create a new reg_q and start the reg thread.
561 reg_q = slp_new_queue(&err);
573 slp_destroy_queue(reg_q);
586 * monitoring the reg_q for new reg messages.
602 rmsg = slp_dequeue_timed(reg_q,
[all...]

Completed in 53 milliseconds