| lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame^] | 1 | #include <stdio.h> |
| 2 | #include <pthread.h> | ||||
| 3 | #include <stdint.h> | ||||
| 4 | |||||
| 5 | void dltest(uint32_t **value1, uint32_t **value2); | ||||
| 6 | void dltest(uint32_t **value1, uint32_t **value2) | ||||
| 7 | { | ||||
| 8 | *value1 = (uint32_t *) pthread_once; | ||||
| 9 | *value2 = (uint32_t *) pthread_self; | ||||
| 10 | } | ||||
| 11 | |||||