Home
last modified time | relevance | path

Searched refs:SEM_TALK (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
Dinfttrace.c136 #define SEM_TALK (1) macro
2963 write (startup_semaphore.child_channel[SEM_TALK], in parent_attach_all()
2977 (void) close (startup_semaphore.parent_channel[SEM_TALK]); in parent_attach_all()
2979 (void) close (startup_semaphore.child_channel[SEM_TALK]); in parent_attach_all()
3134 write (startup_semaphore.parent_channel[SEM_TALK], in child_acknowledge_created_inferior()
3140 (void) close (startup_semaphore.parent_channel[SEM_TALK]); in child_acknowledge_created_inferior()
3142 (void) close (startup_semaphore.child_channel[SEM_TALK]); in child_acknowledge_created_inferior()