代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/225849/14513641
readme
./test-hashgen-sh *.hashgen
Generate, compile, and execute tests for all *.hashgen files.
./test-hashgen-sh --help
How to use `test-hashgen-sh'.
./clean-sh
Remove generated sources and
www.eeworm.com/read/224827/14566879
asm dirs.asm
; DIRS.ASM
; (c) 1989, 1990 Ashok P. Nadkarni
;
;This module implements the directory stack feature of the cmdedit program.
INCLUDE ascii.inc
INCLUDE common.inc
INCLUDE general.inc
INCLUD
www.eeworm.com/read/223685/14619327
txt pthread_cleanup_pop.txt
pthread_cleanup_pop Subroutine
Purpose
Removes, and optionally executes, the routine at the top of the calling
thread's cleanup stack.
Library
Threads Library (libpthreads.a)
Syntax
#include
www.eeworm.com/read/122239/14712204
c pth_clean.c
/*
** GNU Pth - The GNU Portable Threads
** Copyright (c) 1999-2004 Ralf S. Engelschall
**
** This file is part of GNU Pth, a non-preemptive thread scheduling
** library whic