[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: mselibc.pas line 2136
function sem_init( |
__sem: Psem_t; |
__pshared: cint; |
__value: cuint |
):cint; overload; |
var __sem: sem_t; |
__pshared: cint; |
__value: cuint |
):cint; overload; |