Home
last modified time | relevance | path

Searched refs:B_THREAD_ASLEEP (Results 1 – 4 of 4) sorted by relevance

/haiku/src/kits/tracker/
H A DTaskLoop.cpp606 if (info.state == B_THREAD_ASLEEP) { in AddTask()
/haiku/headers/os/kernel/
H A DOS.h308 B_THREAD_ASLEEP, enumerator
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1167 #define B_THREAD_ASLEEP FSSH_B_THREAD_ASLEEP macro
/haiku/src/system/kernel/
H A Dthread.cpp1197 info->state = B_THREAD_ASLEEP; in fill_thread_info()
1590 if (thread->state == B_THREAD_SUSPENDED || thread->state == B_THREAD_ASLEEP in make_thread_resumed()