Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Android/bionic/bionic/tests/headers/posix/   (Android Betriebssystem Version 17©)  Datei vom 26.5.2026 mit Größe 930 B image not shown  

Quelle  sys_wait_h.c

  Sprache: C
 

// Copyright (C) 2017 The Android Open Source Project
// SPDX-License-Identifier: BSD-2-Clause

#include <sys/wait.h>

#include "header_checks.h"

static void sys_wait_h() {
  MACRO(WCONTINUED);
  MACRO(WNOHANG);
  MACRO(WUNTRACED);

#if !defined(WEXITSTATUS)
#error WEXITSTATUS
#endif
#if !defined(WIFCONTINUED)
#error WIFCONTINUED
#endif
#if !defined(WIFEXITED)
#error WIFEXITED
#endif
#if !defined(WIFSIGNALED)
#error WIFSIGNALED
#endif
#if !defined(WIFSTOPPED)
#error WIFSTOPPED
#endif
#if !defined(WSTOPSIG)
#error WSTOPSIG
#endif
#if !defined(WTERMSIG)
#error WTERMSIG
#endif

  MACRO(WEXITED);
  MACRO(WNOWAIT);
  MACRO(WSTOPPED);

  TYPE(idtype_t);
  MACRO(P_ALL);
  MACRO(P_PGID);
  MACRO(P_PID);

  TYPE(id_t);
  TYPE(pid_t);
  TYPE(siginfo_t);
  TYPE(union sigval);

  FUNCTION(wait, pid_t (*f)(int*));
  FUNCTION(waitid, int (*f)(idtype_t, id_t, siginfo_t*, int));
  FUNCTION(waitpid, pid_t (*f)(pid_t, int*, int));
}

Messung V0.5 in Prozent
C=89 H=93 G=90

¤ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet am  2026-06-28) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.