Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_action.cpp123 ntfy_obj->SetOwnerThread(thread); in InitConnEnv()
127 this->SetOwnerThread(thread); in InitConnEnv()
H A Dmicro_thread.cpp992 epfd.SetOwnerThread(thread); in recvfrom()
1058 epfd.SetOwnerThread(thread); in sendto()
1109 epfd.SetOwnerThread(thread); in connect()
1155 epfd.SetOwnerThread(thread); in accept()
1201 epfd.SetOwnerThread(thread); in read()
1259 epfd.SetOwnerThread(thread); in write()
1299 epfd.SetOwnerThread(thread); in recv()
1377 epfd.SetOwnerThread(thread); in send()
1427 epfd.SetOwnerThread(thread); in WaitEvents()
H A Dmt_session.h60 void SetOwnerThread(MicroThread* thread) { in SetOwnerThread() function
H A Dkqueue_proxy.h147 void SetOwnerThread(MicroThread* thread) { _thread = thread; }; in SetOwnerThread() function