Searched defs:RtldLockInfo (Results 1 – 1 of 1) sorted by relevance
34 struct RtldLockInfo struct36 unsigned int rtli_version;37 void *(*lock_create)(void);38 void (*lock_destroy)(void *);39 void (*rlock_acquire)(void *);40 void (*wlock_acquire)(void *);41 void (*lock_release)(void *);42 int (*thread_set_flag)(int);43 int (*thread_clr_flag)(int);44 void (*at_fork)(void *handle);[all …]