Searched refs:lthread_create (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/examples/performance-thread/common/ |
| H A D | lthread_api.h | 228 lthread_create(struct lthread **new_lt,
|
| H A D | lthread.c | 151 lthread_create(struct lthread **new_lt, int lcore_id, in lthread_create() function 294 lthread_create(<, in lthread_cancel()
|
| /f-stack/dpdk/examples/performance-thread/pthread_shim/ |
| H A D | main.c | 212 lthread_create(<, -1, initial_lthread, (void *) NULL); in lthread_scheduler()
|
| H A D | pthread_shim.c | 391 return lthread_create((struct lthread **)tid, lcore, in pthread_create()
|
| /f-stack/dpdk/examples/performance-thread/l3fwd-thread/ |
| H A D | main.c | 2089 lthread_create(<, tx_conf->conf.lcore_id, lthread_tx_per_ring, in lthread_tx() 2236 lthread_create(<[n_thread], -1, lthread_rx, in lthread_spawner() 2254 lthread_create(<[n_thread], -1, lthread_tx, in lthread_spawner() 2278 lthread_create(<, -1, lthread_spawner, NULL); in lthread_main_spawner() 2300 lthread_create(<, -1, lthread_null, NULL); in sched_spawner()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | performance_thread.rst | 563 | 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
|