Searched refs:close_func (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/indices/ |
D | u_indices_gen.py | 209 def prim_restart(in_verts, out_verts, out_prims, close_func = None): argument 221 if close_func is not None: 222 close_func(i) 253 def close_func(index): function 259 prim_restart(2, 2, 1, close_func) 291 def close_func(index): function 293 prim_restart(3, 3, 1, close_func) 309 def close_func(index): function 311 prim_restart(3, 3, 1, close_func)
|
/third_party/boost/boost/interprocess/detail/ |
D | managed_multi_shared_memory.hpp | 241 struct close_func struct in boost::interprocess::basic_managed_multi_shared_memory 246 close_func(self_t * const frontend) in close_func() argument 259 friend struct basic_managed_multi_shared_memory::close_func;
|
/third_party/glib/glib/ |
D | gspawn.c | 1314 close_func (void *data, int fd) in close_func() function 1499 (void) safe_fdwalk (close_func, GINT_TO_POINTER (lowfd)); in safe_closefrom()
|