Home
last modified time | relevance | path

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

/trueos/tools/KSE/rr/
HDrr.c377 thread_create(const void *func, int arg) in thread_create() function
398 tm = thread_create(func, arg); in thread_start()
399 tm2 = thread_create(enter_uts, (int)data); in thread_start()
/trueos/tools/KSE/ksetest/
HDkse_threads_test.c466 thread_create(const void *func, int arg) in thread_create() function
487 tm = thread_create(func, arg); in thread_start()
488 tm2 = thread_create(enter_uts, (int)data); in thread_start()
/trueos/contrib/sendmail/libmilter/
HDworker.c137 if ((r = thread_create(&tid, mi_worker, ctx)) != 0) \
298 if ((r = thread_create(&tid, mi_pool_controller, (void *) NULL)) != 0) in mi_pool_controller_init()
310 if ((r = thread_create(&tid, mi_worker, (void *) NULL)) != 0) in mi_pool_controller_init()
HDsignal.c180 r = thread_create(&tid, mi_signal_thread, (void *)name);
HDmonitor.c164 r = thread_create(&tid, mi_monitor_thread, (void *)NULL); in mi_monitor_init()
HDlibmilter.h131 # define thread_create(ptid,wr,arg) pthread_create(ptid, NULL, wr, arg) macro
HDlistener.c941 if ((r = thread_create(&thread_id,
/trueos/sys/cddl/compat/opensolaris/sys/
HDproc.h66 thread_create(caddr_t stk, size_t stksize, void (*proc)(void *), void *arg, in thread_create() function
/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDtxg.c211 tx->tx_quiesce_thread = thread_create(NULL, 0, txg_quiesce_thread, in txg_sync_start()
219 tx->tx_sync_thread = thread_create(NULL, 32<<10, txg_sync_thread, in txg_sync_start()
HDtrim_map.c603 spa->spa_trim_thread = thread_create(NULL, 0, trim_thread, spa, 0, &p0, in trim_thread_create()
HDarc.c4266 (void) thread_create(NULL, 0, arc_reclaim_thread, NULL, 0, &p0, in arc_init()
5728 (void) thread_create(NULL, 0, l2arc_feed_thread, NULL, 0, &p0, in l2arc_start()
HDspa.c6120 spa->spa_async_thread = thread_create(NULL, 0, in spa_async_dispatch()
6133 spa->spa_async_thread_vd = thread_create(NULL, 0, in spa_async_dispatch_vd()
/trueos/include/mach/
HDtask.h290 kern_return_t thread_create in thread_create() function
295 { return thread_create(parent_task, child_act); }
/trueos/cddl/contrib/opensolaris/lib/libzpool/common/sys/
HDzfs_context.h212 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \ macro
/trueos/sys/compat/mach/defs/
HDtask.defs183 thread_create(
/trueos/
Dmach-compat.diff9250 + {3411, NULL, "unimpl. thread_create", 0, 0},
9797 +3411 UNIMPL thread_create
10199 + {3411, "unimpl. thread_create"},