blob: 3fd137f06a182fc4389e43f819a9199c34631363 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001#include <stdio.h>
2#include <pthread.h>
3#include <stdint.h>
4
5void dltest(uint32_t **value1, uint32_t **value2);
6void dltest(uint32_t **value1, uint32_t **value2)
7{
8 *value1 = (uint32_t *) pthread_once;
9 *value2 = (uint32_t *) pthread_self;
10}
11