Searched refs:thr_exit (Results 1 – 11 of 11) sorted by relevance
77 void thr_exit(long *state);
286 thr_exit.o \
19 thr_exit.c \
324 thr_exit(&curthread->tid);
388 INTERCEPTOR(void, thr_exit, tid_t *state) { in INTERCEPTOR() argument391 REAL(thr_exit)(state); in INTERCEPTOR() local393 #define LSAN_MAYBE_INTERCEPT_THR_EXIT INTERCEPT_FUNCTION(thr_exit)
127 #define thr_exit(x) _pthread_exit(x) macro
50 #define thr_exit(r) pthread_exit(r) macro
238 thr_exit;
365 thr_exit.2 \
2891 TSAN_INTERCEPTOR(void, thr_exit, tid_t *state) { in TSAN_INTERCEPTOR() argument2892 SCOPED_TSAN_INTERCEPTOR(thr_exit, state); in TSAN_INTERCEPTOR()2894 REAL(thr_exit(state)); in TSAN_INTERCEPTOR()2896 #define TSAN_MAYBE_INTERCEPT_THR_EXIT TSAN_INTERCEPT(thr_exit)
585 43225:AUE_THR_EXIT:thr_exit(2):pc