Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pthread_getspecific (0.59 sec)

  1. src/runtime/cgo/gcc_libinit.c

    	// when a C thread exits after a cgo call.
    	// We only invoke this function once per thread in runtime.needAndBindM,
    	// and the next calls just reuse the bound m.
    	pthread_setspecific(pthread_g, g);
    }
    
    void
    x_cgo_notify_runtime_init_done(void* dummy __attribute__ ((unused))) {
    	pthread_mutex_lock(&runtime_init_mu);
    	__atomic_store_n(&runtime_init_done, 1, __ATOMIC_RELEASE);
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 29 01:07:18 UTC 2024
    - 5.8K bytes
    - Viewed (0)
Back to top