HomeSort by: relevance | last modified time | path
    Searched defs:pthread_atfork (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gen/
pthread_atfork.c 1 /* $NetBSD: pthread_atfork.c,v 1.28 2025/05/06 23:18:27 riastradh Exp $ */
34 __RCSID("$NetBSD: pthread_atfork.c,v 1.28 2025/05/06 23:18:27 riastradh Exp $");
52 __weak_alias(pthread_atfork, _pthread_atfork)
88 * can also call pthread_atfork() from their own constructors, so this is not
100 * write-locked by pthread_atfork() and read-locked by fork(), but
169 pthread_atfork(void (*prepare)(void), void (*parent)(void), function in typeref:typename:int
291 * too, since the intended use of pthread_atfork() is
  /src/lib/libc/include/
namespace.h 576 #define pthread_atfork _pthread_atfork macro

Completed in 14 milliseconds