libtest.c 243 B

1234567891011
  1. #include <stdio.h>
  2. #include <pthread.h>
  3. #include <stdint.h>
  4. void dltest(uint32_t **value1, uint32_t **value2);
  5. void dltest(uint32_t **value1, uint32_t **value2)
  6. {
  7. *value1 = (uint32_t *) pthread_once;
  8. *value2 = (uint32_t *) pthread_self;
  9. }