Searched refs:hle (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_list.c258 LIST_INSERT_HEAD(head, thread, hle);
264 LIST_REMOVE(thread, hle);
274 LIST_FOREACH(td, head, hle) {
H A Dthr_private.h378 LIST_ENTRY(pthread) hle; member in struct:pthread
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_kern.c2523 LIST_INSERT_HEAD(head, thread, hle);
2529 LIST_REMOVE(thread, hle);
2539 LIST_FOREACH(td, head, hle) {
H A Dthr_private.h646 LIST_ENTRY(pthread) hle; member in struct:pthread

Completed in 148 milliseconds