all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 8b33dc4e7e5db01dd0f121fc07cac544d7d5062d 564 bytes (raw)
name: test/etags/c-src/machsyscalls.h 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
SYSCALL (mach_msg_trap, -25,
	 mach_msg_return_t,
	 (msg, option, send_size,
	  rcv_size, rcv_name, timeout, notify),
	 (mach_msg_header_t *msg,
	  mach_msg_option_t option,
	  mach_msg_size_t send_size,
	  mach_msg_size_t rcv_size,
	  mach_port_t rcv_name,
	  mach_msg_timeout_t timeout,
	  mach_port_t notify))

SYSCALL (mach_reply_port, -26,
	 mach_port_t,
	 (),
	 (void))

SYSCALL (mach_thread_self, -27,
	 mach_port_t,
	 (),
	 (void))

SYSCALL (mach_task_self, -28,
	 mach_port_t,
	 (),
	 (void))

SYSCALL (mach_host_self, -29,
	 mach_port_t,
	 (),
	 (void))

debug log:

solving 8b33dc4e7e5db01dd0f121fc07cac544d7d5062d ...
found 8b33dc4e7e5db01dd0f121fc07cac544d7d5062d in https://git.savannah.gnu.org/cgit/emacs.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.