diff options
author | rpj <rpj> | 2011-03-26 00:19:09 +0000 |
---|---|---|
committer | rpj <rpj> | 2011-03-26 00:19:09 +0000 |
commit | 22df4f5c42b3ac110f78fceed8d248900ea5419f (patch) | |
tree | 9940490b9d0e52ccc681fad4d49eb1397d3172be /pthread.h | |
parent | 559e1bc4051f90d7a014bd4e4f5649e136dec412 (diff) |
New interface (not part of robust mutexes)
Diffstat (limited to 'pthread.h')
-rw-r--r-- | pthread.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1176,6 +1176,7 @@ PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_getkind_np(pthread_mutexattr_t * */ PTW32_DLLPORT int PTW32_CDECL pthread_delay_np (struct timespec * interval); PTW32_DLLPORT int PTW32_CDECL pthread_num_processors_np(void); +PTW32_DLLPORT unsigned long long PTW32_CDECL pthread_getsequence_np(pthread_t thread); /* * Useful if an application wants to statically link |