Projects
Browse Source     Search     Timeline     Wiki

Changeset 23624

Show
Ignore:
Timestamp:
05/09/08 13:10:09 (7 months ago)
Author:
zarzycki@…
Message:

<rdar://problem/5858877> Make vproc_transaction_{begin,end} available to command-line tools

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/launchd/src/libvproc.c

    r23605 r23624  
    165165        typeof(vproc_shmem->vp_shmem_transaction_cnt) newval; 
    166166 
     167        if (unlikely(vproc_shmem == NULL)) { 
     168                return; 
     169        } 
     170 
    167171        newval = __sync_sub_and_fetch(&vproc_shmem->vp_shmem_transaction_cnt, 1); 
    168172