pthread_key_t

pthread_key_t

Thread local storage key (opaque)

Declaration

Source position: ptypes.inc line 233

type pthread_key_t = cuint;



cuint

C type: unsigned integer (natural size)

Declaration

Source position: ctypes.inc line 40

type cuint = cuint32;


---------------------------------------------------------------------------------------------

原文地址:https://www.cnblogs.com/lxgeek/p/2046959.html