Searched refs:child_channel (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dhppah-nat.c797 int child_channel[2]; /* Child "talks" to [1], parent "listens" to [0] */ member in struct:__anon4503
841 write (startup_semaphore.child_channel[SEM_TALK],
855 (void) close (startup_semaphore.child_channel[SEM_LISTEN]);
856 (void) close (startup_semaphore.child_channel[SEM_TALK]);
1086 read (startup_semaphore.child_channel[SEM_LISTEN],
1116 (void) close (startup_semaphore.child_channel[SEM_LISTEN]);
1117 (void) close (startup_semaphore.child_channel[SEM_TALK]);
1410 status = pipe (startup_semaphore.child_channel);
H A Dinfttrace.c129 int child_channel[2]; /* Child "talks" to [1], parent "listens" to [0] */ member in struct:__anon4510
2970 write (startup_semaphore.child_channel[SEM_TALK],
2985 (void) close (startup_semaphore.child_channel[SEM_LISTEN]);
2986 (void) close (startup_semaphore.child_channel[SEM_TALK]);
3111 read (startup_semaphore.child_channel[SEM_LISTEN],
3149 (void) close (startup_semaphore.child_channel[SEM_LISTEN]);
3150 (void) close (startup_semaphore.child_channel[SEM_TALK]);
5045 status = pipe (startup_semaphore.child_channel);

Completed in 164 milliseconds