Searched refs:task (Results 101 - 125 of 556) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/plotchart/
H A Dplotdemos3.tcl21 set from [$s task "Spring" "1 march 2004" "1 june 2004" 30]
22 set to [$s task "Summer" "1 june 2004" "1 september 2004" 10]
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dthread.c113 #include <kern/task.h>
177 int task_disable_cpumon(task_t task);
360 task_t task; local
406 task = thread->task;
407 uthread_cleanup(task, thread->uthread, task->bsd_info);
408 threadcnt = hw_atomic_sub(&task->active_thread_count, 1);
411 * If we are the last thread to terminate and the task is
414 if (threadcnt == 0 && task
469 task_t task; local
523 task_t task; local
876 thread_create_internal2( task_t task, thread_t *new_thread, boolean_t from_user) argument
914 thread_create( task_t task, thread_t *new_thread) argument
922 thread_create_from_user( task_t task, thread_t *new_thread) argument
930 thread_create_running_internal2( register task_t task, int flavor, thread_state_t new_state, mach_msg_type_number_t new_state_count, thread_t *new_thread, boolean_t from_user) argument
984 thread_create_running( register task_t task, int flavor, thread_state_t new_state, mach_msg_type_number_t new_state_count, thread_t *new_thread) argument
997 thread_create_running_from_user( register task_t task, int flavor, thread_state_t new_state, mach_msg_type_number_t new_state_count, thread_t *new_thread) argument
1010 thread_create_workq( task_t task, thread_continue_t thread_return, thread_t *new_thread) argument
1053 task_t task = kernel_task; local
1516 task_t task = current_task(); local
2090 task_t task = current_task(); local
[all...]
H A Dsync_lock.c50 #include <kern/task.h>
63 __unused task_t task,
73 __unused task_t task,
62 lock_set_create( __unused task_t task, __unused lock_set_t *new_lock_set, __unused int n_ulocks, __unused int policy) argument
72 lock_set_destroy( __unused task_t task, __unused lock_set_t lock_set) argument
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCDNotifierInformViaSignal.c48 task_t task; local
68 status = task_for_pid(mach_task_self(), pid, &task);
77 status = notifyviasignal(storePrivate->server, task, sig, (int *)&sc_status);
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/prebased-performance/
H A Dfoo.c58 task_port_t task; local
59 task_for_pid(mach_task_self(), getpid(), &task); local
64 vm_map_page_query(task, start, &disposition, &ref_count);
/macosx-10.9.5/ntp-88/lib/isc/include/isc/
H A Dsocket.h29 * sources in the task system.
32 * event queue of the task which requested the I/O.
37 * Clients of this module must not be holding a socket's task's lock when
276 isc_task_t *task,
345 isc_socket_cancel(isc_socket_t *sock, isc_task_t *task,
350 * Note: if "task" is NULL, then the cancel applies to all tasks using the
357 * \li "task" is NULL or a valid task
385 * \li 'task' is NULL or is a valid task
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rake/
H A Dtest_rake_dsl.rb12 task "t"
31 task "t"
38 task :foo_deprecated_a => "foo_deprecated_b" do
54 assert_match(/Foo\#task/, err)
71 refute_match(/Foo\#task/, err)
/macosx-10.9.5/xnu-2422.115.4/libsyscall/mach/
H A Dexc_catcher_state_identity.c47 mach_port_t task,
67 return (*exc_raise_state_identity_func)(exception_port, thread, task, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state, new_stateCnt);
70 return catch_exception_raise_state_identity(exception_port, thread, task, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state, new_stateCnt);
44 internal_catch_exception_raise_state_identity( mach_port_t exception_port, mach_port_t thread, mach_port_t task, exception_type_t exception, exception_data_t code, mach_msg_type_number_t codeCnt, int *flavor, thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt) argument
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Dtask.rb44 # Main task for this RDoc task.
55 # require 'rdoc/task'
65 # == Specifying different task names
67 # You may wish to give the task a different name, such as if you are
71 # require 'rdoc/task'
82 # If you wish to have completely different task names, then pass a Hash as
84 # <tt>:rerdoc</tt> options, you can customize the task names to your liking.
88 # require 'rdoc/task'
99 # Name of the main, top level task
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/kperf/
H A Dkperf.c255 task_t task; local
261 task = port_name_to_task(portname);
263 if( task == TASK_NULL )
267 pid = chudxnu_pid_for_task(task);
269 task_deallocate_internal(task);
/macosx-10.9.5/adv_cmds-153/ps/
H A Dtasks.c26 extern kern_return_t task_for_pid(task_port_t task, pid_t pid, task_port_t *target);
99 if (task_for_pid(mach_task_self(), pid, &ki->task) != KERN_SUCCESS) {
103 error = task_info(ki->task, TASK_BASIC_INFO, (task_info_t)&ki->tasks_info, &info_count);
118 * try to determine if this task has the split libraries
123 error = vm_region_64(ki->task, &address, &size, VM_REGION_BASIC_INFO,
132 error = task_info(ki->task, TASK_THREAD_TIMES_INFO, (task_info_t)&ki->times, &info_count);
143 error = task_info(ki->task, TASK_SCHED_TIMESHARE_INFO, (task_info_t)&ki->schedinfo.tshare, &info_count);
157 error = task_info(ki->task, TASK_SCHED_RR_INFO, (task_info_t)&ki->schedinfo.rr, &info_count);
172 error = task_info(ki->task, TASK_SCHED_FIFO_INFO, (task_info_t)&ki->schedinfo.fifo, &info_count);
189 error = task_threads(ki->task,
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/tkey/
H A Dkeydelete.c33 #include <isc/task.h>
68 recvquery(isc_task_t *task, isc_event_t *event) { argument
73 UNUSED(task);
112 sendquery(isc_task_t *task, isc_event_t *event) { argument
135 0, tsigkey, TIMEOUT, task,
157 isc_task_t *task; local
187 task = NULL;
188 RUNCHECK(isc_task_create(taskmgr, 0, &task));
225 RUNCHECK(isc_app_onrun(mctx, task, sendquery, NULL));
244 isc_task_shutdown(task);
[all...]
/macosx-10.9.5/libunwind-35.3/src/
H A Dlibuwind.cxx110 static bool rosetta(task_t task) argument
115 static bool is64bit(task_t task) argument
121 /// create an address_space object for use in examining another task
123 EXPORT unw_addr_space_t unw_create_addr_space_for_task(task_t task) argument
126 if ( rosetta(task) ) {
127 unw_addr_space_ppc* as = new unw_addr_space_ppc(task);
128 as->taskPort = task;
132 else if ( is64bit(task) ) {
133 unw_addr_space_x86_64* as = new unw_addr_space_x86_64(task);
134 as->taskPort = task;
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dbyaddr.c28 #include <isc/task.h>
122 isc_task_t * task; member in struct:dns_byaddr
172 lookup_done(isc_task_t *task, isc_event_t *event) { argument
179 REQUIRE(byaddr->task == task);
181 UNUSED(task);
191 isc_task_sendanddetach(&byaddr->task, (isc_event_t **)&byaddr->event);
217 unsigned int options, isc_task_t *task,
241 byaddr->task = NULL;
242 isc_task_attach(task,
216 dns_byaddr_create(isc_mem_t *mctx, isc_netaddr_t *address, dns_view_t *view, unsigned int options, isc_task_t *task, isc_taskaction_t action, void *arg, dns_byaddr_t **byaddrp) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dlwdclient.c26 #include <isc/task.h>
41 lwdclientmgr_shutdown_callback(isc_task_t *task, isc_event_t *ev);
75 cm->task = NULL;
102 result = isc_task_create(taskmgr, 0, &cm->task);
105 isc_task_setname(cm->task, "lwdclient", NULL);
110 result = isc_task_onshutdown(cm->task, lwdclientmgr_shutdown_callback,
127 if (cm->task != NULL)
128 isc_task_detach(&cm->task);
165 isc_task_detach(&cm->task);
217 ns_lwdclient_recv(isc_task_t *task, isc_event_ argument
324 lwdclientmgr_shutdown_callback(isc_task_t *task, isc_event_t *ev) argument
405 ns_lwdclient_send(isc_task_t *task, isc_event_t *ev) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dbyaddr_test.c33 #include <isc/task.h>
47 done(isc_task_t *task, isc_event_t *event) { argument
55 UNUSED(task);
83 isc_task_t *task; local
127 task = NULL;
128 RUNTIME_CHECK(isc_task_create(taskmgr, 0, &task)
130 isc_task_setname(task, "byaddr", NULL);
232 result = dns_byaddr_create(mctx, &na, view, options, task,
250 isc_task_shutdown(task);
251 isc_task_detach(&task);
[all...]
H A Dbyname_test.c35 #include <isc/task.h>
53 static isc_task_t *task = NULL; variable
60 static void adb_callback(isc_task_t *task, isc_event_t *event);
126 result = dns_adb_createfind(view->adb, task, adb_callback, NULL,
177 REQUIRE(etask == task);
194 run(isc_task_t *task, isc_event_t *event) { argument
195 UNUSED(task);
247 task = NULL;
248 RUNTIME_CHECK(isc_task_create(taskmgr, 0, &task) ==
250 isc_task_setname(task, "bynam
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dsocket_api.c133 isc_socket_sendto(isc_socket_t *sock, isc_region_t *region, isc_task_t *task, argument
139 return (sock->methods->sendto(sock, region, task, action, arg, address,
144 isc_socket_connect(isc_socket_t *sock, isc_sockaddr_t *addr, isc_task_t *task, argument
149 return (sock->methods->connect(sock, addr, task, action, arg));
154 isc_task_t *task, isc_taskaction_t action, const void *arg)
158 return (sock->methods->recv(sock, region, minimum, task, action, arg));
162 isc_socket_cancel(isc_socket_t *sock, isc_task_t *task, unsigned int how) { argument
165 sock->methods->cancel(sock, task, how);
201 isc_task_t *task, isc_socket_t **socketp)
206 callback, cbarg, task,
153 isc_socket_recv(isc_socket_t *sock, isc_region_t *region, unsigned int minimum, isc_task_t *task, isc_taskaction_t action, const void *arg) argument
199 isc_socket_fdwatchcreate(isc_socketmgr_t *manager, int fd, int flags, isc_sockfdwatch_t callback, void *cbarg, isc_task_t *task, isc_socket_t **socketp) argument
[all...]
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/vm_purgeable_stat.tproj/
H A Dvm_purgeable_stat.c7 #include <mach/task.h>
21 int get_task_from_pid(int pid, task_t *task);
22 void print_purge_info_task(task_t task, int pid);
59 int get_task_from_pid(int pid, task_t *task) argument
66 kr = task_for_pid(mach_task_self(), pid, task);
68 fprintf(stderr, "Failed to get task port for pid: %d\n", pid);
115 void print_purge_info_task(task_t task, int pid) argument
122 kr = task_purgable_info(task, &info);
183 task_t task; local
204 if (get_task_from_pid(pid, &task) <
[all...]
/macosx-10.9.5/system_cmds-597.90.1/vm_purgeable_stat.tproj/
H A Dvm_purgeable_stat.c7 #include <mach/task.h>
21 int get_task_from_pid(int pid, task_t *task);
22 void print_purge_info_task(task_t task, int pid);
59 int get_task_from_pid(int pid, task_t *task) argument
66 kr = task_for_pid(mach_task_self(), pid, task);
68 fprintf(stderr, "Failed to get task port for pid: %d\n", pid);
115 void print_purge_info_task(task_t task, int pid) argument
122 kr = task_purgable_info(task, &info);
183 task_t task; local
204 if (get_task_from_pid(pid, &task) <
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dprocess_policy.c51 #include <kern/task.h>
244 error = proc_get_task_ruse_cpu(proc->task, &cpuattr.ppattr_cpu_attr,
264 * but the mach task policy SPI uses nanoseconds. Do the conversion,
273 error = proc_set_task_ruse_cpu(proc->task, cpuattr.ppattr_cpu_attr,
281 error = proc_clear_task_ruse_cpu(proc->task, entitled);
317 task_importance_mark_donor(target_proc->task, TRUE);
355 if (proc_task_is_tal(target_proc->task) == FALSE)
361 proc_set_task_policy(target_proc->task, THREAD_NULL,
367 proc_set_task_policy(target_proc->task, THREAD_NULL,
400 if (task_is_importance_receiver(target_proc->task)
[all...]
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioControlUserClient.cpp57 bool IOAudioControlUserClient::initWithAudioControl(IOAudioControl *control, task_t task, void *securityID, UInt32 type, OSDictionary *properties) argument
64 if (!initWithTask(task, securityID, type, properties)) {
80 clientTask = task;
133 bool IOAudioControlUserClient::initWithAudioControl(IOAudioControl *control, task_t task, void *securityID, UInt32 type) argument
135 if (!initWithTask(task, securityID, type)) {
151 clientTask = task;
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dmaster.h163 isc_task_t *task,
174 isc_task_t *task,
187 isc_task_t *task,
199 isc_task_t *task,
210 isc_task_t *task,
221 isc_task_t *task,
254 *\li 'task' and 'done' to be valid.
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dapp.c38 #include <isc/task.h>
102 isc__app_onrun(isc_mem_t *mctx, isc_task_t *task, isc_taskaction_t action, argument
116 * Note that we store the task to which we're going to send the event
119 isc_task_attach(task, &cloned_task);
138 isc_task_t *task; local
154 task = event->ev_sender;
156 isc_task_sendanddetach(&task, &event);
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Dapp.c38 #include <isc/task.h>
102 isc_app_onrun(isc_mem_t *mctx, isc_task_t *task, isc_taskaction_t action, argument
116 * Note that we store the task to which we're going to send the event
119 isc_task_attach(task, &cloned_task);
138 isc_task_t *task; local
154 task = event->ev_sender;
156 isc_task_sendanddetach(&task, &event);

Completed in 283 milliseconds

1234567891011>>