Searched refs:activity (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DActivityAssertion.cpp31 ActivityAssertion::ActivityAssertion(CountedUserActivity& activity) argument
32 : m_activity(activity)
/macosx-10.10.1/PowerManagement-494.1.2/pmconfigd/
H A DPMAssertionLog.c63 assertionActivity_t activity; variable
66 static uint32_t gActivityLogCnt = 1; // Number of requests received to enable activity logging
125 if (!activity.log) {
126 activity.log = CFArrayCreateMutable(NULL, AA_MAX_ENTRIES, &kCFTypeArrayCallBacks);
128 if (!activity.log) return;
130 activity.unreadCnt = UINT_MAX;
139 // Current time of this activity
146 // Not much to log, if we can't even get the time of activity
191 CFArraySetValueAtIndex(activity.log, (activity
[all...]
/macosx-10.10.1/dtrace-147/libproc/
H A Dlibproc.c455 // so the dyld activity thread isn't blocked waiting on an event.
1035 // This method is called after dtrace has handled dyld activity.
1085 void Penqueue_proc_activity(struct ps_prochandle* P, struct ps_proc_activity_event* activity) argument
1090 // Events are processed in order. Add the new activity to the end.
1096 temp->next = activity;
1098 P->proc_activity_queue = activity;
1102 Pdestroy_proc_activity(activity);
1111 struct ps_proc_activity_event* activity = malloc(sizeof(struct ps_proc_activity_event)); local
1113 activity->rd_event.type = type;
1114 activity
1125 struct ps_proc_activity_event activity; local
1181 struct ps_proc_activity_event* activity = (struct ps_proc_activity_event*)opaque; local
[all...]
/macosx-10.10.1/crontabs-52/periodic/
H A Dperiodic-wrapper.c47 xpc_activity_register(activity_name, XPC_ACTIVITY_CHECK_IN, ^(xpc_activity_t activity) {
50 state = xpc_activity_get_state(activity);
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_proc_apple.c162 * them, and we need to enable librtld_db to watch libdl activity.
198 void *activity = Pdequeue_proc_activity(P); local
200 // A NULL activity is used to wakeup the control thread, and force it to check dpr_quit.
201 if (!activity)
242 Pdestroy_proc_activity(activity);
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dkcdatabase.h107 void activity(); // reset lock timeout
205 void activity() const { common().activity(); } // reset timeout clock function in class:KeychainDatabase
H A Dkckey.cpp180 // Decode the key before ACL activity; invalidate the stored blob on ACL edits;
207 database().activity(); // upon successful validation
H A Dkcdatabase.cpp172 activity();
377 activity(); // reset timeout
424 // I guess this counts as an activity
425 activity();
1127 activity();
1169 activity(); // (also resets the timeout timer)
1183 //activity(); // getting parameters does not reset the idle timer
1346 // All unlocking activity ultimately funnels through this method.
1389 activity(); // set timeout timer
1454 void KeychainDbCommon::activity() function in class:KeychainDbCommon
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/erc/
H A Derc-speedbar.el51 (defcustom erc-speedbar-sort-users-type 'activity
54 'activity - Sort users by channel activity
58 :type '(choice (const :tag "Sort users by channel activity" activity)
230 ((eq erc-speedbar-sort-users-type 'activity)
231 (erc-sort-channel-users-by-activity
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_cfrunloop.py87 def callback(observer, activity, info):
88 state.append((observer, activity, info))
259 def record(observer, activity):
260 l.append((observer, activity))
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfrunloop.py77 def callback(observer, activity, info):
78 state.append((observer, activity, info))
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfrunloop.py74 def callback(observer, activity, info):
75 state.append((observer, activity, info))
/macosx-10.10.1/security_systemkeychain-55202/syspolicyd/
H A Dsyspolicyd.cpp81 xpc_activity_register(rearmActivityName, XPC_ACTIVITY_CHECK_IN, ^(xpc_activity_t activity) {
82 if (xpc_activity_get_state(activity) == XPC_ACTIVITY_STATE_RUN) {
173 // We use this to match incoming cancellation requests with ongoing progress activity.
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dscreen.vim40 \ activity
/macosx-10.10.1/cups-408/cups/cups/
H A Dhttp-private.h261 time_t activity; /* Time since last read/write */ member in struct:_http_s
H A Dhttp.c758 * 'httpGetActivity()' - Get the most recent activity for a connection.
768 return (http ? http->activity : 0);
1313 http->activity = time(NULL);
1649 http->activity = time(NULL);
1993 http->activity = time(NULL);
2222 http->activity = time(NULL);
3313 * Mark activity on the connection...
3316 http->activity = time(NULL);
3954 http->activity = time(NULL);
/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/
H A DOSKextLibPrivate.h181 * <li>A set of <b>activity flags</b> in the remaining nibbles (0xFFFFFFF0),
182 * which describe areas of activity related to kernel extensions.</li>
211 * ignore activity flags and the
217 * are filtered according both to the activity flags in the current filter
224 * then all kext-specific log messages matching the activity flags are printed.
229 * Each flag governs a category of activity,
401 * @abstract Log messages about general activity in the kext system.
407 * @abstract Log messages regarding kernel extension load, start/stop, or unload activity
439 #pragma mark 0xF000 - Kext diagnostic activity
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dmain.c109 activity, /* Client activity timer */ local
945 * Check the activity and close old clients...
948 activity = current_time - Timeout;
949 if (httpGetActivity(con->http) < activity && !con->pipe_pid)
1610 * Check the activity and close old clients...
1633 * Check for any job activity...
/macosx-10.10.1/tcl-105/tcl/tcl/macosx/
H A DtclMacOSXNotify.c382 CFRunLoopActivity activity, void *info);
1365 CFRunLoopActivity activity,
1373 switch (activity) {
1349 UpdateWaitingListAndServiceEvents( CFRunLoopObserverRef observer, CFRunLoopActivity activity, void *info) argument
/macosx-10.10.1/Security-57031.1.35/Security/Keychain Circle Notification/
H A DKNAppDelegate.m143 xpc_activity_register(kLaunchLaterXPCName, options, ^(xpc_activity_t activity) {
/macosx-10.10.1/WebKit-7600.1.25/mac/Carbon/
H A DHIWebView.mm1477 static void UpdateObserver(CFRunLoopObserverRef observer, CFRunLoopActivity activity, void *info);
1518 UpdateObserver( CFRunLoopObserverRef observer, CFRunLoopActivity activity, void *info )
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A Dconfigure.in478 [use XScreenSaver for activity timer (default: on)]),
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Drcirc.el34 ;; Message arrival timestamps, activity notification on the modeline,
115 (defvar rcirc-ignore-buffer-activity-flag nil
116 "If non-nil, ignore activity in this buffer.")
117 (make-variable-buffer-local 'rcirc-ignore-buffer-activity-flag)
120 "If non-nil, activity in this buffer is considered low priority.")
299 (defvar rcirc-activity nil
300 "List of buffers with unviewed activity.")
302 (defvar rcirc-activity-string ""
303 "String displayed in modeline representing `rcirc-activity'.")
304 (put 'rcirc-activity
[all...]
/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DEAPOLSocket.c1303 CFRunLoopActivity activity, void * info)
1302 EAPOLSocketSourceObserver(CFRunLoopObserverRef observer, CFRunLoopActivity activity, void * info) argument
/macosx-10.10.1/syslog-267/libsystem_asl.tproj/src/
H A Dasl.c54 #include <os/activity.h>

Completed in 370 milliseconds

12