Home
last modified time | relevance | path

Searched refs:thread_create (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/mit/libuv/dist/test/
H A Dbenchmark-list.h79 BENCHMARK_DECLARE (thread_create)
168 BENCHMARK_ENTRY (thread_create)
H A Dbenchmark-thread.c40 BENCHMARK_IMPL(thread_create) { in BENCHMARK_IMPL() argument
H A Dtest-thread.c150 TEST_IMPL(thread_create) { in TEST_IMPL() argument
H A Dtest-list.h449 TEST_DECLARE (thread_create)
1119 TEST_ENTRY (thread_create)
/netbsd-src/external/cddl/osnet/sys/sys/
H A Dproc.h92 #define thread_create(stk, stksz, proc, arg, len, pp, state, pri) \ macro
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dtxg.c210 tx->tx_quiesce_thread = thread_create(NULL, 0, txg_quiesce_thread, in txg_sync_start()
218 tx->tx_sync_thread = thread_create(NULL, 32<<10, txg_sync_thread, in txg_sync_start()
H A Dtrim_map.c617 spa->spa_trim_thread = thread_create(NULL, 0, trim_thread, spa, 0, &p0, in trim_thread_create()
H A Ddmu_send.c902 (void) thread_create(NULL, 0, send_traverse_thread, &to_arg, 0, &p0, in dmu_send_impl()
2963 (void) thread_create(NULL, 0, receive_writer_thread, &rwa, 0, &p0, in dmu_recv_stream()
H A Darc.c6191 (void) thread_create(NULL, 0, arc_reclaim_thread, NULL, 0, &p0, in arc_init()
6200 (void) thread_create(NULL, 0, arc_dnlc_evicts_thread, NULL, 0, &p0, in arc_init()
7483 (void) thread_create(NULL, 0, l2arc_feed_thread, NULL, 0, &p0, in l2arc_start()
H A Dspa.c6310 spa->spa_async_thread = thread_create(NULL, 0, in spa_async_dispatch()
6323 spa->spa_async_thread_vd = thread_create(NULL, 0, in spa_async_dispatch_vd()
H A Ddbuf.c635 dbuf_cache_evict_thread = thread_create(NULL, 0, dbuf_evict_thread, in dbuf_init()
/netbsd-src/external/bsd/libbind/dist/
H A Dconfig.threads.in162 AC_CHECK_LIB(thr, thread_create,,
H A Dconfigure22097 char thread_create ();
22101 return thread_create ();
/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/sys/
H A Dzfs_context.h232 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \ macro
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git54214 % nm -D /lib64/gprofng/libgp-collector.so | grep thread_create@ | sort
59513 The real problem is that libcollector doesn't interpose thread_create@GLIBC_2.34