| /src/external/mit/libuv/dist/test/ |
| benchmark-thread.c | 40 BENCHMARK_IMPL(thread_create) {
|
| benchmark-list.h | 79 BENCHMARK_DECLARE (thread_create) 168 BENCHMARK_ENTRY (thread_create)
|
| test-thread.c | 146 TEST_IMPL(thread_create) {
|
| test-list.h | 480 TEST_DECLARE (thread_create) 1202 TEST_ENTRY (thread_create)
|
| /src/external/cddl/osnet/sys/sys/ |
| proc.h | 92 #define thread_create(stk, stksz, proc, arg, len, pp, state, pri) \ macro
|
| /src/external/bsd/libbind/dist/ |
| config.threads.in | 162 AC_CHECK_LIB(thr, thread_create,,
|
| configure | 22077 { echo "$as_me:$LINENO: checking for thread_create in -lthr" >&5 22078 echo $ECHO_N "checking for thread_create in -lthr... $ECHO_C" >&6; } 22097 char thread_create (); 22101 return thread_create ();
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| txg.c | 210 tx->tx_quiesce_thread = thread_create(NULL, 0, txg_quiesce_thread, 218 tx->tx_sync_thread = thread_create(NULL, 32<<10, txg_sync_thread,
|
| trim_map.c | 617 spa->spa_trim_thread = thread_create(NULL, 0, trim_thread, spa, 0, &p0,
|
| arc.c | 6191 (void) thread_create(NULL, 0, arc_reclaim_thread, NULL, 0, &p0, 6200 (void) thread_create(NULL, 0, arc_dnlc_evicts_thread, NULL, 0, &p0, 7483 (void) thread_create(NULL, 0, l2arc_feed_thread, NULL, 0, &p0,
|
| dmu_send.c | 902 (void) thread_create(NULL, 0, send_traverse_thread, &to_arg, 0, &p0, 2963 (void) thread_create(NULL, 0, receive_writer_thread, &rwa, 0, &p0,
|
| spa.c | 6310 spa->spa_async_thread = thread_create(NULL, 0, 6323 spa->spa_async_thread_vd = thread_create(NULL, 0,
|
| dbuf.c | 635 dbuf_cache_evict_thread = thread_create(NULL, 0, dbuf_evict_thread,
|
| /src/external/cddl/osnet/dist/lib/libzpool/common/sys/ |
| zfs_context.h | 232 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \ macro
|