Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/sys/sys/
Dproc.h92 #define thread_create(stk, stksz, proc, arg, len, pp, state, pri) \ macro
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
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()
Dtrim_map.c617 spa->spa_trim_thread = thread_create(NULL, 0, trim_thread, spa, 0, &p0, in trim_thread_create()
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()
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()
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()
Ddbuf.c635 dbuf_cache_evict_thread = thread_create(NULL, 0, dbuf_evict_thread, in dbuf_init()
/netbsd/src/external/bsd/libbind/dist/
Dconfig.threads.in162 AC_CHECK_LIB(thr, thread_create,,
Dconfigure22097 char thread_create ();
22101 return thread_create ();
/netbsd/src/external/gpl3/binutils/dist/
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