Home
last modified time | relevance | path

Searched refs:thread (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/ac/connect/
Ddemo_AcTestMain.cpp47 nn::os::Thread thread; in nnMain() local
48 thread.StartUsingAutoStack( DisconnectWaitThread, STACK_SIZE ); in nnMain()
49 thread.Detach(); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/ac/debug_connect/
Ddemo_AcTestMain.cpp61 nn::os::Thread thread; in nnMain() local
62 thread.StartUsingAutoStack( DisconnectWaitThread, STACK_SIZE ); in nnMain()
63 thread.Detach(); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/friends/basic/
Ddemo_FriendsMain.cpp234 nn::os::Thread thread; in nnMain() local
235 thread.StartUsingAutoStack( EventDispatchThread, STACK_SIZE ); in nnMain()
371 thread.Join(); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/cec/cec_demo1/
Dcec_Main.cpp498 nn::os::Thread thread; in nnMain() local
528 result = thread.TryStartUsingAutoStack(ReceiveEventThread, NULL, 4096); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/cec/cec_demo2/
Dcec_Main.cpp836 nn::os::Thread thread; in nnMain() local
870 … result = thread.TryStartUsingAutoStack<u32*, u32*>(ReceiveEventThread, &isExistNewMess, 1024); in nnMain()