Searched refs:hfs_active_threads (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs.h296 uint32_t hfs_active_threads; member in struct:hfsmount
H A Dhfs_vfsutils.c2417 OSAddAtomic(1, (SInt32 *)&hfsmp->hfs_active_threads);
2443 OSAddAtomic(-1, (SInt32 *)&hfsmp->hfs_active_threads);
2469 OSAddAtomic(-1, (SInt32 *)&hfsmp->hfs_active_threads);
H A Dhfs_vfsops.c890 && (hfsmp->hfs_active_threads == 0)
894 OSAddAtomic(1, (SInt32 *)&hfsmp->hfs_active_threads);
898 OSAddAtomic(-1, (SInt32 *)&hfsmp->hfs_active_threads);
903 } else if (hfsmp->hfs_active_threads == 0) {

Completed in 37 milliseconds