Home
last modified time | relevance | path

Searched refs:slp_call (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ua_common.c45 static void *slp_call(void *);
89 if ((terr = thr_create(NULL, 0, slp_call, args, 0, &tid)) != 0) { in slp_ua_common()
172 slp_call(void *ap) in slp_call() function