HomeSort by: relevance | last modified time | path
    Searched refs:call_once (Results 1 - 6 of 6) sorted by relevancy

  /src/tests/lib/libpthread/
t_call_once.c 41 ATF_TC(call_once);
42 ATF_TC_HEAD(call_once, tc)
44 atf_tc_set_md_var(tc, "descr", "Test C11 call_once(3)");
63 call_once(&oflag, called_once);
68 ATF_TC_BODY(call_once, tc)
86 ATF_TP_ADD_TC(tp, call_once);
  /src/tests/usr.bin/c++/
t_call_once.sh 28 atf_test_case call_once
30 atf_set "descr" "compile and run std::call_once"
36 atf_set "descr" "compile and run std::call_once with profiling option"
42 atf_set "descr" "compile and run PIC std::call_once"
48 atf_set "descr" "compile and run 32-bit PIC std::call_once"
54 atf_set "descr" "compile and run PIC std::call_once with profiling flag"
60 atf_set "descr" "compile and run 32-bit PIC std::call_once with profiling flag"
66 atf_set "descr" "compile and run 32-bit std::call_once with profiling flag"
72 atf_set "descr" "compile and run position independent (PIE) std::call_once"
78 atf_set "descr" "compile and run std::call_once for/in netbsd32 emulation
    [all...]
t_call_once2.sh 30 atf_set "descr" "compile and run std::call_once"
37 atf_set "descr" "compile and run std::call_once with profiling option"
44 atf_set "descr" "compile and run PIC std::call_once"
51 atf_set "descr" "compile and run 32-bit PIC std::call_once"
58 atf_set "descr" "compile and run PIC std::call_once with profiling flag"
65 atf_set "descr" "compile and run 32-bit PIC std::call_once with profiling flag"
72 atf_set "descr" "compile and run 32-bit std::call_once with profiling flag"
79 atf_set "descr" "compile and run position independent (PIE) std::call_once"
86 atf_set "descr" "compile and run std::call_once for/in netbsd32 emulation"
93 atf_set "descr" "compile and run std::call_once with static flag
    [all...]
  /src/lib/libpthread/
call_once.c 1 /* $NetBSD: call_once.c,v 1.2 2019/04/24 21:41:15 kamil Exp $ */
33 __RCSID("$NetBSD: call_once.c,v 1.2 2019/04/24 21:41:15 kamil Exp $");
40 call_once(once_flag *flag, void (*func)(void)) function in typeref:typename:void
47 * The call_once(3) function that conforms to C11 returns no value.
threads.h 85 void call_once(once_flag *, void (*)(void));
Makefile 260 SRCS+= call_once.c cnd.c mtx.c thrd.c tss.c
261 MAN+= threads.3 call_once.3 cnd.3 mtx.3 thrd.3 tss.3
263 MLINKS+= call_once.3 ONCE_FLAG_INIT.3
264 MLINKS+= call_once.3 once_flag.3

Completed in 15 milliseconds