Home
last modified time | relevance | path

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

/titanic_52/usr/src/lib/libslp/clib/
H A Dslp_ua_common.c37 /* This is used to pass needed params to consumer_thr and slp_call */
47 static void slp_call(void *);
92 NULL, 0, (void *(*)(void *)) slp_call, args, 0, &tid)) != 0) { in slp_ua_common()
173 static void slp_call(void *ap) { in slp_call() function