Home
last modified time | relevance | path

Searched refs:PTW32_DLLPORT (Results 1 – 25 of 66) sorted by relevance

123

/dports/security/snort/snort-2.9.18/src/win32/WIN32-Includes/WinPCAP/
H A Dpthread.h494 # define PTW32_DLLPORT __declspec (dllexport) macro
496 # define PTW32_DLLPORT __declspec (dllimport)
871 PTW32_DLLPORT int pthread_create (pthread_t * tid,
876 PTW32_DLLPORT int pthread_detach (pthread_t tid);
878 PTW32_DLLPORT int pthread_equal (pthread_t t1,
883 PTW32_DLLPORT int pthread_join (pthread_t thread,
886 PTW32_DLLPORT pthread_t pthread_self (void);
896 PTW32_DLLPORT void pthread_testcancel (void);
1038 PTW32_DLLPORT int pthread_setconcurrency (int);
1040 PTW32_DLLPORT int pthread_getconcurrency (void);
[all …]
H A Dsemaphore.h79 # define PTW32_DLLPORT __declspec (dllexport) macro
81 # define PTW32_DLLPORT __declspec (dllimport) macro
126 PTW32_DLLPORT int sem_init (sem_t * sem,
130 PTW32_DLLPORT int sem_destroy (sem_t * sem);
132 PTW32_DLLPORT int sem_trywait (sem_t * sem);
134 PTW32_DLLPORT int sem_wait (sem_t * sem);
136 PTW32_DLLPORT int sem_timedwait (sem_t * sem,
139 PTW32_DLLPORT int sem_post (sem_t * sem);
144 PTW32_DLLPORT int sem_open (const char * name,
149 PTW32_DLLPORT int sem_close (sem_t * sem);
[all …]
/dports/security/softether/v4.38-9760/src/Cedar/winpcap/
H A Dpthread.h494 # define PTW32_DLLPORT __declspec (dllexport) macro
496 # define PTW32_DLLPORT __declspec (dllimport)
871 PTW32_DLLPORT int pthread_create (pthread_t * tid,
876 PTW32_DLLPORT int pthread_detach (pthread_t tid);
878 PTW32_DLLPORT int pthread_equal (pthread_t t1,
883 PTW32_DLLPORT int pthread_join (pthread_t thread,
886 PTW32_DLLPORT pthread_t pthread_self (void);
896 PTW32_DLLPORT void pthread_testcancel (void);
1038 PTW32_DLLPORT int pthread_setconcurrency (int);
1040 PTW32_DLLPORT int pthread_getconcurrency (void);
[all …]
/dports/security/softether-devel/v4.36-9754/src/Cedar/winpcap/
H A Dpthread.h494 # define PTW32_DLLPORT __declspec (dllexport) macro
496 # define PTW32_DLLPORT __declspec (dllimport)
871 PTW32_DLLPORT int pthread_create (pthread_t * tid,
876 PTW32_DLLPORT int pthread_detach (pthread_t tid);
878 PTW32_DLLPORT int pthread_equal (pthread_t t1,
883 PTW32_DLLPORT int pthread_join (pthread_t thread,
886 PTW32_DLLPORT pthread_t pthread_self (void);
896 PTW32_DLLPORT void pthread_testcancel (void);
1038 PTW32_DLLPORT int pthread_setconcurrency (int);
1040 PTW32_DLLPORT int pthread_getconcurrency (void);
[all …]
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/winpcap/
H A Dpthread.h494 # define PTW32_DLLPORT __declspec (dllexport) macro
496 # define PTW32_DLLPORT __declspec (dllimport)
871 PTW32_DLLPORT int pthread_create (pthread_t * tid,
876 PTW32_DLLPORT int pthread_detach (pthread_t tid);
878 PTW32_DLLPORT int pthread_equal (pthread_t t1,
883 PTW32_DLLPORT int pthread_join (pthread_t thread,
886 PTW32_DLLPORT pthread_t pthread_self (void);
896 PTW32_DLLPORT void pthread_testcancel (void);
1038 PTW32_DLLPORT int pthread_setconcurrency (int);
1040 PTW32_DLLPORT int pthread_getconcurrency (void);
[all …]
/dports/games/openlierox/OpenLieroX/libs/hawknl/src/win32/
H A Dpthread.h473 # define PTW32_DLLPORT __declspec (dllexport) macro
475 # define PTW32_DLLPORT __declspec (dllimport)
850 PTW32_DLLPORT int pthread_create (pthread_t * tid,
855 PTW32_DLLPORT int pthread_detach (pthread_t tid);
857 PTW32_DLLPORT int pthread_equal (pthread_t t1,
862 PTW32_DLLPORT int pthread_join (pthread_t thread,
865 PTW32_DLLPORT pthread_t pthread_self (void);
875 PTW32_DLLPORT void pthread_testcancel (void);
1017 PTW32_DLLPORT int pthread_setconcurrency (int);
1019 PTW32_DLLPORT int pthread_getconcurrency (void);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread.h552 # define PTW32_DLLPORT __declspec (dllexport) macro
554 # define PTW32_DLLPORT __declspec (dllimport)
557 # define PTW32_DLLPORT
947 PTW32_DLLPORT int PTW32_CDECL pthread_equal (pthread_t t1,
955 PTW32_DLLPORT pthread_t PTW32_CDECL pthread_self (void);
965 PTW32_DLLPORT void PTW32_CDECL pthread_testcancel (void);
1009 PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_setrobust(
1012 PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_getrobust(
1116 PTW32_DLLPORT int PTW32_CDECL pthread_setconcurrency (int);
1118 PTW32_DLLPORT int PTW32_CDECL pthread_getconcurrency (void);
[all …]
H A Dsemaphore.h80 # define PTW32_DLLPORT __declspec (dllexport) macro
82 # define PTW32_DLLPORT __declspec (dllimport) macro
85 # define PTW32_DLLPORT macro
132 PTW32_DLLPORT int __cdecl sem_init (sem_t * sem,
136 PTW32_DLLPORT int __cdecl sem_destroy (sem_t * sem);
138 PTW32_DLLPORT int __cdecl sem_trywait (sem_t * sem);
140 PTW32_DLLPORT int __cdecl sem_wait (sem_t * sem);
142 PTW32_DLLPORT int __cdecl sem_timedwait (sem_t * sem,
145 PTW32_DLLPORT int __cdecl sem_post (sem_t * sem);
155 PTW32_DLLPORT int __cdecl sem_close (sem_t * sem);
[all …]
/dports/misc/darknet/darknet-darknet_yolo_v4_pre/3rdparty/pthreads/include/
H A Dpthread.h552 # define PTW32_DLLPORT __declspec (dllexport) macro
554 # define PTW32_DLLPORT __declspec (dllimport)
557 # define PTW32_DLLPORT
947 PTW32_DLLPORT int PTW32_CDECL pthread_equal (pthread_t t1,
955 PTW32_DLLPORT pthread_t PTW32_CDECL pthread_self (void);
965 PTW32_DLLPORT void PTW32_CDECL pthread_testcancel (void);
1009 PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_setrobust(
1012 PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_getrobust(
1116 PTW32_DLLPORT int PTW32_CDECL pthread_setconcurrency (int);
1118 PTW32_DLLPORT int PTW32_CDECL pthread_getconcurrency (void);
[all …]
H A Dsemaphore.h80 # define PTW32_DLLPORT __declspec (dllexport) macro
82 # define PTW32_DLLPORT __declspec (dllimport) macro
85 # define PTW32_DLLPORT macro
132 PTW32_DLLPORT int __cdecl sem_init (sem_t * sem,
136 PTW32_DLLPORT int __cdecl sem_destroy (sem_t * sem);
138 PTW32_DLLPORT int __cdecl sem_trywait (sem_t * sem);
140 PTW32_DLLPORT int __cdecl sem_wait (sem_t * sem);
142 PTW32_DLLPORT int __cdecl sem_timedwait (sem_t * sem,
145 PTW32_DLLPORT int __cdecl sem_post (sem_t * sem);
155 PTW32_DLLPORT int __cdecl sem_close (sem_t * sem);
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/w32-pthreads/
H A Dpthread.h556 # define PTW32_DLLPORT __declspec (dllexport) macro
558 # define PTW32_DLLPORT
561 # define PTW32_DLLPORT
951 PTW32_DLLPORT int PTW32_CDECL pthread_equal (pthread_t t1,
959 PTW32_DLLPORT pthread_t PTW32_CDECL pthread_self (void);
969 PTW32_DLLPORT void PTW32_CDECL pthread_testcancel (void);
1013 PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_setrobust(
1016 PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_getrobust(
1120 PTW32_DLLPORT int PTW32_CDECL pthread_setconcurrency (int);
1122 PTW32_DLLPORT int PTW32_CDECL pthread_getconcurrency (void);
[all …]
H A Dsemaphore.h80 # define PTW32_DLLPORT __declspec (dllexport) macro
82 # define PTW32_DLLPORT macro
85 # define PTW32_DLLPORT macro
132 PTW32_DLLPORT int __cdecl sem_init (sem_t * sem,
136 PTW32_DLLPORT int __cdecl sem_destroy (sem_t * sem);
138 PTW32_DLLPORT int __cdecl sem_trywait (sem_t * sem);
140 PTW32_DLLPORT int __cdecl sem_wait (sem_t * sem);
142 PTW32_DLLPORT int __cdecl sem_timedwait (sem_t * sem,
145 PTW32_DLLPORT int __cdecl sem_post (sem_t * sem);
155 PTW32_DLLPORT int __cdecl sem_close (sem_t * sem);
[all …]
/dports/biology/iqtree/IQ-TREE-2.0.6/pll/
H A Dpthread.h552 # define PTW32_DLLPORT __declspec (dllexport) macro
554 # define PTW32_DLLPORT __declspec (dllimport)
557 # define PTW32_DLLPORT
947 PTW32_DLLPORT int PTW32_CDECL pthread_equal (pthread_t t1,
955 PTW32_DLLPORT pthread_t PTW32_CDECL pthread_self (void);
965 PTW32_DLLPORT void PTW32_CDECL pthread_testcancel (void);
1009 PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_setrobust(
1012 PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_getrobust(
1116 PTW32_DLLPORT int PTW32_CDECL pthread_setconcurrency (int);
1118 PTW32_DLLPORT int PTW32_CDECL pthread_getconcurrency (void);
[all …]
H A Dsemaphore.h80 # define PTW32_DLLPORT __declspec (dllexport) macro
82 # define PTW32_DLLPORT __declspec (dllimport) macro
85 # define PTW32_DLLPORT macro
132 PTW32_DLLPORT int __cdecl sem_init (sem_t * sem,
136 PTW32_DLLPORT int __cdecl sem_destroy (sem_t * sem);
138 PTW32_DLLPORT int __cdecl sem_trywait (sem_t * sem);
140 PTW32_DLLPORT int __cdecl sem_wait (sem_t * sem);
142 PTW32_DLLPORT int __cdecl sem_timedwait (sem_t * sem,
145 PTW32_DLLPORT int __cdecl sem_post (sem_t * sem);
155 PTW32_DLLPORT int __cdecl sem_close (sem_t * sem);
[all …]
/dports/graphics/c-a-i-r/c-a-i-r-2.19/pthreads/
H A Dpthread.h538 # define PTW32_DLLPORT __declspec (dllexport) macro
540 # define PTW32_DLLPORT __declspec (dllimport)
543 # define PTW32_DLLPORT
925 PTW32_DLLPORT int PTW32_CDECL pthread_detach (pthread_t tid);
927 PTW32_DLLPORT int PTW32_CDECL pthread_equal (pthread_t t1,
932 PTW32_DLLPORT int PTW32_CDECL pthread_join (pthread_t thread,
935 PTW32_DLLPORT pthread_t PTW32_CDECL pthread_self (void);
945 PTW32_DLLPORT void PTW32_CDECL pthread_testcancel (void);
1087 PTW32_DLLPORT int PTW32_CDECL pthread_setconcurrency (int);
1089 PTW32_DLLPORT int PTW32_CDECL pthread_getconcurrency (void);
[all …]
H A Dsemaphore.h80 # define PTW32_DLLPORT __declspec (dllexport) macro
82 # define PTW32_DLLPORT __declspec (dllimport) macro
85 # define PTW32_DLLPORT macro
129 PTW32_DLLPORT int __cdecl sem_init (sem_t * sem,
133 PTW32_DLLPORT int __cdecl sem_destroy (sem_t * sem);
135 PTW32_DLLPORT int __cdecl sem_trywait (sem_t * sem);
137 PTW32_DLLPORT int __cdecl sem_wait (sem_t * sem);
139 PTW32_DLLPORT int __cdecl sem_timedwait (sem_t * sem,
142 PTW32_DLLPORT int __cdecl sem_post (sem_t * sem);
152 PTW32_DLLPORT int __cdecl sem_close (sem_t * sem);
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/JEGA/eddy/threads/pthreads/include/
H A Dpthread.h540 # define PTW32_DLLPORT __declspec (dllexport) macro
542 # define PTW32_DLLPORT __declspec (dllimport)
545 # define PTW32_DLLPORT
927 PTW32_DLLPORT int PTW32_CDECL pthread_detach (pthread_t tid);
929 PTW32_DLLPORT int PTW32_CDECL pthread_equal (pthread_t t1,
934 PTW32_DLLPORT int PTW32_CDECL pthread_join (pthread_t thread,
937 PTW32_DLLPORT pthread_t PTW32_CDECL pthread_self (void);
947 PTW32_DLLPORT void PTW32_CDECL pthread_testcancel (void);
1089 PTW32_DLLPORT int PTW32_CDECL pthread_setconcurrency (int);
1091 PTW32_DLLPORT int PTW32_CDECL pthread_getconcurrency (void);
[all …]
H A Dsemaphore.h80 # define PTW32_DLLPORT __declspec (dllexport) macro
82 # define PTW32_DLLPORT __declspec (dllimport) macro
85 # define PTW32_DLLPORT macro
129 PTW32_DLLPORT int __cdecl sem_init (sem_t * sem,
133 PTW32_DLLPORT int __cdecl sem_destroy (sem_t * sem);
135 PTW32_DLLPORT int __cdecl sem_trywait (sem_t * sem);
137 PTW32_DLLPORT int __cdecl sem_wait (sem_t * sem);
139 PTW32_DLLPORT int __cdecl sem_timedwait (sem_t * sem,
142 PTW32_DLLPORT int __cdecl sem_post (sem_t * sem);
152 PTW32_DLLPORT int __cdecl sem_close (sem_t * sem);
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/lib/
H A Dpthread.h539 # define PTW32_DLLPORT __declspec (dllexport) macro
541 # define PTW32_DLLPORT __declspec (dllimport)
544 # define PTW32_DLLPORT
926 PTW32_DLLPORT int PTW32_CDECL pthread_detach (pthread_t tid);
928 PTW32_DLLPORT int PTW32_CDECL pthread_equal (pthread_t t1,
933 PTW32_DLLPORT int PTW32_CDECL pthread_join (pthread_t thread,
936 PTW32_DLLPORT pthread_t PTW32_CDECL pthread_self (void);
946 PTW32_DLLPORT void PTW32_CDECL pthread_testcancel (void);
1088 PTW32_DLLPORT int PTW32_CDECL pthread_setconcurrency (int);
1090 PTW32_DLLPORT int PTW32_CDECL pthread_getconcurrency (void);
[all …]
H A Dsemaphore.h80 # define PTW32_DLLPORT __declspec (dllexport) macro
82 # define PTW32_DLLPORT __declspec (dllimport) macro
85 # define PTW32_DLLPORT macro
129 PTW32_DLLPORT int __cdecl sem_init (sem_t * sem,
133 PTW32_DLLPORT int __cdecl sem_destroy (sem_t * sem);
135 PTW32_DLLPORT int __cdecl sem_trywait (sem_t * sem);
137 PTW32_DLLPORT int __cdecl sem_wait (sem_t * sem);
139 PTW32_DLLPORT int __cdecl sem_timedwait (sem_t * sem,
142 PTW32_DLLPORT int __cdecl sem_post (sem_t * sem);
152 PTW32_DLLPORT int __cdecl sem_close (sem_t * sem);
[all …]
/dports/devel/mingw32-pthreads/pthreads-w32-2-8-0-release/
H A Dpthread.h538 # define PTW32_DLLPORT __declspec (dllexport) macro
540 # define PTW32_DLLPORT __declspec (dllimport)
543 # define PTW32_DLLPORT
925 PTW32_DLLPORT int PTW32_CDECL pthread_detach (pthread_t tid);
927 PTW32_DLLPORT int PTW32_CDECL pthread_equal (pthread_t t1,
932 PTW32_DLLPORT int PTW32_CDECL pthread_join (pthread_t thread,
935 PTW32_DLLPORT pthread_t PTW32_CDECL pthread_self (void);
945 PTW32_DLLPORT void PTW32_CDECL pthread_testcancel (void);
1087 PTW32_DLLPORT int PTW32_CDECL pthread_setconcurrency (int);
1089 PTW32_DLLPORT int PTW32_CDECL pthread_getconcurrency (void);
[all …]
H A Dsemaphore.h80 # define PTW32_DLLPORT __declspec (dllexport) macro
82 # define PTW32_DLLPORT __declspec (dllimport) macro
85 # define PTW32_DLLPORT macro
129 PTW32_DLLPORT int __cdecl sem_init (sem_t * sem,
133 PTW32_DLLPORT int __cdecl sem_destroy (sem_t * sem);
135 PTW32_DLLPORT int __cdecl sem_trywait (sem_t * sem);
137 PTW32_DLLPORT int __cdecl sem_wait (sem_t * sem);
139 PTW32_DLLPORT int __cdecl sem_timedwait (sem_t * sem,
142 PTW32_DLLPORT int __cdecl sem_post (sem_t * sem);
152 PTW32_DLLPORT int __cdecl sem_close (sem_t * sem);
[all …]
/dports/sysutils/scalpel/scalpel-2.0/pthreads-win32/
H A Dpthread.h538 # define PTW32_DLLPORT __declspec (dllexport) macro
540 # define PTW32_DLLPORT __declspec (dllimport)
543 # define PTW32_DLLPORT
925 PTW32_DLLPORT int PTW32_CDECL pthread_detach (pthread_t tid);
927 PTW32_DLLPORT int PTW32_CDECL pthread_equal (pthread_t t1,
932 PTW32_DLLPORT int PTW32_CDECL pthread_join (pthread_t thread,
935 PTW32_DLLPORT pthread_t PTW32_CDECL pthread_self (void);
945 PTW32_DLLPORT void PTW32_CDECL pthread_testcancel (void);
1087 PTW32_DLLPORT int PTW32_CDECL pthread_setconcurrency (int);
1089 PTW32_DLLPORT int PTW32_CDECL pthread_getconcurrency (void);
[all …]
H A Dsemaphore.h80 # define PTW32_DLLPORT __declspec (dllexport) macro
82 # define PTW32_DLLPORT __declspec (dllimport) macro
85 # define PTW32_DLLPORT macro
129 PTW32_DLLPORT int __cdecl sem_init (sem_t * sem,
133 PTW32_DLLPORT int __cdecl sem_destroy (sem_t * sem);
135 PTW32_DLLPORT int __cdecl sem_trywait (sem_t * sem);
137 PTW32_DLLPORT int __cdecl sem_wait (sem_t * sem);
139 PTW32_DLLPORT int __cdecl sem_timedwait (sem_t * sem,
142 PTW32_DLLPORT int __cdecl sem_post (sem_t * sem);
152 PTW32_DLLPORT int __cdecl sem_close (sem_t * sem);
[all …]
/dports/comms/linrad/linrad-04.02/
H A Dsemaphore.h80 # define PTW32_DLLPORT __declspec (dllexport) macro
82 # define PTW32_DLLPORT __declspec (dllimport) macro
85 # define PTW32_DLLPORT macro
129 PTW32_DLLPORT int __cdecl sem_init (sem_t * sem,
133 PTW32_DLLPORT int __cdecl sem_destroy (sem_t * sem);
135 PTW32_DLLPORT int __cdecl sem_trywait (sem_t * sem);
137 PTW32_DLLPORT int __cdecl sem_wait (sem_t * sem);
139 PTW32_DLLPORT int __cdecl sem_timedwait (sem_t * sem,
142 PTW32_DLLPORT int __cdecl sem_post (sem_t * sem);
152 PTW32_DLLPORT int __cdecl sem_close (sem_t * sem);
[all …]

123