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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dtsd.c261 * We call thr_setspecific_slow() when the key specified
267 thr_setspecific_slow(thread_key_t key, void *value) function
349 ret = thr_setspecific_slow(key, value);

Completed in 55 milliseconds