Home
last modified time | relevance | path

Searched defs:entryFunction (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/core/libutils/
H A DThreads.cpp67 thread_func_t entryFunction; member
126 int androidCreateRawThreadEtc(android_thread_func_t entryFunction, in androidCreateRawThreadEtc()
296 int androidCreateThreadEtc(android_thread_func_t entryFunction, in androidCreateThreadEtc()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
H A Dexpand_hlo_tuples.cc133 auto entryFunction = in runOnOperation() local
/aosp_15_r20/frameworks/base/core/jni/
H A DAndroidRuntime.cpp1459 android_thread_func_t entryFunction, in javaCreateThreadEtc()