Searched defs:closure (Results 1 – 13 of 13) sorted by relevance
23 allocate (void *closure) in allocate()32 deallocate (void *ptr, void *closure) in deallocate()
23 void *(*thread_func) (void *), void *closure) in xpthread_create()
23 support_isolate_in_subprocess (void (*callback) (void *), void *closure) in support_isolate_in_subprocess() argument
33 subprocess_no_change (void *closure) in subprocess_no_change()43 subprocess_closed_descriptor (void *closure) in subprocess_closed_descriptor()55 subprocess_opened_descriptor (void *closure) in subprocess_opened_descriptor()66 subprocess_changed_descriptor (void *closure) in subprocess_changed_descriptor()
24 subprocess (void *closure) in subprocess()
29 callback (void *closure) in callback()
49 support_subprocess (void (*callback) (void *), void *closure) in support_subprocess() argument
83 support_capture_subprocess (void (*callback) (void *), void *closure) in support_capture_subprocess() argument
605 struct thread_closure *closure = arg; in thread_callback_wrapper() local617 struct thread_closure *closure = xmalloc (sizeof (*closure)); in start_server_thread() local740 server_thread_udp_single (void *closure) in server_thread_udp_single()880 struct tcp_thread_closure *closure = arg; in server_thread_tcp_client() local987 struct tcp_thread_closure *closure = xmalloc (sizeof (*closure)); in server_thread_tcp() local
162 callback (void *closure) in callback()
Completed in 23 milliseconds