summaryrefslogtreecommitdiff
path: root/locks/win32/locks.def
blob: b52c3b18efdf98fb2b86bcc5b17f15e3d0e089d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; locks.def : 

LIBRARY locks
DESCRIPTION ''

EXPORTS
	; Add new API calls to the end of this list.
	ap_create_lock   @1
    ap_lock   @2
    ap_unlock   @3
    ap_destroy_lock   @4
    ap_child_init_lock   @5
    ap_get_lockdata   @6
    ap_set_lockdata   @7
    ap_get_os_lock   @8