Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for stdFunction (0.13 sec)

  1. src/runtime/os_windows.go

    	_WriteConsoleW,
    	_WriteFile,
    	_ stdFunction
    
    	// Use ProcessPrng to generate cryptographically random data.
    	_ProcessPrng stdFunction
    
    	// Load ntdll.dll manually during startup, otherwise Mingw
    	// links wrong printf function to cgo executable (see issue
    	// 12030 for details).
    	_NtCreateWaitCompletionPacket    stdFunction
    	_NtAssociateWaitCompletionPacket stdFunction
    	_NtCancelWaitCompletionPacket    stdFunction
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 22:55:25 UTC 2024
    - 41.5K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/TestRun.h

                                              const char *strCondition,
                                              const char *strFile,
                                              const char *strFunction,
                                              CU_BOOL bFatal);
    /**< 
     *  Assertion implementation function.
     *  All CUnit assertions reduce to a call to this function.  It should only be
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 22K bytes
    - Viewed (0)
Back to top