Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 7 of 7) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/taskpool/
Dthread.cpp44 Thread* thread = reinterpret_cast<Thread*>(this); in Start() local
57 Thread* thread = reinterpret_cast<Thread*>(arg); in Start() local
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dblock_on.rs24 let thread = unsafe { Arc::from_raw(ptr.cast::<Parker>()) }; in clone() localVariable
34 let thread = unsafe { Arc::from_raw(ptr.cast::<Parker>()) }; in wake() localVariable
39 let thread = unsafe { Arc::from_raw(ptr.cast::<Parker>()) }; in wake_by_ref() localVariable
/commonlibrary/rust/ylong_runtime/ylong_io/tests/
Dtcp_test.rs32 let thread = thread::spawn(move || { in sdv_tcp_server() localVariable
102 let thread = thread::spawn(move || { in sdv_tcp_server_vectored() localVariable
/commonlibrary/c_utils/base/test/unittest/common/
Dutils_thread_test.cpp136 pthread_t thread = test->GetThread(); variable
190 pthread_t thread = test->GetThread(); variable
243 pthread_t thread = test->GetThread(); variable
/commonlibrary/ets_utils/js_concurrent_module/worker/
Dthread.cpp24 Thread* thread = reinterpret_cast<Thread*>(arg); in Start() local
/commonlibrary/c_utils/base/test/benchmarktest/thread_benchmark_test/
Dthread_benchmark_test.cpp154 pthread_t thread = test->GetThread(); in BENCHMARK_F() local
221 pthread_t thread = test->GetThread(); in ThreadTestProcedure() local
/commonlibrary/c_utils/base/src/
Dthread_ex.cpp80 pthread_t thread; in CreatePThread() local