xref: /third_party/musl/src/internal/fork_impl.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/musl/src/internal/
1570af302Sopenharmony_ci#include <features.h>
2570af302Sopenharmony_ci
3570af302Sopenharmony_ciextern hidden volatile int *const __at_quick_exit_lockptr;
4570af302Sopenharmony_ciextern hidden volatile int *const __atexit_lockptr;
5570af302Sopenharmony_ciextern hidden volatile int *const __gettext_lockptr;
6570af302Sopenharmony_ciextern hidden volatile int *const __locale_lockptr;
7570af302Sopenharmony_ciextern hidden volatile int *const __random_lockptr;
8570af302Sopenharmony_ciextern hidden volatile int *const __sem_open_lockptr;
9570af302Sopenharmony_ciextern hidden volatile int *const __stdio_ofl_lockptr;
10570af302Sopenharmony_ciextern hidden volatile int *const __syslog_lockptr;
11570af302Sopenharmony_ciextern hidden volatile int *const __timezone_lockptr;
12570af302Sopenharmony_ci
13570af302Sopenharmony_ciextern hidden volatile int *const __bump_lockptr;
14570af302Sopenharmony_ci
15570af302Sopenharmony_ciextern hidden volatile int *const __vmlock_lockptr;
16570af302Sopenharmony_ci
17570af302Sopenharmony_cihidden void __malloc_atfork(int);
18570af302Sopenharmony_cihidden void __ldso_atfork(int);
19570af302Sopenharmony_cihidden void __pthread_key_atfork(int);
20570af302Sopenharmony_ci
21570af302Sopenharmony_cihidden void __post_Fork(int);
22

Indexes created Thu Nov 07 10:32:03 CST 2024