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

  /src/lib/libpthread/
pthread_once.c 1 /* $NetBSD: pthread_once.c,v 1.5 2025/03/04 00:41:00 riastradh Exp $ */
40 __RCSID("$NetBSD: pthread_once.c,v 1.5 2025/03/04 00:41:00 riastradh Exp $");
57 pthread_once(pthread_once_t *once_control, void (*routine)(void)) function in typeref:typename:int
78 __strong_alias(__libc_thr_once,pthread_once)
pthread.h 147 int pthread_once(pthread_once_t *, void (*)(void));
452 #define pthread_once __libc_thr_once macro

Completed in 11 milliseconds