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

12

/macosx-10.9.5/dtrace-118.1/libproc/
H A Dlibproc.c375 // so the dyld activity thread isn't blocked waiting on an event.
927 // This method is called after dtrace has handled dyld activity.
977 void Penqueue_proc_activity(struct ps_prochandle* P, struct ps_proc_activity_event* activity) argument
982 // Events are processed in order. Add the new activity to the end.
988 temp->next = activity;
990 P->proc_activity_queue = activity;
994 Pdestroy_proc_activity(activity);
1003 struct ps_proc_activity_event* activity = malloc(sizeof(struct ps_proc_activity_event)); local
1005 activity->rd_event.type = type;
1006 activity
1017 struct ps_proc_activity_event activity; local
1073 struct ps_proc_activity_event* activity = (struct ps_proc_activity_event*)opaque; local
[all...]
/macosx-10.9.5/crontabs-51/periodic/
H A Dperiodic-wrapper.c40 xpc_activity_register(activity_name, XPC_ACTIVITY_CHECK_IN, ^(xpc_activity_t activity) {
43 state = xpc_activity_get_state(activity);
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_proc_apple.c150 * them, and we need to enable librtld_db to watch libdl activity.
186 void *activity = Pdequeue_proc_activity(P); local
188 // A NULL activity is used to wakeup the control thread, and force it to check dpr_quit.
189 if (!activity)
230 Pdestroy_proc_activity(activity);
/macosx-10.9.5/securityd-55199.3/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.cpp180 activity();
385 activity(); // reset timeout
432 // I guess this counts as an activity
433 activity();
1125 activity();
1167 activity(); // (also resets the timeout timer)
1181 //activity(); // getting parameters does not reset the idle timer
1344 // All unlocking activity ultimately funnels through this method.
1387 activity(); // set timeout timer
1452 void KeychainDbCommon::activity() function in class:KeychainDbCommon
[all...]
/macosx-10.9.5/emacs-92/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.9.5/CF-855.17/
H A DCFRunLoop.h154 typedef void (*CFRunLoopObserverCallBack)(CFRunLoopObserverRef observer, CFRunLoopActivity activity, void *info);
160 CF_EXPORT CFRunLoopObserverRef CFRunLoopObserverCreateWithHandler(CFAllocatorRef allocator, CFOptionFlags activities, Boolean repeats, CFIndex order, void (^block) (CFRunLoopObserverRef observer, CFRunLoopActivity activity)) CF_AVAILABLE(10_7, 5_0);
H A DCFRunLoop.c1595 static void __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__(CFRunLoopObserverCallBack func, CFRunLoopObserverRef observer, CFRunLoopActivity activity, void *info) { argument
1597 func(observer, activity, info);
1668 static void __CFRunLoopDoObservers(CFRunLoopRef rl, CFRunLoopModeRef rlm, CFRunLoopActivity activity) { /* DOES CALLOUT */ argument
1680 if (0 != (rlo->_activities & activity) && __CFIsValid(rlo) && !__CFRunLoopObserverIsFiring(rlo)) {
1693 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__(rlo->_callout, rlo, activity, rlo->_context.info);
3492 static void _runLoopObserverWithBlockContext(CFRunLoopObserverRef observer, CFRunLoopActivity activity, void *opaqueBlock) { argument
3493 typedef void (^observer_block_t) (CFRunLoopObserverRef observer, CFRunLoopActivity activity); local
3495 block(observer, activity);
3499 void (^block) (CFRunLoopObserverRef observer, CFRunLoopActivity activity)) {
3498 CFRunLoopObserverCreateWithHandler(CFAllocatorRef allocator, CFOptionFlags activities, Boolean repeats, CFIndex order, void (^block) (CFRunLoopObserverRef observer, CFRunLoopActivity activity)) argument
/macosx-10.9.5/pyobjc-42/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.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfrunloop.py74 def callback(observer, activity, info):
75 state.append((observer, activity, info))
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dmain.c108 activity, /* Client activity timer */ local
961 * Check the activity and close old clients...
964 activity = current_time - Timeout;
965 if (con->http.activity < activity && !con->pipe_pid)
1819 * Check the activity and close old clients...
1825 if ((con->http.activity + Timeout) < timeout)
1827 timeout = con->http.activity + Timeout;
1842 * Check for any job activity
[all...]
H A Dclient.c157 con->http.activity = time(NULL);
776 con->http.activity = time(NULL);
3023 con->http.activity = time(NULL);
3137 con->http.activity = time(NULL);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dscreen.vim40 \ activity
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dhttp-private.h250 time_t activity; /* Time since last read/write */ member in struct:_http_s
H A Dhttp.c1371 http->activity = time(NULL);
1704 http->activity = time(NULL);
2053 http->activity = time(NULL);
2395 http->activity = time(NULL);
3473 * Mark activity on the connection...
3476 http->activity = time(NULL);
4283 http->activity = time(NULL);
/macosx-10.9.5/xnu-2422.115.4/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.9.5/tcl-102/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.9.5/CPANInternal-140/Net-IP/t/ExtUtils/
H A DTBone.pm48 activity to a log file. Hopefully, bug reports which include
/macosx-10.9.5/WebKit-7537.78.2/mac/Carbon/
H A DHIWebView.mm1485 static void UpdateObserver(CFRunLoopObserverRef observer, CFRunLoopActivity activity, void *info);
1526 UpdateObserver( CFRunLoopObserverRef observer, CFRunLoopActivity activity, void *info )
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A Dconfigure.in478 [use XScreenSaver for activity timer (default: on)]),
/macosx-10.9.5/emacs-92/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.9.5/eap8021x-180/eapolclient.tproj/
H A DEAPOLSocket.c1272 CFRunLoopActivity activity, void * info)
1271 EAPOLSocketSourceObserver(CFRunLoopObserverRef observer, CFRunLoopActivity activity, void * info) argument
/macosx-10.9.5/bootp-268.1/IPConfiguration.bproj/
H A Darp_session.c437 CFRunLoopActivity activity,
436 arp_client_do_callback(CFRunLoopObserverRef observer, CFRunLoopActivity activity, void * info) argument
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dspeedbar.el953 "Never set this by hand. Value is t when S-mouse activity occurs.")
1411 ;;; Speedbar file activity (aka creeping featurism)
2844 ;; return that we are done with this activity.

Completed in 1116 milliseconds

12