Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/PhotonLibOS
/ insert_tail
Method
insert_tail
thread/thread.cpp:688–690 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
686
return current->next() == current->prev();
687
}
688
void insert_tail(thread* th) const {
689
current->insert_tail(th);
690
}
691
void insert_list_before(thread* th) const {
692
current->insert_list_before(th);
693
}
Callers
3
thread_create
Function · 0.45
prelocked_thread_interrupt
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36