Searched refs:insert (Results 1 – 6 of 6) sorted by relevance
/sysdeps/mach/hurd/ |
A D | _Fork.c | 301 mach_port_t insert; in _Fork() local 309 insert = newtask; in _Fork() 313 insert = newproc; in _Fork() 321 insert = MACH_PORT_NULL; in _Fork() 336 insert = MACH_PORT_NULL; in _Fork() 354 insert = portnames[i]; in _Fork() 363 if (insert == MACH_PORT_NULL) in _Fork() 365 if (insert == portnames[i] in _Fork() 377 insert, insert_type); in _Fork() 392 && childport == insert in _Fork()
|
/sysdeps/unix/sysv/linux/arm/ |
A D | clone.S | 40 @ insert the args onto the new stack
|
/sysdeps/posix/ |
A D | sprofil.c | 193 insert (int i, unsigned long int start, unsigned long int end, struct prof *p, in insert() function 258 else if (insert (i, start, prof_info.region[i].start, p, prof_uint) in add_region() 264 return insert (i, start, end, p, prof_uint); in add_region()
|
/sysdeps/htl/ |
A D | timer_routines.c | 438 struct timer_node *insert) in __timer_thread_queue_timer() argument 449 if (timespec_compare (&insert->expirytime, &timer->expirytime) < 0) in __timer_thread_queue_timer() 454 list_insbefore (iter, &insert->links); in __timer_thread_queue_timer()
|
/sysdeps/pthread/ |
A D | posix-timer.h | 188 struct timer_node *insert);
|
/sysdeps/x86_64/ |
A D | Makefile | 85 ifeq ($(have-insert),yes)
|
Completed in 9 milliseconds