| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include <pthread.h>#include <stdlib.h>#include <unistd.h>#include <doca_error.h>#include <doca_log.h>#include "dpa_common.h"
Go to the source code of this file.
Functions | |
| DOCA_LOG_REGISTER (KERNEL_LAUNCH::SAMPLE) | |
| static void * | wait_event_update_thread (void *event) |
| doca_error_t | kernel_launch (struct dpa_resources *resources) |
Variables | |
| doca_dpa_func_t | hello_world |
| DOCA_LOG_REGISTER | ( | KERNEL_LAUNCH::SAMPLE | ) |
| doca_error_t kernel_launch | ( | struct dpa_resources * | resources | ) |
Definition at line 66 of file dpa_kernel_launch_sample.c.
|
static |
Definition at line 47 of file dpa_kernel_launch_sample.c.
|
extern |
Definition at line 31 of file dpa_kernel_launch_kernels_dev.c.