Home
last modified time | relevance | path

Searched refs:lthread_create (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread_api.h228 lthread_create(struct lthread **new_lt,
H A Dlthread.c151 lthread_create(struct lthread **new_lt, int lcore_id, in lthread_create() function
294 lthread_create(&lt, in lthread_cancel()
/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dmain.c212 lthread_create(&lt, -1, initial_lthread, (void *) NULL); in lthread_scheduler()
H A Dpthread_shim.c391 return lthread_create((struct lthread **)tid, lcore, in pthread_create()
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c2089 lthread_create(&lt, tx_conf->conf.lcore_id, lthread_tx_per_ring, in lthread_tx()
2236 lthread_create(&lt[n_thread], -1, lthread_rx, in lthread_spawner()
2254 lthread_create(&lt[n_thread], -1, lthread_tx, in lthread_spawner()
2278 lthread_create(&lt, -1, lthread_spawner, NULL); in lthread_main_spawner()
2300 lthread_create(&lt, -1, lthread_null, NULL); in sched_spawner()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dperformance_thread.rst563 | pthread_create | lthread_create | See notes 2, 3 |
668 creates the thread then, when calling ``lthread_create()`` it is advantageous
669 to specify the destination core as a parameter of ``lthread_create()``. See
790 specifying the destination CPU as a parameter of ``lthread_create()`` this