blob: 5a6e12bb900cbfdf6c00b1fa9c9e8e6d7327df1e [file] [log] [blame]
; threadproc.def :
LIBRARY threadproc
DESCRIPTION ''
EXPORTS
; Add new API calls to the end of this list.
ap_createprocattr_init @1
ap_setprocattr_io @2
ap_setprocattr_dir @3
ap_setprocattr_cmdtype @4
ap_setprocattr_detach @5
ap_create_process @6
ap_get_childin @7
ap_get_childout @8
ap_get_childerr @9
ap_wait_proc @10
ap_kill @11
ap_create_threadattr @12
ap_setthreadattr_detach @13
ap_getthreadattr_detach @14
ap_create_thread @15
ap_thread_exit @16
ap_thread_join @17
ap_thread_detach @18
ap_cancel_thread @19
ap_create_thread_private @20
ap_get_thread_private @21
ap_set_thread_private @22
ap_delete_thread_private @23
ap_get_threaddata @24
ap_set_threaddata @25
ap_get_threadkeydata @26
ap_set_threadkeydata @27
ap_get_procdata @28
ap_set_procdata @29
ap_get_os_proc @30
ap_get_os_thread @31
ap_get_os_threadkey @32