Searched refs:t (Results 1 – 2 of 2) sorted by relevance
24 pthread_cancel (pthread_t t) in pthread_cancel() argument29 p = __pthread_getid (t); in pthread_cancel()
213 struct __pthread *t = GL (dl_pthread_threads)[i]; in __pthread_init_static_tls() local215 if (t == NULL) in __pthread_init_static_tls()219 void *dest = (char *) t->tcb - map->l_tls_offset; in __pthread_init_static_tls()221 void *dest = (char *) t->tcb + map->l_tls_offset + TLS_PRE_TCB_SIZE; in __pthread_init_static_tls()
Completed in 5 milliseconds