Home
last modified time | relevance | path

Searched refs:PGO_WAIT_FOR_UNLOAD (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Dpgo.h40 #define PGO_WAIT_FOR_UNLOAD (2) macro
44 #define PGO_ALL_FLAGS (PGO_HIB | PGO_WAIT_FOR_UNLOAD | PGO_METADATA | PGO_RESET_ALL)
/xnu-12377.61.12/bsd/pgo/
H A Dprofile_runtime.c175 if (uap->flags & PGO_WAIT_FOR_UNLOAD) { in grab_pgo_data()
225 !!(uap->flags & PGO_WAIT_FOR_UNLOAD), in grab_pgo_data()
254 if (uap->flags & (PGO_WAIT_FOR_UNLOAD | PGO_METADATA)) { in grab_pgo_data()