| /trueos/tools/KSE/rr/ |
| HD | rr.c | 377 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/ |
| HD | kse_threads_test.c | 466 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/ |
| HD | worker.c | 137 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()
|
| HD | signal.c | 180 r = thread_create(&tid, mi_signal_thread, (void *)name);
|
| HD | monitor.c | 164 r = thread_create(&tid, mi_monitor_thread, (void *)NULL); in mi_monitor_init()
|
| HD | libmilter.h | 131 # define thread_create(ptid,wr,arg) pthread_create(ptid, NULL, wr, arg) macro
|
| HD | listener.c | 941 if ((r = thread_create(&thread_id,
|
| /trueos/sys/cddl/compat/opensolaris/sys/ |
| HD | proc.h | 66 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/ |
| HD | txg.c | 211 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()
|
| HD | trim_map.c | 603 spa->spa_trim_thread = thread_create(NULL, 0, trim_thread, spa, 0, &p0, in trim_thread_create()
|
| HD | arc.c | 4266 (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()
|
| HD | spa.c | 6120 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/ |
| HD | task.h | 290 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/ |
| HD | zfs_context.h | 212 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \ macro
|
| /trueos/sys/compat/mach/defs/ |
| HD | task.defs | 183 thread_create(
|
| /trueos/ |
| D | mach-compat.diff | 9250 + {3411, NULL, "unimpl. thread_create", 0, 0}, 9797 +3411 UNIMPL thread_create 10199 + {3411, "unimpl. thread_create"},
|