Home
last modified time | relevance | path

Searched refs:thrd_create (Results 1 – 25 of 456) sorted by relevance

12345678910>>...19

/dports/misc/libstdthreads/libstdthreads-0.11/
H A DMakefile11 MAN= thrd_create.3
14 thrd_create.3 cnd_destroy.3 \
15 thrd_create.3 cnd_init.3 \
16 thrd_create.3 cnd_signal.3 \
18 thrd_create.3 cnd_wait.3 \
20 thrd_create.3 mtx_init.3 \
21 thrd_create.3 mtx_lock.3 \
28 thrd_create.3 thrd_exit.3 \
29 thrd_create.3 thrd_join.3 \
34 thrd_create.3 tss_get.3 \
[all …]
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/tests/CDSChecker/
H A Denqueue_dequeue_many.cpp49 thrd_create(&a, &producer, &w); in user_main()
50 thrd_create(&b, &consumer, &x); in user_main()
51 thrd_create(&c, &consumer, &y); in user_main()
52 thrd_create(&d, &consumer, &z); in user_main()
H A Denqueue_dequeue_one.cpp30 thrd_create(&p, &producer_thread, nullptr); in user_main()
31 thrd_create(&c, &consumer_thread, nullptr); in user_main()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dthrd-tests3 tests/test-thrd_create.c
11 TESTS += test-thrd_current test-thrd_create
12 check_PROGRAMS += test-thrd_current test-thrd_create
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dthreads.in.h137 # define thrd_create rpl_thrd_create
139 _GL_FUNCDECL_RPL (thrd_create, int, (thrd_t *, thrd_start_t, void *)
141 _GL_CXXALIAS_RPL (thrd_create, int, (thrd_t *, thrd_start_t, void *));
144 _GL_FUNCDECL_SYS (thrd_create, int, (thrd_t *, thrd_start_t, void *)
147 _GL_CXXALIAS_SYS (thrd_create, int, (thrd_t *, thrd_start_t, void *));
149 _GL_CXXALIASWARN (thrd_create);
151 # undef thrd_create
153 _GL_WARN_ON_USE (thrd_create, "thrd_create is unportable - "
H A Dthrd.c98 # undef thrd_create
114 thrd_create ((thrd_t *) &main_arg->t.tid, thrd_main_func, main_arg);
278 thrd_create (thrd_t *threadp, thrd_start_t mainfunc, void *arg)
352 thrd_create (thrd_t *threadp, thrd_start_t mainfunc, void *arg)
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dthrd_create.texi1 @node thrd_create
2 @section @code{thrd_create}
3 @findex thrd_create
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libc/test/src/threads/
H A Dcall_once_test.cpp42 ASSERT_EQ(__llvm_libc::thrd_create(threads + i, func, nullptr), in TEST()
87 ASSERT_EQ(__llvm_libc::thrd_create(&t1, once_func_caller, nullptr), in TEST()
89 ASSERT_EQ(__llvm_libc::thrd_create(&t2, once_func_caller, nullptr), in TEST()
H A Dthrd_test.cpp25 ASSERT_EQ(__llvm_libc::thrd_create(&thread, thread_func, nullptr), in TEST()
42 ASSERT_EQ(__llvm_libc::thrd_create(thread_list + i, return_arg, args + i), in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libc/test/src/threads/
H A Dcall_once_test.cpp42 ASSERT_EQ(__llvm_libc::thrd_create(threads + i, func, nullptr), in TEST()
87 ASSERT_EQ(__llvm_libc::thrd_create(&t1, once_func_caller, nullptr), in TEST()
89 ASSERT_EQ(__llvm_libc::thrd_create(&t2, once_func_caller, nullptr), in TEST()
H A Dthrd_test.cpp25 ASSERT_EQ(__llvm_libc::thrd_create(&thread, thread_func, nullptr), in TEST()
42 ASSERT_EQ(__llvm_libc::thrd_create(thread_list + i, return_arg, args + i), in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/test/src/threads/
H A Dcall_once_test.cpp42 ASSERT_EQ(__llvm_libc::thrd_create(threads + i, func, nullptr), in TEST()
87 ASSERT_EQ(__llvm_libc::thrd_create(&t1, once_func_caller, nullptr), in TEST()
89 ASSERT_EQ(__llvm_libc::thrd_create(&t2, once_func_caller, nullptr), in TEST()
H A Dthrd_test.cpp25 ASSERT_EQ(__llvm_libc::thrd_create(&thread, thread_func, nullptr), in TEST()
42 ASSERT_EQ(__llvm_libc::thrd_create(thread_list + i, return_arg, args + i), in TEST()
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/test/src/threads/
H A Dcall_once_test.cpp42 ASSERT_EQ(__llvm_libc::thrd_create(threads + i, func, nullptr), in TEST()
87 ASSERT_EQ(__llvm_libc::thrd_create(&t1, once_func_caller, nullptr), in TEST()
89 ASSERT_EQ(__llvm_libc::thrd_create(&t2, once_func_caller, nullptr), in TEST()
H A Dthrd_test.cpp25 ASSERT_EQ(__llvm_libc::thrd_create(&thread, thread_func, nullptr), in TEST()
42 ASSERT_EQ(__llvm_libc::thrd_create(thread_list + i, return_arg, args + i), in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/test/src/threads/
H A Dcall_once_test.cpp43 ASSERT_EQ(__llvm_libc::thrd_create(threads + i, func, nullptr), in TEST()
88 ASSERT_EQ(__llvm_libc::thrd_create(&t1, once_func_caller, nullptr), in TEST()
90 ASSERT_EQ(__llvm_libc::thrd_create(&t2, once_func_caller, nullptr), in TEST()
H A Dthrd_test.cpp25 ASSERT_EQ(__llvm_libc::thrd_create(&thread, thread_func, nullptr), in TEST()
42 ASSERT_EQ(__llvm_libc::thrd_create(thread_list + i, return_arg, args + i), in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/test/src/threads/
H A Dcall_once_test.cpp42 ASSERT_EQ(__llvm_libc::thrd_create(threads + i, func, nullptr), in TEST()
87 ASSERT_EQ(__llvm_libc::thrd_create(&t1, once_func_caller, nullptr), in TEST()
89 ASSERT_EQ(__llvm_libc::thrd_create(&t2, once_func_caller, nullptr), in TEST()
H A Dthrd_test.cpp25 ASSERT_EQ(__llvm_libc::thrd_create(&thread, thread_func, nullptr), in TEST()
42 ASSERT_EQ(__llvm_libc::thrd_create(thread_list + i, return_arg, args + i), in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/test/src/threads/
H A Dcall_once_test.cpp42 ASSERT_EQ(__llvm_libc::thrd_create(threads + i, func, nullptr), in TEST()
87 ASSERT_EQ(__llvm_libc::thrd_create(&t1, once_func_caller, nullptr), in TEST()
89 ASSERT_EQ(__llvm_libc::thrd_create(&t2, once_func_caller, nullptr), in TEST()
H A Dthrd_test.cpp25 ASSERT_EQ(__llvm_libc::thrd_create(&thread, thread_func, nullptr), in TEST()
42 ASSERT_EQ(__llvm_libc::thrd_create(thread_list + i, return_arg, args + i), in TEST()
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/test/src/threads/
H A Dcall_once_test.cpp42 ASSERT_EQ(__llvm_libc::thrd_create(threads + i, func, nullptr), in TEST()
87 ASSERT_EQ(__llvm_libc::thrd_create(&t1, once_func_caller, nullptr),
89 ASSERT_EQ(__llvm_libc::thrd_create(&t2, once_func_caller, nullptr),
H A Dthrd_test.cpp25 ASSERT_EQ(__llvm_libc::thrd_create(&thread, thread_func, nullptr),
42 ASSERT_EQ(__llvm_libc::thrd_create(thread_list + i, return_arg, args + i), in TEST()
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/tests/include/pdclib/platform/example/functions/threads/
H A Dthrd_create.c22 int thrd_create( thrd_t * thr, thrd_start_t func, void * arg ) in thrd_create() function
60 TESTCASE( thrd_create( &g_thread[i], func, NULL ) == thrd_success ); in main()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-mtx.c190 ASSERT (thrd_create (&checkerthread, lock_checker_thread, NULL) in test_mtx_plain()
193 ASSERT (thrd_create (&threads[i], lock_mutator_thread, NULL) in test_mtx_plain()
293 ASSERT (thrd_create (&checkerthread, reclock_checker_thread, NULL) in test_mtx_recursive()
296 ASSERT (thrd_create (&threads[i], reclock_mutator_thread, NULL) in test_mtx_recursive()
398 ASSERT (thrd_create (&threads[i], in test_once()

12345678910>>...19