Searched defs:thr_setspecific (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dtsd.c41 #pragma weak _thr_setspecific = thr_setspecific
322 thr_setspecific(thread_key_t key, void *value) function
357 return (thr_setspecific(key, (void *)value));
/illumos-gate/usr/src/man/man3c/
H A DMakefile1259 thr_setspecific.3c \
2336 thr_setspecific.3c := LINKSRC = thr_keycreate.3c

Completed in 70 milliseconds