Searched refs:tcheck (Results 1 – 2 of 2) sorted by relevance
105 static inline int tcheck(void) in tcheck() function114 return tcheck() & 8; in tcheck_doomed()119 return tcheck() & 4; in tcheck_active()124 return tcheck() & 2; in tcheck_suspended()129 return tcheck() & 6; in tcheck_transactional()
27 static void *tcheck(void *_args) in tcheck() function53 if (pthread_create(&th, NULL, tcheck, &args)) in check_in_thread()
Completed in 6 milliseconds