Home
last modified time | relevance | path

Searched refs:ulwp_replace_free (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libc/port/threads/
H A Dthr.c805 if ((replace = udp->ulwp_replace_free) == NULL) in _thrp_exit()
807 else if ((udp->ulwp_replace_free = replace->ul_next) == NULL) in _thrp_exit()
1057 if (udp->ulwp_replace_free == NULL) in _thrp_join()
1058 udp->ulwp_replace_free = in _thrp_join()
1390 ASSERT(udp->ulwp_replace_free == NULL); in libc_init()
1742 if (udp->ulwp_replace_free == NULL) { in postfork1_child()
1743 udp->ulwp_replace_free = in postfork1_child()
/titanic_50/usr/src/lib/libc/inc/
H A Dthr_uberdata.h964 ulwp_t *ulwp_replace_free; member
1178 caddr32_t ulwp_replace_free; member
/titanic_50/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c871 prt_addr(uberdata.ulwp_replace_free, 0)); in d_uberdata()