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

/osnet-11/usr/src/lib/libc/port/threads/
H A Dtsd.c40 #pragma weak _thr_keycreate = thr_keycreate
51 thr_keycreate(thread_key_t *pkey, void (*destructor)(void *)) function
142 return (thr_keycreate(pkey, destructor));
146 * Same as thr_keycreate(), above, except that the key creation
169 error = thr_keycreate(&key, destructor);

Completed in 25 milliseconds