Home
last modified time | relevance | path

Searched defs:closure (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dhash_table.h158 void *closure), in hash_table_call_foreach()
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXthreads.h47 # define xthread_fork(func,closure) cthread_fork(func,closure) argument
76 # define xthread_fork(func,closure) thr_create(NULL,0,func,closure,THR_NEW_LWP|THR_DETACHED,NULL) argument
112 # define xthread_fork(func,closure) { \ argument
172 # define xthread_fork(func,closure) { pthread_t _tmpxthr; \ argument
202 # define xthread_fork(func,closure) { thr_t _tmpxthr; \ argument
238 # define xthread_fork(func,closure) { pthread_t _tmpxthr; \ argument
247 # define xthread_fork(func,closure) { pthread_t _tmpxthr; \ argument
/hardware/google/gfxstream/guest/android-emu/aemu/base/fit/
DFunction.h91 using closure = function<void()>; variable
/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsScriptTests.cpp531 Closure closure = context->closureCreate(kernelID, allocation /* returnValue */, fieldIDS, in TEST_P() local
/hardware/interfaces/renderscript/1.0/default/
DContext.cpp535 Return<void> Context::closureSetArg(Closure closure, uint32_t index, Ptr value, int32_t size) { in closureSetArg()
544 Return<void> Context::closureSetGlobal(Closure closure, ScriptFieldID fieldID, int64_t value, int32… in closureSetGlobal()