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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_stats.c880 int i, thr_exit; local
933 thr_exit = 1;
937 thr_exit = 0;
941 if (thr_exit)
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_stats.c755 int i, thr_exit; local
801 thr_exit = 1;
805 thr_exit = 0;
809 if (thr_exit)
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c320 thr_exit(void * status) function
326 dlsym(RTLD_NEXT, "thr_exit");
338 * out on any events a thread spits out AFTER is calls thr_exit().
343 * Now you can't get events for thr_exit using an interposition library.
344 * Since thr_exit is a really helpful event, this is a problem.
363 * thr_exit and pthread_exit events, THEN you should NOT use 'prex -l'
385 /* see the comment in thr_exit about tnf_thread_disable() */
600 /* see the comment in thr_exit about tnf_thread_disable */
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c311 * thr_exit() stores 1 in the ul_dead member.
732 * thr_exit() as a result of being cancelled.
944 * If thr_exit is being called from the places where
973 #pragma weak pthread_exit = thr_exit
974 #pragma weak _thr_exit = thr_exit
976 thr_exit(void *status) function
1865 * The thread may disappear by calling thr_exit() so we

Completed in 83 milliseconds