Changeset 23624
- Timestamp:
- 2008-05-09 13:10:09 (5 months ago)
- Files:
-
- 1 modified
-
trunk/launchd/src/libvproc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/launchd/src/libvproc.c
r23605 r23624 165 165 typeof(vproc_shmem->vp_shmem_transaction_cnt) newval; 166 166 167 if (unlikely(vproc_shmem == NULL)) { 168 return; 169 } 170 167 171 newval = __sync_sub_and_fetch(&vproc_shmem->vp_shmem_transaction_cnt, 1); 168 172

