Searched refs:curr (Results 1 – 2 of 2) sorted by relevance
66 struct pthread *curr; in libc_hidden_def() local68 curr = list_entry (entry, struct pthread, list); in libc_hidden_def()69 if (__nptl_stack_in_use (curr)) in libc_hidden_def()75 GL (dl_stack_cache_actsize) -= curr->stackblock_size; in libc_hidden_def()78 _dl_deallocate_tls (TLS_TPADJ (curr), false); in libc_hidden_def()82 if (__munmap (curr->stackblock, curr->stackblock_size) != 0) in libc_hidden_def()
73 struct pthread *curr; in get_cached_stack() local75 curr = list_entry (entry, struct pthread, list); in get_cached_stack()76 if (__nptl_stack_in_use (curr) && curr->stackblock_size >= size) in get_cached_stack()78 if (curr->stackblock_size == size) in get_cached_stack()80 result = curr; in get_cached_stack()85 || result->stackblock_size > curr->stackblock_size) in get_cached_stack()86 result = curr; in get_cached_stack()
Completed in 4 milliseconds