Home
last modified time | relevance | path

Searched refs:thr (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/arch-sh/asm/
Dsmc37c93x.h78 #define thr rbr macro
/bionic/libc/bionic/
Dpthread.c1703 pthread_internal_t* thr; in pthread_key_delete() local
1719 for ( thr = gThreadList; thr != NULL; thr = thr->next ) { in pthread_key_delete()
1728 if (thr->join_count < 0 || !thr->tls) in pthread_key_delete()
1731 thr->tls[key] = NULL; in pthread_key_delete()