HelenOS sources

task_get_id        56 uspace/app/hbench/syscall/taskgetid.c 		tid = task_get_id();
task_get_id      1033 uspace/app/terminal/terminal.c 	    task_get_id());
task_get_id        49 uspace/lib/c/generic/assert.c 	    cond, task_get_id(), file, line);
task_get_id        63 uspace/lib/c/generic/assert.c 	    cond, task_get_id(), file, line);
task_get_id        80 uspace/lib/c/generic/assert.c 	    cond, task_get_id(), file, line);
task_get_id       285 uspace/lib/c/generic/ddi.c 		return iospace_enable(task_get_id(), pio_addr, size);
task_get_id       321 uspace/lib/c/generic/ddi.c 		return iospace_disable(task_get_id(), virt, size);
task_get_id        95 uspace/lib/c/generic/time.c 		stats_task_t *task_stats = stats_get_task(task_get_id());
task_get_id        53 uspace/lib/c/include/task.h extern task_id_t task_get_id(void);
task_get_id        39 uspace/lib/c/test/perm.c 	errno_t rc = perm_revoke(task_get_id(), 0xf); // XXX Need PERM_xxx
task_get_id       108 uspace/lib/hound/src/client.c 		    task_get_id(), name);
task_get_id       158 uspace/lib/pcut/src/os/helenos.c 	snprintf(tempfile_name, PCUT_TEMP_FILENAME_BUFFER_SIZE - 1, "pcut_%lld.tmp", (unsigned long long) task_get_id());
task_get_id        53 uspace/lib/posix/include/libc/task.h extern task_id_t task_get_id(void);
task_get_id       103 uspace/lib/posix/src/signal.c 		task_kill(task_get_id());
task_get_id       446 uspace/lib/posix/src/signal.c 	if (pid == (pid_t) task_get_id()) {
task_get_id       168 uspace/lib/posix/src/unistd.c 	return task_get_id();
task_get_id       830 uspace/lib/tbarcfg/src/tbarcfg.c 	taskid = task_get_id();
task_get_id       101 uspace/srv/loader/main.c 	task_id = task_get_id();
task_get_id       435 uspace/srv/loader/main.c 	task_id_t id = task_get_id();
HelenOS homepage, sources at GitHub