Home
last modified time | relevance | path

Searched refs:thread_ptr (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Did_native.h26 constexpr NativeId(TX_THREAD* thread_ptr = nullptr)
27 : thread_ptr_(thread_ptr) {} in thread_ptr_() argument
/external/libcap/tests/
Dpsx_test.c20 } thread_ptr; typedef
24 thread_ptr tp; in say_hello_expecting()
/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1092 jthread* thread_ptr);
1805 jvmtiError GetCurrentThread(jthread* thread_ptr) { in GetCurrentThread()
1806 return functions->GetCurrentThread(this, thread_ptr); in GetCurrentThread()