Home
last modified time | relevance | path

Searched defs:to_call (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/msm/back/
Dstate_machine.hpp1289 transition_fct to_call = m_events_queue.m_events_queue.front(); in execute_queued_events_helper() local
1300 transition_fct to_call = m_events_queue.m_events_queue.front(); in execute_single_queued_event_helper() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c115 #define to_call(ptr, type) ((struct type *)to_call_check((void *)(ptr), call_size(type))) macro