Home
last modified time | relevance | path

Searched refs:callback_type (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Posix/
Ddeep_thread_stack.cc27 typedef void* (*callback_type)(void* arg); typedef
31 pthread_create(&thread, NULL, (callback_type)function, NULL); in RunnerThread()
36 void RunThread(callback_type function) { in RunThread()
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
DF_incomplete.pass.cpp22 typedef std::function<void(X&)> callback_type; typedef
25 callback_type _cb;
/external/v8/include/
Dv8-util.h384 WeakCallbackType callback_type =
391 callback_type);
460 WeakCallbackType callback_type =
467 callback_type);
/external/OpenCSD/decoder/include/opencsd/c_api/
Dopencsd_c_api.h208 const ocsd_c_api_cb_types callback_type,
/external/OpenCSD/decoder/source/c_api/
Docsd_c_api.cpp192 const ocsd_c_api_cb_types callback_type, in ocsd_dt_attach_packet_callback() argument
203 switch(callback_type) in ocsd_dt_attach_packet_callback()
/external/OpenCSD/decoder/docs/prog_guide/
Dprog_guide_main.md475 …const ocsd_c_api_cb_types callback_type, // defines packet only processing sink or monitor functi…