Home
last modified time | relevance | path

Searched refs:NE_SLEEP_TIME (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/samples/nitro_enclaves/
H A Dne_ioctl_sample.c110 * NE_SLEEP_TIME - Amount of time in seconds for the process to keep the enclave alive.
112 #define NE_SLEEP_TIME (300) macro
868 printf("Entering sleep for %d seconds ...\n", NE_SLEEP_TIME); in main()
870 sleep(NE_SLEEP_TIME); in main()
/kernel/linux/linux-6.6/samples/nitro_enclaves/
H A Dne_ioctl_sample.c110 * NE_SLEEP_TIME - Amount of time in seconds for the process to keep the enclave alive.
112 #define NE_SLEEP_TIME (300) macro
867 printf("Entering sleep for %d seconds ...\n", NE_SLEEP_TIME); in main()
869 sleep(NE_SLEEP_TIME); in main()

Completed in 3 milliseconds