MCPcopy Create free account
hub / github.com/coreutils/coreutils / cs_leave

Function cs_leave

src/sort.c:704–712  ·  view source on GitHub ↗

Leave a critical section. */

Source from the content-addressed store, hash-verified

702
703/* Leave a critical section. */
704static void
705cs_leave (struct cs_status const *status)
706{
707 if (status->valid)
708 {
709 /* Ignore failure when restoring the signal mask. */
710 pthread_sigmask (SIG_SETMASK, &status->sigs, NULL);
711 }
712}
713
714/* Possible states for a temp file. If compressed, the file's status
715 is unreaped or reaped, depending on whether 'sort' has waited for

Callers 4

exit_cleanupFunction · 0.85
create_temp_fileFunction · 0.85
pipe_childFunction · 0.85
zaptempFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected