Home
last modified time | relevance | path

Searched refs:__PTW32_CDECL (Results 1 – 13 of 13) sorted by relevance

/dports/misc/visp/visp-3.4.0/3rdparty/pthreads4w/
H A Dpthread.h565 typedef void (* __PTW32_CDECL __ptw32_cleanup_callback_t)(void *);
780 __PTW32_DLLPORT int __PTW32_CDECL pthread_create (pthread_t * tid,
785 __PTW32_DLLPORT int __PTW32_CDECL pthread_detach (pthread_t tid);
787 __PTW32_DLLPORT int __PTW32_CDECL pthread_equal (pthread_t t1,
792 __PTW32_DLLPORT int __PTW32_CDECL pthread_join (pthread_t thread,
795 __PTW32_DLLPORT pthread_t __PTW32_CDECL pthread_self (void);
805 __PTW32_DLLPORT void __PTW32_CDECL pthread_testcancel (void);
849 __PTW32_DLLPORT int __PTW32_CDECL pthread_mutexattr_setrobust(
852 __PTW32_DLLPORT int __PTW32_CDECL pthread_mutexattr_getrobust(
956 __PTW32_DLLPORT int __PTW32_CDECL pthread_setconcurrency (int);
[all …]
H A Dsemaphore.h87 __PTW32_DLLPORT int __PTW32_CDECL sem_init (sem_t * sem,
91 __PTW32_DLLPORT int __PTW32_CDECL sem_destroy (sem_t * sem);
93 __PTW32_DLLPORT int __PTW32_CDECL sem_trywait (sem_t * sem);
95 __PTW32_DLLPORT int __PTW32_CDECL sem_wait (sem_t * sem);
97 __PTW32_DLLPORT int __PTW32_CDECL sem_timedwait (sem_t * sem,
100 __PTW32_DLLPORT int __PTW32_CDECL sem_post (sem_t * sem);
102 __PTW32_DLLPORT int __PTW32_CDECL sem_post_multiple (sem_t * sem,
105 __PTW32_DLLPORT sem_t * __PTW32_CDECL sem_open (const char *, int, ...);
107 __PTW32_DLLPORT int __PTW32_CDECL sem_close (sem_t * sem);
109 __PTW32_DLLPORT int __PTW32_CDECL sem_unlink (const char * name);
[all …]
H A Dsched.h166 __PTW32_DLLPORT int __PTW32_CDECL sched_yield (void);
168 __PTW32_DLLPORT int __PTW32_CDECL sched_get_priority_min (int policy);
170 __PTW32_DLLPORT int __PTW32_CDECL sched_get_priority_max (int policy);
175 __PTW32_DLLPORT int __PTW32_CDECL sched_setscheduler (pid_t pid, int policy);
188 __PTW32_DLLPORT int __PTW32_CDECL sched_setaffinity (pid_t pid, size_t cpusetsize, cpu_set_t *mask…
190 __PTW32_DLLPORT int __PTW32_CDECL sched_getaffinity (pid_t pid, size_t cpusetsize, cpu_set_t *mask…
195 __PTW32_DLLPORT int __PTW32_CDECL _sched_affinitycpucount (const cpu_set_t *set);
197 __PTW32_DLLPORT void __PTW32_CDECL _sched_affinitycpuzero (cpu_set_t *pset);
199 __PTW32_DLLPORT void __PTW32_CDECL _sched_affinitycpuset (int cpu, cpu_set_t *pset);
201 __PTW32_DLLPORT void __PTW32_CDECL _sched_affinitycpuclr (int cpu, cpu_set_t *pset);
[all …]
H A D_ptw32.h75 #ifndef __PTW32_CDECL
95 # define __PTW32_CDECL macro
97 # define __PTW32_CDECL __cdecl macro
H A Dpthread_key_create.c49 pthread_key_create (pthread_key_t * key, void (__PTW32_CDECL *destructor) (void *)) in pthread_key_create()
H A Dpthread_once.c43 pthread_once (pthread_once_t * once_control, void (__PTW32_CDECL *init_routine) (void)) in pthread_once()
H A Dsem_wait.c51 static void __PTW32_CDECL
H A Dsem_timedwait.c57 static void __PTW32_CDECL
H A Dpthread_cond_wait.c276 static void __PTW32_CDECL
H A Dcreate.c49 void * (__PTW32_CDECL *start) (void *), void *arg) in pthread_create()
H A Dptw32_threadStart.c130 void * (__PTW32_CDECL *start) (void *); in __ptw32_threadStart() local
H A Dimplement.h370 void (__PTW32_CDECL *destructor) (void *); member
381 void * (__PTW32_CDECL *start) (void *); member
H A DChangeLog417 * pthread.h: Moved the __PTW32_CDECL bit into sched.h. pthread.h
434 * sched.h: Moved the __PTW32_CDECL section here (and made it
448 "VC++" without the "Microsoft" qualifier; use __PTW32_CDECL instead of
449 a literal __cdecl (this was why I moved the __PTW32_CDECL bit into this
451 * semaphore.h: Put in another idempotentized __PTW32_CDECL bit here;
452 use __PTW32_CDECL instead of __cdecl, and fixed indentation of function