|
_CRTIMP2_PURE int __cdecl | _Thrd_create (_Thrd_t *, _Thrd_start_t, void *) |
|
_CRTIMP2_PURE int __cdecl | _Thrd_detach (_Thrd_t) |
|
_CRTIMP2_PURE void __cdecl | _Thrd_exit (int) |
|
_CRTIMP2_PURE int __cdecl | _Thrd_join (_Thrd_t, int *) |
|
_CRTIMP2_PURE void __cdecl | _Thrd_sleep (const xtime *) |
|
_CRTIMP2_PURE void __cdecl | _Thrd_yield (void) |
|
_CRTIMP2_PURE int __cdecl | _Thrd_equal (_Thrd_t, _Thrd_t) |
|
_CRTIMP2_PURE int __cdecl | _Thrd_lt (_Thrd_t, _Thrd_t) |
|
_CRTIMP2_PURE _Thrd_t __cdecl | _Thrd_current (void) |
|
_CRTIMP2_PURE int __cdecl | _Mtx_init (_Mtx_t *, int) |
|
_CRTIMP2_PURE void __cdecl | _Mtx_destroy (_Mtx_t *) |
|
_CRTIMP2_PURE int __cdecl | _Mtx_current_owns (_Mtx_t *) |
|
_CRTIMP2_PURE int __cdecl | _Mtx_lock (_Mtx_t *) |
|
_CRTIMP2_PURE int __cdecl | _Mtx_trylock (_Mtx_t *) |
|
_CRTIMP2_PURE int __cdecl | _Mtx_timedlock (_Mtx_t *, const xtime *) |
|
_CRTIMP2_PURE int __cdecl | _Mtx_unlock (_Mtx_t *) |
|
_CRTIMP2_PURE void *__cdecl | _Mtx_getconcrtcs (_Mtx_t *) |
|
_CRTIMP2_PURE void __cdecl | _Mtx_clear_owner (_Mtx_t *) |
|
_CRTIMP2_PURE void __cdecl | _Mtx_reset_owner (_Mtx_t *) |
|
_CRTIMP2_PURE int __cdecl | _Cnd_init (_Cnd_t *) |
|
_CRTIMP2_PURE void __cdecl | _Cnd_destroy (_Cnd_t *) |
|
_CRTIMP2_PURE int __cdecl | _Cnd_wait (_Cnd_t *, _Mtx_t *) |
|
_CRTIMP2_PURE int __cdecl | _Cnd_timedwait (_Cnd_t *, _Mtx_t *, const xtime *) |
|
_CRTIMP2_PURE int __cdecl | _Cnd_broadcast (_Cnd_t *) |
|
_CRTIMP2_PURE int __cdecl | _Cnd_signal (_Cnd_t *) |
|
_CRTIMP2_PURE int __cdecl | _Cnd_register_at_thread_exit (_Cnd_t *, _Mtx_t *, int *) |
|
_CRTIMP2_PURE int __cdecl | _Cnd_unregister_at_thread_exit (_Mtx_t *) |
|
_CRTIMP2_PURE int __cdecl | _Cnd_do_broadcast_at_thread_exit (void) |
|
_CRTIMP2_PURE int __cdecl | _Tss_create (_Tss_t *, _Tss_dtor_t) |
|
_CRTIMP2_PURE int __cdecl | _Tss_delete (_Tss_t) |
|
_CRTIMP2_PURE int __cdecl | _Tss_set (_Tss_t, void *) |
|
_CRTIMP2_PURE void *__cdecl | _Tss_get (_Tss_t) |
|
_CRTIMP2_PURE void __cdecl | _Call_once (_Once_flag *, _Once_callback_t) |
|
_CRTIMP2_PURE void __cdecl | _Call_onceEx (_Once_flag_cpp *, _Once_callbackEx_t, void *) |
|
_CRTIMP2_PURE void __cdecl | _Thrd_abort (const char *) |
|