Searched refs:thread_death_entry (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/kernel/
H A Dthread.cpp1764 struct thread_death_entry *death = NULL;
1847 while ((death = (struct thread_death_entry*)list_get_next_item(
2036 struct thread_death_entry* threadDeathEntry = NULL;
2057 = (thread_death_entry*)malloc(sizeof(thread_death_entry));
2282 thread_death_entry* entry = NULL;
2283 while ((entry = (thread_death_entry*)list_get_next_item(
2515 struct thread_death_entry death;
2545 thread_death_entry* threadDeathEntry = NULL;
2546 while ((threadDeathEntry = (thread_death_entry*)list_get_next_ite
[all...]
H A Dteam.cpp533 while (thread_death_entry* threadDeathEntry
534 = (thread_death_entry*)list_remove_head_item(&dead_threads)) {
/haiku/headers/private/kernel/
H A Dthread_types.h82 struct thread_death_entry { struct

Completed in 56 milliseconds