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

/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-private.h13 #define pthread_kill thr_kill
14 #define thr_kill thr_kill macro
/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c2146 #pragma weak pthread_kill = thr_kill
2147 #pragma weak _thr_kill = thr_kill
2149 thr_kill(thread_t tid, int sig) function

Completed in 24 milliseconds